com.sencha.gxt.chart.client.draw.sprite
Class SpriteSelectionEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<SpriteSelectionEvent.SpriteSelectionHandler>
com.sencha.gxt.chart.client.draw.sprite.SpriteSelectionEvent
public class SpriteSelectionEvent
- extends GwtEvent<SpriteSelectionEvent.SpriteSelectionHandler>
Fired when an the mouse leaves an item in the Series.
| Methods inherited from class com.google.web.bindery.event.shared.Event |
toDebugString, toString |
SpriteSelectionEvent
public SpriteSelectionEvent(Sprite sprite)
- Creates a new event with the given sprite.
- Parameters:
sprite - the sprite that caused the event
getType
public static GwtEvent.Type<SpriteSelectionEvent.SpriteSelectionHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<SpriteSelectionEvent.SpriteSelectionHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<SpriteSelectionEvent.SpriteSelectionHandler>
getSprite
public Sprite getSprite()
- Returns the sprite that caused the event.
- Returns:
- the sprite that caused the event
Copyright © 2011. All Rights Reserved.