Class ChartDrillupAllEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Chart>
com.vaadin.flow.component.charts.events.ChartDrillupAllEvent
- All Implemented Interfaces:
Serializable
ChartDrillupEvent triggered after all the series has been drilled up if chart
has multiple drilldown series
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionChartDrillupAllEvent
(Chart source, boolean fromClient) Constructs a ChartDrillupAllEvent -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ChartDrillupAllEvent
Constructs a ChartDrillupAllEvent- Parameters:
source
-fromClient
-
-