Package com.google.gwt.user.client
Fundamental user-interface classes used in client-side GWT code.
This package contains classes representing fundamental concepts, such as browser
history, the browser window, DOM manipulation, and event handling. It also
contains convenience classes such as Timer and Random.
Classes
Interfaces
Command | Encapsulates an action for later execution, often from a different context. |
EventListener | Receives low-level browser events. |
EventPreview | A listener interface for previewing browser events. |
HistoryListener | Implement this interface to receive notification of changes to the browser
history state. |
IncrementalCommand | An IncrementalCommand is a command that is broken into one or
more substeps, each substep brings the whole command nearer to completion. |
ResponseTextHandler | Implement this interface to receive HTTP completion events. |
WindowCloseListener | Implement this interface to receive closing events from the browser window. |
WindowResizeListener | Implement this interface to receive resize events from the browser window. |