Class ChartDrillupEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Chart>
com.vaadin.flow.component.charts.events.ChartDrillupEvent
- All Implemented Interfaces:
Serializable
@DomEvent("chart-drillup")
public class ChartDrillupEvent
extends com.vaadin.flow.component.ComponentEvent<Chart>
ChartDrillupEvent triggered when the 'Back to previous series' button is
clicked
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionChartDrillupEvent(Chart source, boolean fromClient) Constructs a ChartDrillupEvent -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ChartDrillupEvent
Constructs a ChartDrillupEvent- Parameters:
source-fromClient-
-