You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.charts.events

Package com.vaadin.flow.component.charts.events

  • Interface Summary
    Interface Description
    ClickEvent  
    HasAxis<T>  
    HasItem

    Indicates that an event has an associated item

    HasSeries

    Indicates that an event has an associated series

  • Class Summary
    Class Description
    ChartAddSeriesEvent

    The ChartAddSeriesEvent class stores data about new series added to an existing chart.

    ChartAfterPrintEvent

    Fired after a chart is printed using the print menu

    ChartBeforePrintEvent

    Fired before a chart is printed using the print menu

    ChartClickEvent

    The ChartClickEvent class stores information on click events anywhere on the area of the chart.

    ChartDrillupAllEvent

    ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series

    ChartDrillupEvent

    ChartDrillupEvent triggered when the 'Back to previous series' button is clicked

    ChartLoadEvent

    Fired after a chart is loaded

    ChartRedrawEvent

    Fired after a chart is redrawn

    ChartSelectionEvent

    The ChartSelectionEvent class stores information on selection events on the chart's area.

    DrilldownEvent

    The DrilldownEvent class stores information on click events in drilldown points

    MouseEventDetails

    Helper class to store and transfer mouse event details.

    PointClickEvent

    The PointClickEvent class stores data for click events on the points of the chart.

    PointLegendItemClickEvent

    The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.

    PointMouseOutEvent

    Fired when the mouse exits the neighborhood of a point

    PointMouseOverEvent

    Fired when the mouse pointer moves within the neighborhood of a point

    PointRemoveEvent

    The PointRemoveEvent class stores data for remove events on the points of the chart

    PointSelectEvent

    The PointSelectEvent class stores data for select events on the points of the chart.

    PointUnselectEvent

    The PointUnselectEvent class stores data for unselect events on the points of the chart.

    PointUpdateEvent

    The PointUpdateEvent class stores data for update events on the points of the chart

    SeriesAfterAnimateEvent

    Fired after a chart series is animated

    SeriesCheckboxClickEvent

    SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked

    SeriesClickEvent

    The SeriesClickEvent class stores data for click events on the series of the chart.

    SeriesHideEvent

    Fired when a series is hidden

    SeriesLegendItemClickEvent

    The SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.

    SeriesMouseOutEvent

    Fired when the mouse exits the neighborhood of a series

    SeriesMouseOverEvent

    Fired when the mouse moves within the neighborhood of a series

    SeriesShowEvent

    Fired when a series is shown

    XAxesExtremesSetEvent

    The XAxesExtremesSetEvent class stores data for set extremes events on the x axes of the chart.

    YAxesExtremesSetEvent

    The YAxesExtremesSetEvent class stores data for set extremes events on the y axes of the chart.

  • Enum Summary
    Enum Description
    MouseEventDetails.MouseButton

    Constants for mouse buttons.