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 TypeClassDescriptionclassThe ChartClickEvent class stores information on click events anywhere on the area of the chart.classThe PointClickEvent class stores data for click events on the points of the chart.classThe PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.classThe SeriesClickEvent class stores data for click events on the series of the chart.classThe SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.