Class MapAddSeriesEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.MapAddSeriesEvent
- All Implemented Interfaces:
Serializable
@DomEvent("chart-add-series")
public class MapAddSeriesEvent
extends com.vaadin.flow.component.ComponentEvent<Map>
The ChartAddSeriesEvent class stores data about new series added
to an existing chart.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionMapAddSeriesEvent(Map source, boolean fromClient, String name, tools.jackson.databind.node.ArrayNode data) Constructs a ChartAddSeriesEvent -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
Method Details