Package com.google.gwt.visualization.client.events

Package containing Event related classes for the Visualization API.

See:
          Description

Class Summary
CollapseHandler This class handles collapse events for visualizations such as the OrgChart.
CollapseHandler.CollapseEvent The collapsed event is fired when the mouse is out of data displayed in the visualization.
Handler The base class for visualization event handlers.
OnMouseOutHandler This class handles onmouseout events for visualizations such as browsercharts.
OnMouseOutHandler.OnMouseOutEvent The onmouseout event is fired when the mouse is out of data displayed in the visualization.
OnMouseOverHandler This class handles onmouseover events for visualizations such as browsercharts.
OnMouseOverHandler.OnMouseOverEvent The onmouseover event is fired when the mouse is over data displayed in the visualization.
PageHandler This class handles page events for visualizations such as Table.
RangeChangeHandler This class handles range events for visualizations such as AnnotatedTimeLine.
ReadyHandler A handler for ready events.
ReadyHandler.ReadyEvent The ready event is fired when visualization has finished rendering.
RegionClickHandler This class handles region click events for visualizations such as GeoMap.
SelectHandler A handler for select events.
SelectHandler.SelectEvent The select event is fired when the user selects data displayed in the visualization.
SortHandler This class handles sort events for visualizations such as Table.
StateChangeHandler This class handles statechange events for visualizations such as Table.
StateChangeHandler.StateChangeEvent This event is triggered when the user interacts with the chart in some way.
ZoomOutHandler This class handles zoom out events for visualizations such as GeoMap.
ZoomOutHandler.ZoomOutEvent The zoom out event is fired when the user clicks the zoom out button.
 

Package com.google.gwt.visualization.client.events Description

Package containing Event related classes for the Visualization API.

Package containing Event related classes for the Visualization API.