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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ItemChangeEvent
 
- 
- 
Method Details- 
getSourceReturns the container which sent the event.- Overrides:
- getSourcein class- EventObject
 
- 
getItemReturns the currently selected entity instance.
- 
getPrevItemReturns the previously selected entity instance.
- 
toString- Overrides:
- toStringin class- EventObject
 
 
-