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 SummaryConstructors Constructor Description ModelDrivenRefresher()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(IManagingComponent<?> component)Initializes the refresher by theIManagingComponent.- 
Methods inherited from class com._1c.g5.aef2.standard.definitions.refresher.AbstractRefresherdispose, getComponent, refresh
 
- 
 
- 
- 
- 
Method Detail- 
initializepublic void initialize(IManagingComponent<?> component) Description copied from interface:IRefresherInitializes the refresher by theIManagingComponent.- Specified by:
- initializein interface- IRefresher
- Overrides:
- initializein class- AbstractRefresher
- Parameters:
- component- the component, cannot be- null.
 
 
- 
 
-