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 TypeMethodDescriptionvoid
initialize
(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:IRefresher
Initializes the refresher by theIManagingComponent
.- Specified by:
initialize
in interfaceIRefresher
- Overrides:
initialize
in classAbstractRefresher
- Parameters:
component
- the component, cannot benull
.
-