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
TheIUserVisibilityParametrizationbasic 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 StringgetDialogTitle()Returns the dialogTitle.StringgetIsCommonButtonText()Returns the isCommonButtonText.StringgetRolesLabel()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:IUserVisibilityParametrizationReturns the dialogTitle.- Specified by:
getDialogTitlein interfaceIUserVisibilityParametrization- Returns:
- the dialogTitle.
-
getRolesLabel
public String getRolesLabel()
Description copied from interface:IUserVisibilityParametrizationReturns the rolesLabel.- Specified by:
getRolesLabelin interfaceIUserVisibilityParametrization- Returns:
- the rolesLabel.
-
getIsCommonButtonText
public String getIsCommonButtonText()
Description copied from interface:IUserVisibilityParametrizationReturns the isCommonButtonText.- Specified by:
getIsCommonButtonTextin interfaceIUserVisibilityParametrization- Returns:
- the isCommonButtonText.
-
-