Uses of Interface
com._1c.g5.aef2.standard.definitions.models.IDefinitionModel
Packages that use IDefinitionModel
Package
Description
-
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 IDefinitionModelModifier and TypeClassDescriptionclass
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 IDefinitionModelModifier and TypeClassDescriptionclass
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
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 IDefinitionModelModifier and TypeMethodDescriptionPropertyPaletteComponent.createDefinitionDrivenComponent()
Creates and returns definition driven component which will be used as main child component.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.modelsModifier and TypeInterfaceDescriptioninterface
Component model for chart axis interface. -
Uses of IDefinitionModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models
Subinterfaces of IDefinitionModel in com._1c.g5.v8.dt.form.ui.internal.chart.aef.modelsModifier and TypeInterfaceDescriptioninterface
Component model forPointProperties
collection of givenChart
interface.interface
Component model forSeriesProperties
collection of givenChart
interface.Classes in com._1c.g5.v8.dt.form.ui.internal.chart.aef.models that implement IDefinitionModelModifier and TypeClassDescriptionclass
Component model for chart axis.class
Component model forPointProperties
collection of givenChart
.class
Component model forSeriesProperties
collection of givenChart
.class
Model forLabelArea
. -
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 -
Uses of IDefinitionModel in com._1c.g5.v8.dt.ui.editor.aef
Classes in com._1c.g5.v8.dt.ui.editor.aef that implement IDefinitionModelModifier and TypeClassDescriptionclass
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 IDefinitionModelModifier and TypeMethodDescriptionprotected IDefinitionModel
DtGranularEditorPageAefComponent.createDefinitionModel
(IContainerDefinition definition) Creates a new definition model.