Class MapPropertyChangeEvent
java.lang.Object
com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
com.vaadin.client.flow.nodefeature.MapPropertyChangeEvent
Event fired when the value of a map property changes.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Constructor Summary
ConstructorsConstructorDescriptionMapPropertyChangeEvent(MapProperty source, Object oldValue, Object newValue) Creates a new map property change event. -
Method Summary
Modifier and TypeMethodDescriptionGets the new property value.Gets the old property value.Gets the reactive value from which this event originates.
-
Constructor Details
-
MapPropertyChangeEvent
Creates a new map property change event.- Parameters:
source- the changed map propertyoldValue- the old valuenewValue- the new value
-
-
Method Details
-
getOldValue
Gets the old property value.- Returns:
- the old value
-
getNewValue
Gets the new property value.- Returns:
- the new value
-
getSource
Description copied from class:ReactiveValueChangeEventGets the reactive value from which this event originates.- Overrides:
getSourcein classReactiveValueChangeEvent- Returns:
- the event source
-