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