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

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

public class AxisItemOverEvent
extends GwtEvent<AxisItemOverEvent.AxisItemOverHandler>

Fired when an item in the Axis is moused over.


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

AxisItemOverEvent

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

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

getType

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

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<AxisItemOverEvent.AxisItemOverHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<AxisItemOverEvent.AxisItemOverHandler>

getIndex

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

Returns:
the index of the axis item

getValue

public String getValue()
Returns the value of the axis item.

Returns:
the value of the axis item


Copyright © 2011. All Rights Reserved.