Class UserVisibilityParameterization
- java.lang.Object
-
- com._1c.g5.aef2.standard.parameterization.LinkParameterization
-
- com._1c.g5.aef2.standard.parameterization.UserVisibilityParameterization
-
- All Implemented Interfaces:
IParameterization
,ILinkParametrization
,IUserVisibilityParametrization
public class UserVisibilityParameterization extends LinkParameterization implements IUserVisibilityParametrization
TheIUserVisibilityParametrization
basic implementation
-
-
Field Summary
-
Fields inherited from class com._1c.g5.aef2.standard.parameterization.LinkParameterization
HELP, OPEN
-
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILinkParametrization
NULL_UNDERLINED_TEXT
-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Constructor Summary
Constructors Constructor Description UserVisibilityParameterization(String dialogTitle, String rolesLabel, String isCommonButtonText, String text)
Creates a new instance.UserVisibilityParameterization(String dialogTitle, String rolesLabel, String isCommonButtonText, String text, boolean underlined)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDialogTitle()
Returns the dialogTitle.String
getIsCommonButtonText()
Returns the isCommonButtonText.String
getRolesLabel()
Returns the rolesLabel.-
Methods inherited from class com._1c.g5.aef2.standard.parameterization.LinkParameterization
getText, isUnderlined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILinkParametrization
getText, isUnderlined
-
-
-
-
Constructor Detail
-
UserVisibilityParameterization
public UserVisibilityParameterization(String dialogTitle, String rolesLabel, String isCommonButtonText, String text)
Creates a new instance.- Parameters:
DialogTitle
- is the dialog title.RolesLabel
- is the roles label text.IsCommonButtonText
- is the isCommon button text.text
- the text.
-
UserVisibilityParameterization
public UserVisibilityParameterization(String dialogTitle, String rolesLabel, String isCommonButtonText, String text, boolean underlined)
Creates a new instance.- Parameters:
DialogTitle
- is the dialog title.RolesLabel
- is the roles label text.IsCommonButtonText
- is the isCommon button text.underlined
- is the text underlined.
-
-
Method Detail
-
getDialogTitle
public String getDialogTitle()
Description copied from interface:IUserVisibilityParametrization
Returns the dialogTitle.- Specified by:
getDialogTitle
in interfaceIUserVisibilityParametrization
- Returns:
- the dialogTitle.
-
getRolesLabel
public String getRolesLabel()
Description copied from interface:IUserVisibilityParametrization
Returns the rolesLabel.- Specified by:
getRolesLabel
in interfaceIUserVisibilityParametrization
- Returns:
- the rolesLabel.
-
getIsCommonButtonText
public String getIsCommonButtonText()
Description copied from interface:IUserVisibilityParametrization
Returns the isCommonButtonText.- Specified by:
getIsCommonButtonText
in interfaceIUserVisibilityParametrization
- Returns:
- the isCommonButtonText.
-
-