Package io.jmix.flowui.model
Class InstanceContainer.ItemPropertyChangeEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.flowui.model.InstanceContainer.ItemPropertyChangeEvent<T>
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- InstanceContainer<E>
Event sent on changing a property value of the contained entity instance.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionItemPropertyChangeEvent(InstanceContainer<T> container, T item, String property, Object prevValue, Object value) 
- 
Method SummaryModifier and TypeMethodDescriptiongetItem()Returns an entity instance which property value was changed.Returns the previous value of the entity property.Returns the property name.Returns the container which sent the event.getValue()Returns the current value of the entity property.toString()
- 
Constructor Details- 
ItemPropertyChangeEvent
 
- 
- 
Method Details- 
getSourceReturns the container which sent the event.- Overrides:
- getSourcein class- EventObject
 
- 
getItemReturns an entity instance which property value was changed.
- 
getPropertyReturns the property name.
- 
getPrevValueReturns the previous value of the entity property.
- 
getValueReturns the current value of the entity property.
- 
toString- Overrides:
- toStringin class- EventObject
 
 
-