com.sencha.gxt.chart.client.chart.event
Class LegendSelectionEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<LegendSelectionEvent.LegendSelectionHandler>
com.sencha.gxt.chart.client.chart.event.LegendSelectionEvent
public class LegendSelectionEvent
- extends GwtEvent<LegendSelectionEvent.LegendSelectionHandler>
Fired when the Legend is clicked.
| Methods inherited from class com.google.web.bindery.event.shared.Event |
toDebugString, toString |
LegendSelectionEvent
public LegendSelectionEvent(LegendItem<?> item)
- Creates a new event with the given legend item.
- Parameters:
item - the legend item that fired the event
getType
public static GwtEvent.Type<LegendSelectionEvent.LegendSelectionHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<LegendSelectionEvent.LegendSelectionHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<LegendSelectionEvent.LegendSelectionHandler>
getItem
public LegendItem<?> getItem()
- Returns the legend item that fired the event.
- Returns:
- the legend item that fired the event
Copyright © 2011. All Rights Reserved.