Uses of Interface
com._1c.g5.aef2.standard.definitions.IContainerDefinition
Packages that use IContainerDefinition
Package
Description
-
Uses of IContainerDefinition in com._1c.g5.aef2.standard.definitions
Subinterfaces of IContainerDefinition in com._1c.g5.aef2.standard.definitionsModifier and TypeInterfaceDescriptioninterface
TheIContainerDefinition
successor that keeps the policies for managing child definition.Classes in com._1c.g5.aef2.standard.definitions that implement IContainerDefinitionModifier and TypeClassDescriptionclass
The container definition that keeps other definitions.class
The implementation of theIManagingDefinition
.class
The 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.models
Methods in com._1c.g5.aef2.standard.definitions.models that return IContainerDefinitionModifier and TypeMethodDescriptionfinal IContainerDefinition
DefinitionModel.getDefinition()
IDefinitionModel.getDefinition()
Returns the container definition.Constructors in com._1c.g5.aef2.standard.definitions.models with parameters of type IContainerDefinitionModifierConstructorDescriptionDefinitionModel
(IContainerDefinition definition, Object... objects) Creates a new instance. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Methods in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that return IContainerDefinitionModifier and TypeMethodDescriptionBmChartAxisModel.getDefinition()
BmChartPointModel.getDefinition()
BmChartSeriesModel.getDefinition()
-
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.aef.definitions.rules
Methods in com._1c.g5.v8.dt.ui.aef.definitions.rules with parameters of type IContainerDefinitionModifier and TypeMethodDescriptionstatic IRuleInput
DtRuleInput.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 IContainerDefinitionModifier and TypeMethodDescriptionstatic IRuleInput
DtRuleInput.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 IContainerDefinitionModifierConstructorDescriptionprotected
DtRuleInput
(IV8ProjectManager v8projectManager, Collection<IContainerDefinition> roots, Object... objects) Creates a new rule input. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef
Methods in com._1c.g5.v8.dt.ui.editor.aef that return IContainerDefinitionConstructors in com._1c.g5.v8.dt.ui.editor.aef with parameters of type IContainerDefinitionModifierConstructorDescriptionDtGranularEditorPageDefinitionModel
(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.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type IContainerDefinitionModifier and TypeMethodDescriptionprotected IDefinitionModel
DtGranularEditorPageAefComponent.createDefinitionModel
(IContainerDefinition definition) Creates a new definition model. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition
Subinterfaces of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definitionClasses in com._1c.g5.v8.dt.ui.editor.aef.definition that implement IContainerDefinition -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition.builder
Method parameters in com._1c.g5.v8.dt.ui.editor.aef.definition.builder with type arguments of type IContainerDefinitionModifier and TypeMethodDescriptionDtGranularEditorPageTwoColumnBuilder.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 IContainerDefinitionModifierConstructorDescriptionprotected
Creates a new builder.