Package io.jmix.flowui.data.grid
Class DataGridItems.ValueChangeEvent<T>
java.lang.Object
java.util.EventObject
io.jmix.flowui.data.grid.DataGridItems.ValueChangeEvent<T>
- Type Parameters:
T
- row item type
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- DataGridItems<T>
An event that is fired when value of item property is changed.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final T
protected final Object
protected final String
protected final Object
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionValueChangeEvent
(DataGridItems<T> source, T item, String property, Object prevValue, Object value) -
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
item
-
property
-
prevValue
-
value
-
-
Constructor Details
-
ValueChangeEvent
-
-
Method Details
-
getSource
- Overrides:
getSource
in classEventObject
-
getItem
- Returns:
- the item which value is changed
-
getProperty
- Returns:
- changed property name
-
getPrevValue
- Returns:
- a previous value of the item property
-
getValue
- Returns:
- a new value of the item property
-