H - GWT event objectpublic abstract class AbstractEvent<H extends com.google.gwt.event.shared.EventHandler>
extends com.google.gwt.event.shared.GwtEvent<H>
| Modifier and Type | Method and Description |
|---|---|
AbstractChart<?,?> |
getChart()
Returns the chart instance, stored in the event as source.
|
com.google.gwt.dom.client.NativeEvent |
getNativeEvent()
Returns the native event instance.
|
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revivepublic final com.google.gwt.dom.client.NativeEvent getNativeEvent()
NativeEventpublic final AbstractChart<?,?> getChart()
AbstractChart