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

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

public class AxisItemOutEvent
extends GwtEvent<AxisItemOutEvent.AxisItemOutHandler>

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


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

AxisItemOutEvent

public AxisItemOutEvent(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<AxisItemOutEvent.AxisItemOutHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<AxisItemOutEvent.AxisItemOutHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<AxisItemOutEvent.AxisItemOutHandler>

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.