|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<AxisItemOutEvent.AxisItemOutHandler>
com.sencha.gxt.chart.client.chart.event.AxisItemOutEvent
public class AxisItemOutEvent
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 |
|---|
public AxisItemOutEvent(String value,
int index)
value - the value of the axis itemindex - the index of the axis item| Method Detail |
|---|
public static GwtEvent.Type<AxisItemOutEvent.AxisItemOutHandler> getType()
public GwtEvent.Type<AxisItemOutEvent.AxisItemOutHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AxisItemOutEvent.AxisItemOutHandler>public int getIndex()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||