Uses of Interface
com._1c.g5.aef2.standard.definitions.models.IDefinitionModel
-
-
Uses of IDefinitionModel in com._1c.g5.aef2.standard.definitions.components
Classes in com._1c.g5.aef2.standard.definitions.components with type parameters of type IDefinitionModel Modifier and Type Class Description class
DefinitionDrivenComponent<M extends IDefinitionModel,P extends IParameterization>
The component implementation that creates sub components by definition. -
Uses of IDefinitionModel in com._1c.g5.aef2.standard.definitions.models
Classes in com._1c.g5.aef2.standard.definitions.models that implement IDefinitionModel Modifier and Type Class Description class
AbstractDefinitionModel
The abstract definition model.
It implements the basic functionality: the sub-models managing and the rule result processing.
It doesn't specify the way of getting the model objects or definition.class
DefinitionModel
The default implementation of theIDefinitionModel
. -
Uses of IDefinitionModel in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui that return types with arguments of type IDefinitionModel Modifier and Type Method Description protected DefinitionDrivenComponent<IDefinitionModel,IParameterization>
PropertyPaletteComponent. createDefinitionDrivenComponent()
Creates and returns definition driven component which will be used as main child component.protected DefinitionDrivenComponent<IDefinitionModel,IParameterization>
PropertyPaletteComponent. getDefinitionComponent()
Returns childDefinitionDrivenComponent
of this component. -
Uses of IDefinitionModel in com._1c.g5.v8.dt.form.ui.chart.aef.models
Subinterfaces of IDefinitionModel in com._1c.g5.v8.dt.form.ui.chart.aef.models Modifier and Type Interface Description interface
IChartAxisModel
Component model for chart axis interface. -
Uses of IDefinitionModel in com._1c.g5.v8.dt.md.ui.properties.components
Methods in com._1c.g5.v8.dt.md.ui.properties.components that return types with arguments of type IDefinitionModel Modifier and Type Method Description protected DefinitionDrivenComponent<IDefinitionModel,IParameterization>
MdPropertyPaletteComponent. createDefinitionDrivenComponent()
-
Uses of IDefinitionModel in com._1c.g5.v8.dt.ui.editor.aef
Classes in com._1c.g5.v8.dt.ui.editor.aef that implement IDefinitionModel Modifier and Type Class Description class
DtGranularEditorPageDefinitionModel
The model for AEF 2.0 granular editor page. -
Uses of IDefinitionModel in com._1c.g5.v8.dt.ui.editor.aef.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components that return IDefinitionModel Modifier and Type Method Description protected IDefinitionModel
DtGranularEditorPageAefComponent. createDefinitionModel(IContainerDefinition definition)
Creates a new definition model.
-