Package | Description |
---|---|
com.vaadin.flow.component.charts.events |
Modifier and Type | Interface and Description |
---|---|
interface |
HasItem
Indicates that an event has an associated item
|
Modifier and Type | Class and Description |
---|---|
class |
DrilldownEvent
The DrilldownEvent class stores information on click events in drilldown
points
|
class |
PointClickEvent
The PointClickEvent class stores data for click events on the points of the
chart.
|
class |
PointLegendItemClickEvent
The PointLegendItemClickEvent class stores information on click events on the
charts's legend items that correspond to a chart point.
|
class |
PointMouseOutEvent
Fired when the mouse exits the neighborhood of a point
|
class |
PointMouseOverEvent
Fired when the mouse pointer moves within the neighborhood of a point
|
class |
PointRemoveEvent
The PointRemoveEvent class stores data for remove events on the points of the
chart
|
class |
PointSelectEvent
The PointSelectEvent class stores data for select events on the points of the
chart.
|
class |
PointUnselectEvent
The PointUnselectEvent class stores data for unselect events on the points of
the chart.
|
class |
PointUpdateEvent
The PointUpdateEvent class stores data for update events on the points of the
chart
|
class |
SeriesAfterAnimateEvent
Fired after a chart series is animated
|
class |
SeriesCheckboxClickEvent
SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked
|
class |
SeriesClickEvent
The SeriesClickEvent class stores data for click events on the series of the
chart.
|
class |
SeriesHideEvent
Fired when a series is hidden
|
class |
SeriesLegendItemClickEvent
The SeriesLegendItemClickEvent class stores information on click events on
the charts's legend items that correspond to a chart series.
|
class |
SeriesMouseOutEvent
Fired when the mouse exits the neighborhood of a series
|
class |
SeriesMouseOverEvent
Fired when the mouse moves within the neighborhood of a series
|
class |
SeriesShowEvent
Fired when a series is shown
|
Copyright © 2025. All rights reserved.