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
  • Constructor Details

    • Parameterization

      public Parameterization(String label, boolean editable)
      Creates new instance.
      Parameters:
      label - Label to be displayed for the property or null 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.