Interface | Description |
---|---|
HasModel<M> |
Indicates that the implementing widget displays an instance of type
|
Class | Description |
---|---|
AbstractForm |
Base class for
Templated widgets that require native form
support for asynchronous GET or POST requests. |
ListWidget<M,W extends HasModel<M> & com.google.gwt.user.client.ui.IsWidget> |
A type of widget that displays and manages a child widget for each item in a
list of model objects.
|
ListWidgetProvider |
Provides instances of ListWidget for cases where the app does not have any
reason to provide its own subclass of ListWidget.
|
LocaleListBox |
ListBox that contains the available language options.
|
LocaleSelector |
Util component to get all locales that your application supports and set a specific one.
|
ValueImage |
Annotation Type | Description |
---|---|
OrderedList |
Qualifies a
ListWidget so that an ordered list () is used for rendering the item list. |
Table |
Qualifies a
ListWidget so that an HTML table is used for rendering the item list. |
UnOrderedList |
Qualifies a
ListWidget so that an unordered list () is used for rendering the item list. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.