Class PromptConfirmationOnRestructureModel.Parameterization
java.lang.Object
com._1c.g5.aef2.standard.parameterization.LabeledParameterization
com._1c.g5.v8.dt.internal.platform.services.ui.editors.infobase.PromptConfirmationOnRestructureModel.Parameterization
- All Implemented Interfaces:
IParameterization
,ILabeledParametrization
- Enclosing class:
- PromptConfirmationOnRestructureModel
public static class PromptConfirmationOnRestructureModel.Parameterization
extends LabeledParameterization
Parameters for
PromptConfirmationOnRestructureModel
.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
NULL_LABEL
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.aef2.standard.parameterization.LabeledParameterization
getLabel
-
Constructor Details
-
Parameterization
Creates new instance.- Parameters:
label
- Label to be displayed for the property ornull
if no label should be displayed.editable
-true
if the property should be editable.
-
-
Method Details
-
isEditable
public boolean isEditable()Gets if the property should be editable.- Returns:
true
if the property should be editable.
-