Uses of Interface
com._1c.g5.aef2.standard.definitions.ILabeledDefinition
-
-
Uses of ILabeledDefinition in com._1c.g5.aef2.standard.definitions
Subinterfaces of ILabeledDefinition in com._1c.g5.aef2.standard.definitions Modifier and Type Interface Description interface
IFieldDefinition
The definition that describes some feature of the EMF object.interface
IOperationFieldDefinition
The definition that describes some operation of the EMF object.Classes in com._1c.g5.aef2.standard.definitions that implement ILabeledDefinition Modifier and Type Class Description class
FieldDefinition
The field definition is a definition of a component capable of editing a list of features of an object.class
LabeledDefinition
TheILabeledDefinition
implementation that allows to set and retrieve a label over the basic definition functionality.class
OperationFieldDefinition
The operation field definition represents the definition of some operation of the object.class
StringFieldDefinition
TheIStringIdFieldDefinition
implementation. -
Uses of ILabeledDefinition in com._1c.g5.aef2.standard.definitions.components
Methods in com._1c.g5.aef2.standard.definitions.components with parameters of type ILabeledDefinition Modifier and Type Method Description protected String
DefinitionDrivenComponent. getLabel(ILabeledDefinition definition)
Returns the label obtained from definition.protected String
SectionDefinitionComponent. getLabel(ILabeledDefinition definition)
-
Uses of ILabeledDefinition in com._1c.g5.aef2.standard.definitions.parameterization
Methods in com._1c.g5.aef2.standard.definitions.parameterization with parameters of type ILabeledDefinition Modifier and Type Method Description String
ISectionDefinitionParameterization. getDefinitionLabel(ILabeledDefinition definition)
Returns label ofILabeledDefinition
.String
SectionDefinitionParameterization. getDefinitionLabel(ILabeledDefinition definition)
-
Uses of ILabeledDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.definitions
Subinterfaces of ILabeledDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.definitions Modifier and Type Interface Description interface
IExtendedFieldDefinition
Extendeded fiend definition that shows extended label component instead of original simple label component.Classes in com._1c.g5.v8.dt.md.ui.extension.aef.definitions that implement ILabeledDefinition Modifier and Type Class Description class
ExtendedFieldDefinition
Extendeded fiend definition that shows extended label component instead of original simple label component. -
Uses of ILabeledDefinition in com._1c.g5.v8.dt.ui.aef.parameterization
Methods in com._1c.g5.v8.dt.ui.aef.parameterization with parameters of type ILabeledDefinition Modifier and Type Method Description String
DuallyNamedSectionParameterization. getDefinitionLabel(ILabeledDefinition definition)
-
Uses of ILabeledDefinition in com._1c.g5.v8.dt.ui.editor.aef.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type ILabeledDefinition Modifier and Type Method Description protected String
DtGranularEditorPageSectionComponent. getLabel(ILabeledDefinition definition)
-
Uses of ILabeledDefinition in com._1c.g5.v8.dt.ui.editor.aef.parameterization
Methods in com._1c.g5.v8.dt.ui.editor.aef.parameterization with parameters of type ILabeledDefinition Modifier and Type Method Description String
DtGranularEditorPageSectionParameterization. getDefinitionLabel(ILabeledDefinition definition)
-