Package | Description |
---|---|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<Event.NativePreviewHandler> |
Event.NativePreviewEvent.getAssociatedType() |
static GwtEvent.Type<Event.NativePreviewHandler> |
Event.NativePreviewEvent.getType()
Gets the type associated with this event.
|
Modifier and Type | Method and Description |
---|---|
static HandlerRegistration |
Event.addNativePreviewHandler(Event.NativePreviewHandler handler)
Adds a
Event.NativePreviewHandler that will receive all events before
they are fired to their handlers. |
protected void |
Event.NativePreviewEvent.dispatch(Event.NativePreviewHandler handler) |