public class MapPropertyChangeEvent extends ReactiveValueChangeEvent
| Constructor and Description |
|---|
MapPropertyChangeEvent(MapProperty source,
Object oldValue,
Object newValue)
Creates a new map property change event.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getNewValue()
Gets the new property value.
|
Object |
getOldValue()
Gets the old property value.
|
MapProperty |
getSource()
Gets the reactive value from which this event originates.
|
public MapPropertyChangeEvent(MapProperty source, Object oldValue, Object newValue)
source - the changed map propertyoldValue - the old valuenewValue - the new valuepublic Object getOldValue()
public Object getNewValue()
public MapProperty getSource()
ReactiveValueChangeEventgetSource in class ReactiveValueChangeEventCopyright © 2000–2025 Vaadin Ltd. All rights reserved.