Uses of Interface
com._1c.g5.aef2.standard.definitions.components.IManagingComponent
- 
- 
Uses of IManagingComponent in com._1c.g5.aef2.standard.definitions.refresherMethods 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 voidAbstractRefresher. initialize(IManagingComponent<?> component)voidIRefresher. initialize(IManagingComponent<?> component)Initializes the refresher by theIManagingComponent.voidModelDrivenRefresher. initialize(IManagingComponent<?> component)
- 
Uses of IManagingComponent in com._1c.g5.aef2.standard.definitions.validationClasses in com._1c.g5.aef2.standard.definitions.validation with type parameters of type IManagingComponent Modifier and Type Class Description classAbstractManagingComponentValidationSupport<T extends IManagingComponent<? extends IManagingModel>,EVR>The abstract extension of the external validation support forIManagingComponent.
- 
Uses of IManagingComponent in com._1c.g5.properties.uiClasses in com._1c.g5.properties.ui that implement IManagingComponent Modifier and Type Class Description classPropertyPaletteComponentSpecial implementation ofCompositeComponentfor property palette.
- 
Uses of IManagingComponent in com._1c.g5.v8.dt.aef2.bm.refresherMethods in com._1c.g5.v8.dt.aef2.bm.refresher with parameters of type IManagingComponent Modifier and Type Method Description voidAbstractBmRefresher. initialize(IManagingComponent<?> component)
- 
Uses of IManagingComponent in com._1c.g5.v8.dt.md.ui.extension.aef.refresherMethods in com._1c.g5.v8.dt.md.ui.extension.aef.refresher with parameters of type IManagingComponent Modifier and Type Method Description voidMdAdoptedPropertyChangeRefresher. initialize(IManagingComponent<?> component)
- 
Uses of IManagingComponent in com._1c.g5.v8.dt.md.ui.properties.componentsClasses in com._1c.g5.v8.dt.md.ui.properties.components that implement IManagingComponent Modifier and Type Class Description classMdPropertyPaletteComponentImplementation ofPropertyPaletteComponentcontaining EDT specific logic.
- 
Uses of IManagingComponent in com._1c.g5.v8.dt.ui.aef.validationConstructors 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.componentsClasses in com._1c.g5.v8.dt.ui.editor.aef.components that implement IManagingComponent Modifier and Type Class Description classDtGranularEditorPageAefComponentParent component for AEF granular editor page.
 
-