Package io.jmix.flowui.model
Class KeyValueCollectionLoader.PostLoadEvent
java.lang.Object
java.util.EventObject
io.jmix.flowui.model.KeyValueCollectionLoader.PostLoadEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- KeyValueCollectionLoader
Event sent after successful loading of entities and setting to
the container.
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPostLoadEvent
(KeyValueCollectionLoader loader, List<KeyValueEntity> loadedEntities) -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of loaded entities.The data loader which sent the event.Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
PostLoadEvent
-
-
Method Details
-
getSource
The data loader which sent the event.- Overrides:
getSource
in classEventObject
-
getLoadedEntities
Returns the list of loaded entities.
-