Interface IUserVisibilityParametrization
-
- All Superinterfaces:
ILinkParametrization
,IParameterization
- All Known Implementing Classes:
UserVisibilityParameterization
public interface IUserVisibilityParametrization extends ILinkParametrization
IParameterization
for userVisibility components.
-
-
Field Summary
-
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDialogTitle()
Returns the dialogTitle.String
getIsCommonButtonText()
Returns the isCommonButtonText.String
getRolesLabel()
Returns the rolesLabel.-
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILinkParametrization
getText, isUnderlined
-
-
-
-
Method Detail
-
getDialogTitle
String getDialogTitle()
Returns the dialogTitle.- Returns:
- the dialogTitle.
-
getRolesLabel
String getRolesLabel()
Returns the rolesLabel.- Returns:
- the rolesLabel.
-
getIsCommonButtonText
String getIsCommonButtonText()
Returns the isCommonButtonText.- Returns:
- the isCommonButtonText.
-
-