Uses of Interface
com._1c.g5.aef2.standard.definitions.IContainerDefinition
- 
- 
Uses of IContainerDefinition in com._1c.g5.aef2.standard.definitionsSubinterfaces of IContainerDefinition in com._1c.g5.aef2.standard.definitions Modifier and Type Interface Description interfaceIManagingDefinitionTheIContainerDefinitionsuccessor that keeps the policies for managing child definition.Classes in com._1c.g5.aef2.standard.definitions that implement IContainerDefinition Modifier and Type Class Description classContainerDefinitionThe container definition that keeps other definitions.classManagingDefinitionThe implementation of theIManagingDefinition.classSectionDefinitionThe section definition describes all needed properties to build labeled section that keeps inner UI controls.
- 
Uses of IContainerDefinition in com._1c.g5.aef2.standard.definitions.modelsMethods in com._1c.g5.aef2.standard.definitions.models that return IContainerDefinition Modifier and Type Method Description IContainerDefinitionDefinitionModel. getDefinition()IContainerDefinitionIDefinitionModel. getDefinition()Returns the container definition.Constructors in com._1c.g5.aef2.standard.definitions.models with parameters of type IContainerDefinition Constructor Description DefinitionModel(IContainerDefinition definition, Object... objects)Creates a new instance.
- 
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.aef.definitions.rulesMethods in com._1c.g5.v8.dt.ui.aef.definitions.rules with parameters of type IContainerDefinition Modifier and Type Method Description static IRuleInputDtRuleInput. create(IV8ProjectManager v8projectManager, IContainerDefinition root, Object... objects)Creates a new instance ofIRuleInput.Method parameters in com._1c.g5.v8.dt.ui.aef.definitions.rules with type arguments of type IContainerDefinition Modifier and Type Method Description static IRuleInputDtRuleInput. create(IV8ProjectManager v8projectManager, Collection<IContainerDefinition> roots, Object... objects)Creates a new instance ofIRuleInput.Constructor parameters in com._1c.g5.v8.dt.ui.aef.definitions.rules with type arguments of type IContainerDefinition Constructor Description DtRuleInput(IV8ProjectManager v8projectManager, Collection<IContainerDefinition> roots, Object... objects)Creates a new rule input.
- 
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aefMethods in com._1c.g5.v8.dt.ui.editor.aef that return IContainerDefinition Modifier and Type Method Description IContainerDefinitionDtGranularEditorPageDefinitionModel. getDefinition()Constructors in com._1c.g5.v8.dt.ui.editor.aef with parameters of type IContainerDefinition Constructor Description DtGranularEditorPageDefinitionModel(Supplier<org.eclipse.emf.ecore.EObject> editorModelSupplier, IContainerDefinition definition)Creates a new model.
- 
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.componentsMethods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type IContainerDefinition Modifier and Type Method Description protected IDefinitionModelDtGranularEditorPageAefComponent. createDefinitionModel(IContainerDefinition definition)Creates a new definition model.
- 
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definitionSubinterfaces of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition Modifier and Type Interface Description interfaceIDtGranularEditorManagingDefinitionTheIManagingDefinitionfor granular editors.Classes in com._1c.g5.v8.dt.ui.editor.aef.definition that implement IContainerDefinition Modifier and Type Class Description classDtGranularEditorManagingDefinitionTheIDtGranularEditorManagingDefinitionimplementaion.
- 
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition.builderMethod parameters in com._1c.g5.v8.dt.ui.editor.aef.definition.builder with type arguments of type IContainerDefinition Modifier and Type Method Description static DtGranularEditorPageTwoColumnBuilderDtGranularEditorPageTwoColumnBuilder. builder(Consumer<List<IContainerDefinition>> endAction)Returns a new builder.Constructor parameters in com._1c.g5.v8.dt.ui.editor.aef.definition.builder with type arguments of type IContainerDefinition Constructor Description DtGranularEditorPageTwoColumnBuilder(Consumer<List<IContainerDefinition>> endAction)Creates a new builder.
 
-