Package io.jmix.flowui.model
Class KeyValueInstanceLoader.PostLoadEvent
java.lang.Object
java.util.EventObject
io.jmix.flowui.model.KeyValueInstanceLoader.PostLoadEvent
- All Implemented Interfaces:
Serializable
- Enclosing interface:
KeyValueInstanceLoader
Event sent after successful loading of a KeyValueEntity instance and setting it to
the container.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPostLoadEvent(KeyValueInstanceLoader loader, @Nullable KeyValueEntity loadedEntity) -
Method Summary
Modifier and TypeMethodDescription@Nullable KeyValueEntityReturns the loaded entity instance.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:
getSourcein classEventObject
-
getLoadedEntity
Returns the loaded entity instance.
-