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