Uses of Interface
com._1c.g5.aef2.standard.definitions.ILabeledDefinition
- 
- 
Uses of ILabeledDefinition in com._1c.g5.aef2.standard.definitionsSubinterfaces of ILabeledDefinition in com._1c.g5.aef2.standard.definitions Modifier and Type Interface Description interfaceIFieldDefinitionThe definition that describes some feature of the EMF object.interfaceIOperationFieldDefinitionThe 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 classFieldDefinitionThe field definition is a definition of a component capable of editing a list of features of an object.classLabeledDefinitionTheILabeledDefinitionimplementation that allows to set and retrieve a label over the basic definition functionality.classOperationFieldDefinitionThe operation field definition represents the definition of some operation of the object.classStringFieldDefinitionTheIStringIdFieldDefinitionimplementation.
- 
Uses of ILabeledDefinition in com._1c.g5.aef2.standard.definitions.componentsMethods in com._1c.g5.aef2.standard.definitions.components with parameters of type ILabeledDefinition Modifier and Type Method Description protected StringDefinitionDrivenComponent. getLabel(ILabeledDefinition definition)Returns the label obtained from definition.protected StringSectionDefinitionComponent. getLabel(ILabeledDefinition definition)
- 
Uses of ILabeledDefinition in com._1c.g5.aef2.standard.definitions.parameterizationMethods in com._1c.g5.aef2.standard.definitions.parameterization with parameters of type ILabeledDefinition Modifier and Type Method Description StringISectionDefinitionParameterization. getDefinitionLabel(ILabeledDefinition definition)Returns label ofILabeledDefinition.StringSectionDefinitionParameterization. getDefinitionLabel(ILabeledDefinition definition)
- 
Uses of ILabeledDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.definitionsSubinterfaces of ILabeledDefinition in com._1c.g5.v8.dt.md.ui.extension.aef.definitions Modifier and Type Interface Description interfaceIExtendedFieldDefinitionExtendeded 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 classExtendedFieldDefinitionExtendeded fiend definition that shows extended label component instead of original simple label component.
- 
Uses of ILabeledDefinition in com._1c.g5.v8.dt.ui.aef.parameterizationMethods in com._1c.g5.v8.dt.ui.aef.parameterization with parameters of type ILabeledDefinition Modifier and Type Method Description StringDuallyNamedSectionParameterization. getDefinitionLabel(ILabeledDefinition definition)
- 
Uses of ILabeledDefinition in com._1c.g5.v8.dt.ui.editor.aef.componentsMethods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type ILabeledDefinition Modifier and Type Method Description protected StringDtGranularEditorPageSectionComponent. getLabel(ILabeledDefinition definition)
- 
Uses of ILabeledDefinition in com._1c.g5.v8.dt.ui.editor.aef.parameterizationMethods in com._1c.g5.v8.dt.ui.editor.aef.parameterization with parameters of type ILabeledDefinition Modifier and Type Method Description StringDtGranularEditorPageSectionParameterization. getDefinitionLabel(ILabeledDefinition definition)
 
-