Class MapPropertyAddEvent

java.lang.Object
com.vaadin.client.flow.reactive.ReactiveValueChangeEvent
com.vaadin.client.flow.nodefeature.MapPropertyAddEvent

public class MapPropertyAddEvent extends ReactiveValueChangeEvent
Event fired when a property is added to a NodeMap.
Since:
1.0
Author:
Vaadin Ltd
  • Constructor Details

    • MapPropertyAddEvent

      public MapPropertyAddEvent(NodeMap source, MapProperty property)
      Creates a new property add event.
      Parameters:
      source - the changed map
      property - the newly added property
  • Method Details