Package io.jmix.flowui.model
Class InstanceContainer.ItemChangeEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.flowui.model.InstanceContainer.ItemChangeEvent<T>
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- InstanceContainer<E>
Event sent when the entity instance selected in the container is replaced with another instance or null.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ItemChangeEvent
-
-
Method Details
-
getSource
Returns the container which sent the event.- Overrides:
getSource
in classEventObject
-
getItem
Returns the currently selected entity instance. -
getPrevItem
Returns the previously selected entity instance. -
toString
- Overrides:
toString
in classEventObject
-