Package io.jmix.flowui.model
Class InstanceLoader.PostLoadEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.flowui.model.InstanceLoader.PostLoadEvent<T>
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- InstanceLoader<E>
Event sent after successful loading of an entity instance, merging it into
DataContext
and setting to
the container.-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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:
getSource
in classEventObject
-
getLoadedEntity
Returns the loaded entity instance.
-