Uses of Interface
com.vaadin.flow.component.charts.events.ClickEvent
Packages that use ClickEvent
-
Uses of ClickEvent in com.vaadin.flow.component.charts.events
Classes in com.vaadin.flow.component.charts.events that implement ClickEventModifier and TypeClassDescriptionclass
The ChartClickEvent class stores information on click events anywhere on the area of the chart.class
The PointClickEvent class stores data for click events on the points of the chart.class
The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.class
The SeriesClickEvent class stores data for click events on the series of the chart.class
The SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.