Package com._1c.g5.aef2.standard.definitions
-
Interface Summary Interface Description IComponentFactory A factory for creation of components with one or moreObject
s as input.IContainerDefinition The definition interface that can keeps other definitions and describes the layout of child definitions.IDefinition An object capable of creating AEF2 components and returning specific information for using these components in the infrastructure of AEF2 scenes (including layout data and component search identifiers).IDefinitionIdentifier The component identifier interface.IFieldDefinition The definition that describes some feature of the EMF object.IFieldDefinitionCustomization Customization of field definition that may customize actual container component creation for field.ILabeledDefinition The definition that describes UI element with label.IManagingDefinition TheIContainerDefinition
successor that keeps the policies for managing child definition.IOperationFieldDefinition The definition that describes some operation of the EMF object.IStringIdFieldDefinition The definition that defines field accessible by unique string identifier. -
Class Summary Class Description AbstractDefinition The basic class of the definition.ContainerDefinition The container definition that keeps other definitions.FieldDefinition The field definition is a definition of a component capable of editing a list of features of an object.LabeledDefinition TheILabeledDefinition
implementation that allows to set and retrieve a label over the basic definition functionality.ManagingDefinition The implementation of theIManagingDefinition
.OperationFieldDefinition The operation field definition represents the definition of some operation of the object.SectionDefinition The section definition describes all needed properties to build labeled section that keeps inner UI controls.SeparatorDefinition Definition that defines the separator control.StringFieldDefinition TheIStringIdFieldDefinition
implementation.