public class MapPropertyAddEvent extends ReactiveValueChangeEvent
NodeMap.| Constructor and Description |
|---|
MapPropertyAddEvent(NodeMap source,
MapProperty property)
Creates a new property add event.
|
| Modifier and Type | Method and Description |
|---|---|
MapProperty |
getProperty()
Gets the added property.
|
NodeMap |
getSource()
Gets the reactive value from which this event originates.
|
public MapPropertyAddEvent(NodeMap source, MapProperty property)
source - the changed mapproperty - the newly added propertypublic NodeMap getSource()
ReactiveValueChangeEventgetSource in class ReactiveValueChangeEventpublic MapProperty getProperty()
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.