Interface ILabeledDefinition
-
- All Superinterfaces:
IComponentFactory
,IDefinition
- All Known Subinterfaces:
IExtendedFieldDefinition
,IFieldDefinition
,IOperationFieldDefinition
- All Known Implementing Classes:
ExtendedFieldDefinition
,FieldDefinition
,LabeledDefinition
,OperationFieldDefinition
,StringFieldDefinition
public interface ILabeledDefinition extends IDefinition
The definition that describes UI element with label.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel()
Returns the label.-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponent
-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
-
-
-
-
Method Detail
-
getLabel
String getLabel()
Returns the label.- Returns:
- the label.
-
-