Class DataVectorSourceItems.ValueChangeEvent<E>
java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.data.DataVectorSourceItems.ValueChangeEvent<E>
- Type Parameters:
E
- item type
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- DataVectorSourceItems<E>
An event that is fired when value of item property is changed.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final E
protected final Object
protected final String
protected final Object
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionValueChangeEvent
(DataVectorSourceItems<E> source, E 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
-