Uses of Interface
com._1c.g5.aef2.models.ICompoundModel
-
-
Uses of ICompoundModel in com._1c.g5.aef2.models
Classes in com._1c.g5.aef2.models that implement ICompoundModel Modifier and Type Class Description class
CompoundModel
Base class for the compound models. -
Uses of ICompoundModel in com._1c.g5.aef2.standard.definitions.models
Subinterfaces of ICompoundModel in com._1c.g5.aef2.standard.definitions.models Modifier and Type Interface Description interface
IDefinitionModel
The model that is used by components that creates their child byIDefinition
s.Classes in com._1c.g5.aef2.standard.definitions.models that implement ICompoundModel 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 ICompoundModel in com._1c.g5.v8.dt.form.ui.chart.aef.models
Subinterfaces of ICompoundModel in com._1c.g5.v8.dt.form.ui.chart.aef.models Modifier and Type Interface Description interface
IChartAxisModel
Component model for chart axis interface.interface
IChartColorPaletteDescriptionDetailedModel
Detailed component model forChartColorPaletteDescription
interface.interface
IChartScaleDetailedModel
Chart scale detailed model interface.Classes in com._1c.g5.v8.dt.form.ui.chart.aef.models that implement ICompoundModel Modifier and Type Class Description class
ChartColorPaletteDescriptionDetailedModel
Detailed model forChartColorPaletteDescription
.class
ChartScaleDetailedModel
Detailed model forChartScale
. -
Uses of ICompoundModel in com._1c.g5.v8.dt.form.ui.wizard
Classes in com._1c.g5.v8.dt.form.ui.wizard that implement ICompoundModel Modifier and Type Class Description static class
FormWizard.FormModel
The model for form wizard pages. -
Uses of ICompoundModel in com._1c.g5.v8.dt.md.ui.aef.models
Classes in com._1c.g5.v8.dt.md.ui.aef.models that implement ICompoundModel Modifier and Type Class Description class
BmEventSubscribtionSourceModel
BmTypeDescriptionModel
implementation forEventSubscription.getSource()
.class
BmTypeDescriptionModel
The BMAbstractTypeDescriptionModel
implementation.class
EmfTypeDescriptionModel
TheITypeDescriptionModel
EMF implementation.class
PredefinedItemTypeDescriptionModel
-
Uses of ICompoundModel in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Subinterfaces of ICompoundModel in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture Modifier and Type Interface Description interface
ICommonPictureContentEditModel
The base model for common picture content editorClasses in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that implement ICompoundModel Modifier and Type Class Description class
CommonPictureContentEditModel
BaseCommonPicture
content editor model -
Uses of ICompoundModel in com._1c.g5.v8.dt.md.ui.aef.models.type
Classes in com._1c.g5.v8.dt.md.ui.aef.models.type that implement ICompoundModel Modifier and Type Class Description class
AbstractTypeDescriptionDialogModel
The abstract model for type description dialog component.class
AbstractTypeDescriptionModel
The abstract model for type description component. -
Uses of ICompoundModel in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards that implement ICompoundModel Modifier and Type Class Description static class
AbstractDependentProjectWizard.DependentWizardModel<M extends MdObject>
Dependent wizard model instance.static class
AbstractProjectWizard.WizardModel<M extends MdObject>
Dependent wizard model instance. -
Uses of ICompoundModel in com._1c.g5.v8.dt.md.ui.wizards.aef.models
-
Uses of ICompoundModel in com._1c.g5.v8.dt.ui.aef.models
Classes in com._1c.g5.v8.dt.ui.aef.models that implement ICompoundModel Modifier and Type Class Description class
AbstractDtDynamicTreeModel<T>
Abstract implementation forIDynamicTreeModel
. -
Uses of ICompoundModel in com._1c.g5.v8.dt.ui.editor.aef
Classes in com._1c.g5.v8.dt.ui.editor.aef that implement ICompoundModel Modifier and Type Class Description class
DtGranularEditorPageDefinitionModel
The model for AEF 2.0 granular editor page.
-