Package | Description |
---|---|
com.google.gwt.event.shared |
Shared infrastructure underlying both browser and non-browser events.
|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
com.google.gwt.user.client.impl | |
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Constructor and Description |
---|
DefaultHandlerRegistration(HandlerManager manager,
GwtEvent.Type<H> type,
H handler)
Deprecated.
Creates a new handler registration.
|
Modifier and Type | Method and Description |
---|---|
protected static <H extends EventHandler> |
BaseListenerWrapper.baseRemove(HandlerManager manager,
Object listener,
GwtEvent.Type... types)
Deprecated.
Helper method to remove all wrapped listeners from the given event types.
|
Modifier and Type | Method and Description |
---|---|
HandlerManager |
HistoryImpl.getHandlers() |
Modifier and Type | Method and Description |
---|---|
protected HandlerManager |
Widget.createHandlerManager()
Creates the
HandlerManager used by this Widget. |
Copyright © 2018. All rights reserved.