Uses of Interface
com._1c.g5.aef2.standard.definitions.components.IManagingComponent
-
-
Uses of IManagingComponent in com._1c.g5.aef2.standard.definitions.refresher
Methods in com._1c.g5.aef2.standard.definitions.refresher that return IManagingComponent Modifier and Type Method Description protected IManagingComponent<?>
AbstractRefresher. getComponent()
Returns the component the refresher is initialized by ornull
.Methods in com._1c.g5.aef2.standard.definitions.refresher with parameters of type IManagingComponent Modifier and Type Method Description void
AbstractRefresher. initialize(IManagingComponent<?> component)
void
IRefresher. initialize(IManagingComponent<?> component)
Initializes the refresher by theIManagingComponent
.void
ModelDrivenRefresher. initialize(IManagingComponent<?> component)
-
Uses of IManagingComponent in com._1c.g5.aef2.standard.definitions.validation
Classes in com._1c.g5.aef2.standard.definitions.validation with type parameters of type IManagingComponent Modifier and Type Class Description class
AbstractManagingComponentValidationSupport<T extends IManagingComponent<? extends IManagingModel>,EVR>
The abstract extension of the external validation support forIManagingComponent
. -
Uses of IManagingComponent in com._1c.g5.properties.ui
Classes in com._1c.g5.properties.ui that implement IManagingComponent Modifier and Type Class Description class
PropertyPaletteComponent
Special implementation ofCompositeComponent
for property palette. -
Uses of IManagingComponent in com._1c.g5.v8.dt.aef2.bm.refresher
Methods in com._1c.g5.v8.dt.aef2.bm.refresher with parameters of type IManagingComponent Modifier and Type Method Description void
AbstractBmRefresher. initialize(IManagingComponent<?> component)
-
Uses of IManagingComponent in com._1c.g5.v8.dt.md.ui.extension.aef.refresher
Methods in com._1c.g5.v8.dt.md.ui.extension.aef.refresher with parameters of type IManagingComponent Modifier and Type Method Description void
MdAdoptedPropertyChangeRefresher. initialize(IManagingComponent<?> component)
-
Uses of IManagingComponent in com._1c.g5.v8.dt.md.ui.properties.components
Classes in com._1c.g5.v8.dt.md.ui.properties.components that implement IManagingComponent Modifier and Type Class Description class
MdPropertyPaletteComponent
Implementation ofPropertyPaletteComponent
containing EDT specific logic. -
Uses of IManagingComponent in com._1c.g5.v8.dt.ui.aef.validation
Constructors in com._1c.g5.v8.dt.ui.aef.validation with parameters of type IManagingComponent Constructor Description AefMarkerSupport(IMarkerManager markerManager, IBmModelManager modelManager, IManagingComponent<? extends IManagingModel> component)
Creates a new instance. -
Uses of IManagingComponent in com._1c.g5.v8.dt.ui.editor.aef.components
Classes in com._1c.g5.v8.dt.ui.editor.aef.components that implement IManagingComponent Modifier and Type Class Description class
DtGranularEditorPageAefComponent
Parent component for AEF granular editor page.
-