Class OnViewEventLoadTrigger
java.lang.Object
io.jmix.flowui.facet.dataloadcoordinator.OnViewEventLoadTrigger
- All Implemented Interfaces:
 DataLoadCoordinator.Trigger
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionOnViewEventLoadTrigger(View<?> view, ViewControllerReflectionInspector reflectionInspector, DataLoader loader, Class<?> eventClass)  - 
Method Summary
 
- 
Field Details
- 
loader
 
 - 
 - 
Constructor Details
- 
OnViewEventLoadTrigger
public OnViewEventLoadTrigger(View<?> view, ViewControllerReflectionInspector reflectionInspector, DataLoader loader, Class<?> eventClass)  
 - 
 - 
Method Details
- 
load
protected void load() - 
getLoader
- Specified by:
 getLoaderin interfaceDataLoadCoordinator.Trigger
 
 -