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 interfaceIManagingComponent<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 classAbstractManagingComponentValidationSupport<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 classPropertyPaletteModelModel 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 classMdPropertyPaletteModelImplementation ofPropertyPaletteModelcontaining 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 interfaceIDtGranularEditorManagingModelTheIManagingModelfor granular editors managing components.Classes in com._1c.g5.v8.dt.ui.editor.aef.model that implement IManagingModel Modifier and Type Class Description classAbstractDtGranularEditorManagingModelTheIDtGranularEditorManagingModelabstract implmentation.
-