Interface ILabeledParametrization
-
- All Superinterfaces:
IParameterization
- All Known Subinterfaces:
IComboLabeledParameterization<T>,IDtGranularEditorPageSectionParameterization,IEnumRadioGroupParameterization,IRadioGroupParameterization<T>,ISectionDefinitionParameterization,ISectionParameterization
- All Known Implementing Classes:
ComboLabeledParameterization,DtGranularEditorPageSectionParameterization,DuallyNamedSectionParameterization,EnumRadioGroupParameterization,LabeledParameterization,RadioGroupParameterization,SectionDefinitionParameterization,SectionParametrization
public interface ILabeledParametrization extends IParameterization
IParameterizationfor labeled components.
-
-
Field Summary
Fields Modifier and Type Field Description static ILabeledParametrizationNULL_LABELThe shared instance ofILabeledParametrizationwithnulllabel.-
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()Returns the label.
-
-
-
Field Detail
-
NULL_LABEL
static final ILabeledParametrization NULL_LABEL
The shared instance ofILabeledParametrizationwithnulllabel.
-
-
Method Detail
-
getLabel
String getLabel()
Returns the label.- Returns:
- the label.
-
-