|
Class Summary |
| ComplexDialogBox |
A dialog box that can be part of a wizard and whose content is structured in three parts: the header, the body and
the footer. |
| CompositeDialogBox |
The base class for any custom dialog box. |
| DialogBox |
Generic dialog box with optimized dragging. |
| HiddenConfig |
A group of Hidden widgets that can be used to send data to the server when the HTML form is submitted. |
| LabeledTextBox |
A labeled text box. |
| ListBox<T> |
Displays a list of items allowing us to select one using the mouse or the keyboard. |
| ListItem<T> |
An item in a list box. |
| LoadingPanel |
Used to indicate that a specified widget is loading. |
| MenuBar |
Improves the default menu bar widget provided by GWT. |
| MenuItem |
Improves the default menu item widget provided by GWT:
Allows us to disable and re-enable it.
|
| MenuListenerCollection |
A collection of MenuListeners. |
| ToolBar |
Generic tool bar panel accepting any kind of widget. |
| VerticalResizePanel |
Panel that allows one of the contained widgets to be resized so that it vertically fills all the space left in this
container after its siblings are drawn. |