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
The
IUserVisibilityParametrization
basic implementation-
Field Summary
Fields inherited from class com._1c.g5.aef2.standard.parameterization.LinkParameterization
OPEN
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Constructor Summary
ConstructorsConstructorDescriptionUserVisibilityParameterization
(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
Modifier and TypeMethodDescriptionReturns the dialogTitle.Returns the isCommonButtonText.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 Details
-
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 Details
-
getDialogTitle
Description copied from interface:IUserVisibilityParametrization
Returns the dialogTitle.- Specified by:
getDialogTitle
in interfaceIUserVisibilityParametrization
- Returns:
- the dialogTitle.
-
getRolesLabel
Description copied from interface:IUserVisibilityParametrization
Returns the rolesLabel.- Specified by:
getRolesLabel
in interfaceIUserVisibilityParametrization
- Returns:
- the rolesLabel.
-
getIsCommonButtonText
Description copied from interface:IUserVisibilityParametrization
Returns the isCommonButtonText.- Specified by:
getIsCommonButtonText
in interfaceIUserVisibilityParametrization
- Returns:
- the isCommonButtonText.
-