Class MapDrillupAllEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Map>
com.vaadin.componentfactory.maps.events.MapDrillupAllEvent
- All Implemented Interfaces:
Serializable
@DomEvent("chart-drillupall")
public class MapDrillupAllEvent
extends com.vaadin.flow.component.ComponentEvent<Map>
ChartDrillupEvent triggered after all the series has been drilled up
if chart has multiple drilldown series
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionMapDrillupAllEvent(Map source, boolean fromClient) Constructs a ChartDrillupAllEvent -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
MapDrillupAllEvent
Constructs a ChartDrillupAllEvent- Parameters:
source- aMapobject.fromClient- a boolean.
-