Class Summary |
AbstractForm |
Base class for Templated widgets that require native form
support for asynchronous GET or POST requests. |
ListWidget<M,W extends HasModel<M> & 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 |
|