Class ModelDrivenRefresher
java.lang.Object
com._1c.g5.aef2.standard.definitions.refresher.AbstractRefresher
com._1c.g5.aef2.standard.definitions.refresher.ModelDrivenRefresher
- All Implemented Interfaces:
IRefresher
The component model driven refresher. It triggers the
AbstractRefresher.refresh(boolean) on any change or
commit of the model of any child component of the IManagingComponent.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(IManagingComponent<?> component) Initializes the refresher by theIManagingComponent.Methods inherited from class com._1c.g5.aef2.standard.definitions.refresher.AbstractRefresher
dispose, getComponent, refresh
-
Constructor Details
-
ModelDrivenRefresher
public ModelDrivenRefresher()
-
-
Method Details
-
initialize
Description copied from interface:IRefresherInitializes the refresher by theIManagingComponent.- Specified by:
initializein interfaceIRefresher- Overrides:
initializein classAbstractRefresher- Parameters:
component- the component, cannot benull.
-