|
||||||||||
| 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<AxisSelectionEvent.AxisSelectionHandler>
com.sencha.gxt.chart.client.chart.event.AxisSelectionEvent
public class AxisSelectionEvent
Fired when the Axis is clicked.
| Nested Class Summary | |
|---|---|
static interface |
AxisSelectionEvent.AxisSelectionHandler
Handler class for AxisSelectionEvent events. |
static interface |
AxisSelectionEvent.HasAxisSelectionHandlers
A widget that implements this interface is a public source of AxisSelectionEvent events. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
AxisSelectionEvent(String value,
int index)
Creates a new event with the given value and index. |
|
| Method Summary | |
|---|---|
GwtEvent.Type<AxisSelectionEvent.AxisSelectionHandler> |
getAssociatedType()
|
int |
getIndex()
Returns the index of the axis item. |
static GwtEvent.Type<AxisSelectionEvent.AxisSelectionHandler> |
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 AxisSelectionEvent(String value,
int index)
value - the value of the axis itemindex - the index of the axis item| Method Detail |
|---|
public static GwtEvent.Type<AxisSelectionEvent.AxisSelectionHandler> getType()
public GwtEvent.Type<AxisSelectionEvent.AxisSelectionHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AxisSelectionEvent.AxisSelectionHandler>public int getIndex()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||