|
Class Summary |
| AlignPanel |
A panel which positions its sole child in one of the 9 locations defined by
the combination of the 3 horizontal positions left,center,right and the 3
vertical positions top,center,bottom. |
| Animation |
A convenient method to perform animations. |
| Dialog |
Emulates a real dialog by using a callback which is invoked when the dialog's
operation is done. |
| EventCancellingPanel |
A panel which allows cancelling the bubbling of and preventing the default
action from occurring on a specified set of events it receives. |
| Form |
A panel which manages most of the tedious work behind setting up a
well-arranged and properly aligned form. |
| GlassPane |
A panel which captures all events it receives. |
| GWTUiDefaults |
Defines various usefil UI related values, such as preferred spacing between
elements, difference in element sizes which allows aligning them etc. |
| ImageButton |
An button widget with an image (with rollover and selection effects) and an
optional label. |
| ImageLoadingManager |
Implements a queue of images to be loaded by the browser. |
| PilePanel |
A panel which piles its children on top of each other, each placed at
0,0 and fills the 100% of the width and height of the panel. |
| PlainHyperlink |
A plain HTML hyperlink, you know, the normal kind, which opens a URL when
clicked. |
| ToggleImageButton |
A toggle button based on the ImageButton class. |
| UiUtils |
A utility class for UI related functionality. |
| UrlImagePrototype |
An image prototype which returns images from a certain URL. |
| Wizard |
A wizard is a multi-stage dialog. |