com.sencha.gxt.chart.client.draw.sprite
Class SpriteOverEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SpriteOverEvent.SpriteOverHandler>
          extended by com.sencha.gxt.chart.client.draw.sprite.SpriteOverEvent

public class SpriteOverEvent
extends GwtEvent<SpriteOverEvent.SpriteOverHandler>

Fired when an the mouse leaves an item in the Series.


Nested Class Summary
static interface SpriteOverEvent.HasSpriteOverHandlers
          A widget that implements this interface is a public source of SpriteOverEvent events.
static interface SpriteOverEvent.SpriteOverHandler
          Handler class for SpriteOverEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
SpriteOverEvent(Sprite sprite)
          Creates a new event with the given sprite.
 
Method Summary
 GwtEvent.Type<SpriteOverEvent.SpriteOverHandler> getAssociatedType()
           
 Sprite getSprite()
          Returns the sprite that caused the event.
static GwtEvent.Type<SpriteOverEvent.SpriteOverHandler> getType()
          Gets the type associated with this event.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpriteOverEvent

public SpriteOverEvent(Sprite sprite)
Creates a new event with the given sprite.

Parameters:
sprite - the sprite that caused the event
Method Detail

getType

public static GwtEvent.Type<SpriteOverEvent.SpriteOverHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<SpriteOverEvent.SpriteOverHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<SpriteOverEvent.SpriteOverHandler>

getSprite

public Sprite getSprite()
Returns the sprite that caused the event.

Returns:
the sprite that caused the event


Copyright © 2011. All Rights Reserved.