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
IParameterization
for labeled components.
-
-
Field Summary
Fields Modifier and Type Field Description static ILabeledParametrization
NULL_LABEL
The shared instance ofILabeledParametrization
withnull
label.-
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
getLabel()
Returns the label.
-
-
-
Field Detail
-
NULL_LABEL
static final ILabeledParametrization NULL_LABEL
The shared instance ofILabeledParametrization
withnull
label.
-
-
Method Detail
-
getLabel
String getLabel()
Returns the label.- Returns:
- the label.
-
-