Class MapPropertyAddEvent
java.lang.Object
com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
com.vaadin.client.flow.nodefeature.MapPropertyAddEvent
Event fired when a property is added to a
NodeMap.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Constructor Summary
ConstructorsConstructorDescriptionMapPropertyAddEvent(NodeMap source, MapProperty property) Creates a new property add event. -
Method Summary
Modifier and TypeMethodDescriptionGets the added property.Gets the reactive value from which this event originates.
-
Constructor Details
-
MapPropertyAddEvent
Creates a new property add event.- Parameters:
source- the changed mapproperty- the newly added property
-
-
Method Details
-
getSource
Description copied from class:ReactiveValueChangeEventGets the reactive value from which this event originates.- Overrides:
getSourcein classReactiveValueChangeEvent- Returns:
- the event source
-
getProperty
Gets the added property.- Returns:
- the added property
-