com.sencha.gxt.chart.client.chart.event
Interface SeriesSelectionEvent.HasSeriesSelectionHandlers

All Known Implementing Classes:
AbstractPieSeries, AreaSeries, BarSeries, GaugeSeries, LineSeries, MultipleColorSeries, PieSeries, RadarSeries, ScatterSeries, Series
Enclosing class:
SeriesSelectionEvent

public static interface SeriesSelectionEvent.HasSeriesSelectionHandlers

A widget that implements this interface is a public source of SeriesSelectionEvent events.


Method Summary
 HandlerRegistration addSeriesSelectionHandler(SeriesSelectionEvent.SeriesSelectionHandler handler)
          Adds a SeriesSelectionEvent.SeriesSelectionHandler handler for SeriesSelectionEvent events.
 

Method Detail

addSeriesSelectionHandler

HandlerRegistration addSeriesSelectionHandler(SeriesSelectionEvent.SeriesSelectionHandler handler)
Adds a SeriesSelectionEvent.SeriesSelectionHandler handler for SeriesSelectionEvent events.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2011. All Rights Reserved.