com.sencha.gxt.chart.client.chart.event
Class SeriesItemOverEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<SeriesItemOverEvent.SeriesItemOverHandler>
          extended by com.sencha.gxt.chart.client.chart.event.SeriesItemOverEvent

public class SeriesItemOverEvent
extends GwtEvent<SeriesItemOverEvent.SeriesItemOverHandler>

Fired when an item in the Series is moused over.


Nested Class Summary
static interface SeriesItemOverEvent.HasSeriesItemOverHandlers
          A widget that implements this interface is a public source of SeriesItemOverEvent events.
static interface SeriesItemOverEvent.SeriesItemOverHandler
          Handler class for SeriesItemOverEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
SeriesItemOverEvent(Number value, int index)
          Creates a new event with the given value and index.
 
Method Summary
 GwtEvent.Type<SeriesItemOverEvent.SeriesItemOverHandler> getAssociatedType()
           
 int getIndex()
          Returns the index of the series item.
static GwtEvent.Type<SeriesItemOverEvent.SeriesItemOverHandler> getType()
          Gets the type associated with this event.
 Number getValue()
          Returns the value of the series item.
 
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

SeriesItemOverEvent

public SeriesItemOverEvent(Number value,
                           int index)
Creates a new event with the given value and index.

Parameters:
value - the value of the series item
index - the index of the series item
Method Detail

getType

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

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<SeriesItemOverEvent.SeriesItemOverHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<SeriesItemOverEvent.SeriesItemOverHandler>

getIndex

public int getIndex()
Returns the index of the series item.

Returns:
the index of the series item

getValue

public Number getValue()
Returns the value of the series item.

Returns:
the value of the series item


Copyright © 2011. All Rights Reserved.