H
- GWT event objectpublic abstract class AbstractEvent<H extends com.google.gwt.event.shared.EventHandler>
extends com.google.gwt.event.shared.GwtEvent<H>
Modifier | Constructor and Description |
---|---|
protected |
AbstractEvent(com.google.gwt.dom.client.NativeEvent nativeEvent)
Creates an event using a native event
|
Modifier and Type | Method and Description |
---|---|
IsChart |
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, revive
protected AbstractEvent(com.google.gwt.dom.client.NativeEvent nativeEvent)
nativeEvent
- native event of this custom eventNativeEvent
public final com.google.gwt.dom.client.NativeEvent getNativeEvent()
NativeEvent
public IsChart getChart()