Package io.jmix.flowui.model
Class CollectionLoader.PostLoadEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.flowui.model.CollectionLoader.PostLoadEvent<T>
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- CollectionLoader<E>
Event sent after successful loading of entities, merging them into 
DataContext and setting to
 the container.- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the list of loaded entities.The data loader which sent the event.Methods inherited from class java.util.EventObjecttoString
- 
Constructor Details- 
PostLoadEvent
 
- 
- 
Method Details- 
getSourceThe data loader which sent the event.- Overrides:
- getSourcein class- EventObject
 
- 
getLoadedEntitiesReturns the list of loaded entities.
 
-