See: Description
| Interface | Description |
|---|---|
| Bindings.Thunk |
Used to defer the creation of a widget.
|
| Popups.Thunk |
Used to defer the creation of a popup panel.
|
| UIMessages | |
| UIResources |
Contains resources used by the UI code.
|
| Validator.Rule |
Checks a single validation condition.
|
| Class | Description |
|---|---|
| AbsoluteCSSPanel |
A flow panel that sets all children to have the "position: absolute" inline style as they are
added.
|
| Anchor | |
| Bindings |
Handles the binding of various widget states to dynamic
Values. |
| CenteredBox |
Helper class that centers a single widget horizontally and vertically.
|
| DefaultTextListener | Deprecated |
| EnterClickAdapter |
Converts an enter keydown in a text field to a call to a click handler.
|
| EnumListBox<E extends Enum<E>> |
A
ListBox that contains values of an enum. |
| EscapeClickAdapter |
Converts an escape keypress in a text field to a call to a click handler.
|
| ExpanderWidget<T> |
A "click to see more" type of control that displays more elements on a click.
|
| FloatPanel |
A panel that lines up it's contents horizontally and wraps them around at the end of lines.
|
| FluentTable |
Extends
FlexTable and provides a fluent interface for adjusting the styles of cells. |
| FluentTable.Cell |
Used to format cells.
|
| FX |
Creates animation effects.
|
| InfoPopup |
Displays a popup informational message.
|
| InlineLabel |
A small helper class to provide us with an inline label, since the default
implementation of Label creates a DIV, and there's no way to make a SPAN.
|
| InlinePanel |
A flow panel that applies the "inline" style and a bit of space to every widget added to it.
|
| InputUtil |
Methods for gathering required user input prior to taking an action.
|
| ItemListBox<T> |
A list box that maintains a list of actual Java objects.
|
| ItemListBox.Builder<T,Box extends ItemListBox<T>> |
Simple builder that allows multiple items to be added to the list box during construction.
|
| LimitedTextArea |
A text area with a character limit that displays the limit to the user.
|
| NumberTextBox |
A text box that will only accept numbers.
|
| PagedGrid<T> |
Displays a grid of UI elements in pages.
|
| PagedTable<T> |
Displays a table of UI elements in pages.
|
| PagedWidget<T> |
Displays a paginated collection of UI elements.
|
| Popups |
Popup-related utility methods.
|
| SmartFileUpload |
GWT didn't see fit to expose change events to
FileUpload, so we do that ourselves. |
| SmartGrid |
Extends
Grid with a number of extremely useful utility methods. |
| SmartTable |
Extends
FlexTable with a number of extremely useful utility methods. |
| StyledTextPanel |
Formats user supplied text based on a simple, wiki-like markup syntax.
|
| SubmitField |
A form submit button.
|
| Validator |
Simplifies the process of validating a collection of form fields and providing validation
feedback.
|
| ValueHTML<T> |
Displays a dynamically changing value.
|
| ValueLabel<T> |
Displays a dynamically changing value.
|
| Widgets |
Convenience methods for creating and configuring widgets.
|
| WidgetUtil |
Contains some widget-related utility functions.
|
| WidgetUtil.FlashObject |
Parameters for embedding a flash movie in an html page.
|
| WidgetUtilImpl |
Provides browser-specific widget-related utility functions.
|
| WidgetUtilImplIE6 |
Provides IE6-specific widget-related utility functions.
|
| WidgetUtilImplMozilla |
Provides Mozilla-specific widget-related utility functions.
|
| Enum | Description |
|---|---|
| Popups.Position |
Positions supported by
Popups.show(T, com.threerings.gwt.ui.Popups.Position, com.google.gwt.user.client.ui.Widget) and other methods. |
Copyright © 2013. All Rights Reserved.