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
public final class ModelDrivenRefresher extends AbstractRefresher
The component model driven refresher. It triggers theAbstractRefresher.refresh(boolean)
on any change or commit of the model of any child component of theIManagingComponent
.
-
-
Constructor Summary
Constructors Constructor Description ModelDrivenRefresher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(IManagingComponent<?> component)
Initializes the refresher by theIManagingComponent
.-
Methods inherited from class com._1c.g5.aef2.standard.definitions.refresher.AbstractRefresher
dispose, getComponent, refresh
-
-
-
-
Method Detail
-
initialize
public void initialize(IManagingComponent<?> component)
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
.
-
-