Uses of Interface
com._1c.g5.aef2.standard.definitions.models.IManagingModel
-
-
Uses of IManagingModel in com._1c.g5.aef2.standard.definitions.components
Classes in com._1c.g5.aef2.standard.definitions.components with type parameters of type IManagingModel Modifier and Type Interface Description interface
IManagingComponent<M extends IManagingModel>
This interface should be implemented by the root component that corresponds toIManagingDefinition
. -
Uses of IManagingModel in com._1c.g5.aef2.standard.definitions.validation
Classes in com._1c.g5.aef2.standard.definitions.validation with type parameters of type IManagingModel Modifier and Type Class Description class
AbstractManagingComponentValidationSupport<T extends IManagingComponent<? extends IManagingModel>,EVR>
The abstract extension of the external validation support forIManagingComponent
. -
Uses of IManagingModel in com._1c.g5.properties.ui
Classes in com._1c.g5.properties.ui that implement IManagingModel Modifier and Type Class Description class
PropertyPaletteModel
Model for property palette. -
Uses of IManagingModel in com._1c.g5.v8.dt.md.ui.properties.models
Classes in com._1c.g5.v8.dt.md.ui.properties.models that implement IManagingModel Modifier and Type Class Description class
MdPropertyPaletteModel
Implementation ofPropertyPaletteModel
containing EDT specific logic. -
Uses of IManagingModel in com._1c.g5.v8.dt.ui.aef.validation
Constructor parameters in com._1c.g5.v8.dt.ui.aef.validation with type arguments of type IManagingModel Constructor Description AefMarkerSupport(IMarkerManager markerManager, IBmModelManager modelManager, IManagingComponent<? extends IManagingModel> component)
Creates a new instance. -
Uses of IManagingModel in com._1c.g5.v8.dt.ui.editor.aef.model
Subinterfaces of IManagingModel in com._1c.g5.v8.dt.ui.editor.aef.model Modifier and Type Interface Description interface
IDtGranularEditorManagingModel
TheIManagingModel
for granular editors managing components.Classes in com._1c.g5.v8.dt.ui.editor.aef.model that implement IManagingModel Modifier and Type Class Description class
AbstractDtGranularEditorManagingModel
TheIDtGranularEditorManagingModel
abstract implmentation.
-