Package org.moxieapps.gwt.highcharts.client.events

Provides event handler interfaces and access to the raw data of the events that can be triggered on a chart.

See:
          Description

Interface Summary
AxisSetExtremesEventHandler An interface that can be used as a callback handler when axis setExtremes events are fired on the axis.
ChartClickEventHandler An interface that can be used as a callback handler when click events are fired anywhere on the plot area of the chart.
ChartLoadEventHandler An interface that can be used as a callback handler whenever the core chart's "load" event is fired.
ChartRedrawEventHandler An interface that can be used as a callback handler whenever the core chart's "redraw" event is fired.
ChartSelectionEventHandler An interface that can be used as a callback handler when selection events are fired by the chart.
PointClickEventHandler An interface that can be used as a callback handler when click events are fired on the individual points in a series.
PointLegendItemClickEventHandler An interface that can be used as a callback handler when legend click events are fired on the individual points in a pie series.
PointMouseOutEventHandler An interface that can be used as a callback handler when mouse out events are fired on the individual points in a series.
PointMouseOverEventHandler An interface that can be used as a callback handler when mouse over events are fired on the individual points in a series.
PointRemoveEventHandler An interface that can be used as a callback handler when remove events are fired on the individual points in a series.
PointSelectEventHandler An interface that can be used as a callback handler when select events are fired on the individual points in a series.
PointUnselectEventHandler An interface that can be used as a callback handler when unselect events are fired on the individual points in a series.
PointUpdateEventHandler An interface that can be used as a callback handler when update events are fired on the individual points in a series.
SeriesCheckboxClickEventHandler An interface that can be used as a callback handler when checkbox click events are fired on the series of a chart, which occurs when the checkbox next to the series' name in the legend is clicked.
SeriesClickEventHandler An interface that can be used as a callback handler when click events are fired on the series of a chart.
SeriesHideEventHandler An interface that can be used as a callback handler when series hide events are fired on the chart.
SeriesLegendItemClickEventHandler An interface that can be used as a callback handler when legend item belonging to the series is clicked.
SeriesMouseOutEventHandler An interface that can be used as a callback handler when series mouse out events are fired on the chart.
SeriesMouseOverEventHandler An interface that can be used as a callback handler when series mouse over events are fired on the chart.
SeriesShowEventHandler An interface that can be used as a callback handler when series show events are fired on the chart.
 

Class Summary
AxisEvent The base class of all events that are triggered on a axis, and includes methods for accessing the axis instance directly.
AxisSetExtremesEvent Provides access to the raw information provided by Highcharts when a axis set extremes event occurs.
ChartClickEvent Provides access to the raw information provided by Highcharts when a user clicks on the plot area of the chart, including the axis values of the click.
ChartLoadEvent Provides access to the raw information provided by Highcharts when a load event occurs.
ChartRedrawEvent Provides access to the raw information provided by Highcharts when a chart redraw event occurs.
ChartSelectionEvent Provides access to the raw information provided by Highcharts when a user selects a portion of the chart, including the axis values of the selection.
MouseEvent The base class of all events that are triggered by the user's mouse, and includes methods for accessing the general state of the event, such as if the user was holding down the "Shift" or "Control" key, or the x/y coordinates of the click.
PointClickEvent Provides access to the raw information provided by Highcharts when a user clicks on a specific point in a series.
PointEvent The base class of all events that are triggered on a point, and includes methods for accessing the general properties of the point, such as its name or X and Y values.
PointLegendItemClickEvent Provides access to the raw information provided by Highcharts when a specific legend item point in a pie series is clicked.
PointMouseOutEvent Provides access to the raw information provided by Highcharts when a user mouses out of a specific point in a series.
PointMouseOverEvent Provides access to the raw information provided by Highcharts when a user mouses over a specific point in a series.
PointRemoveEvent Provides access to the raw information provided by Highcharts when a specific point in a series is removed via the Point.remove() method.
PointSelectEvent Provides access to the raw information provided by Highcharts when a specific point in a series is selected (either by the user or programatically).
PointUnselectEvent Provides access to the raw information provided by Highcharts when a specific point in a series is Unselected (either by the user or programatically).
PointUpdateEvent Provides access to the raw information provided by Highcharts when a specific point in a series is updated programatically.
SeriesCheckboxClickEvent Provides access to the raw information provided by Highcharts when a user clicks on the checkbox next to a series' name in the chart.
SeriesClickEvent Provides access to the raw information provided by Highcharts when a user clicks on a series in the chart, including the nearest point to the click.
SeriesEvent The base class of all events that are triggered on a series, and includes methods for accessing the general properties of the series, such as its name or id.
SeriesHideEvent Provides access to the raw information provided by Highcharts when a series is hidden in the chart.
SeriesLegendItemClickEvent Provides access to the raw information provided by Highcharts when a user clicks on the legend item associated with a series.
SeriesMouseOutEvent Provides access to the raw information provided by Highcharts when a series mouse out event occurs.
SeriesMouseOverEvent Provides access to the raw information provided by Highcharts when a series mouse over event occurs.
SeriesShowEvent Provides access to the raw information provided by Highcharts when a series is shown in the chart.
 

Package org.moxieapps.gwt.highcharts.client.events Description

Provides event handler interfaces and access to the raw data of the events that can be triggered on a chart.



Copyright © 2015. All Rights Reserved.