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 classDefinitionDrivenComponent<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 classAbstractDefinitionModelThe 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.classDefinitionModelThe 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 childDefinitionDrivenComponentof 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 interfaceIChartAxisModelComponent 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 classDtGranularEditorPageDefinitionModelThe 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 IDefinitionModelDtGranularEditorPageAefComponent. createDefinitionModel(IContainerDefinition definition)Creates a new definition model.
-