| Class | Description |
|---|---|
| AnchorPanel |
Just like a FlowPanel except parented by an anchor (a) rather than a div.
|
| AsyncActionButton |
A GWT button that supports the concept of an async action.
|
| DateBox |
Like a text box, except it deals with dates and presents the user with
a calendar picker widget.
|
| FontAwesomeIcon |
Can be used with font awesome.
|
| HtmlSnippet |
Injectable class that represents any random snippet of HTML.
|
| IconLabel |
An icon label.
|
| LabelLabel |
Weird name for a class, I know.
|
| ModalDialog |
Base class for all modal dialogs.
|
| OrderedListPanel |
Implements a simple ordered list (ol).
|
| Pager |
Implements a bootstrap style pager.
|
| ParagraphLabel |
Label with a 'p' tag as the root element instead of a div or a span.
|
| RadioButton |
Injectable radio button.
|
| SortableTableHeader |
Widget that is used as the child/content of the "th" for a sortable widget table.
|
| SortableTemplatedWidgetTable |
Extends the templated widget table to add support for column sorting.
|
| SortableTemplatedWidgetTable.SortColumn | |
| SpanPanel |
Just like a FlowPanel except parented by a span rather than a div.
|
| SplitButtonDropdown |
Models a bootstrap Split Button Dropdown.
|
| TemplatedFormPanel |
Extends the
FormPanel and implements HasText as a marker interface
so that this class can be Inject'd into an Errai UI template properly. |
| TemplatedWidgetTable |
Extends the
WidgetTable and adds features that make it available
to be used in an Errai UI template. |
| UnorderedListPanel |
Implements a simple unordered list (ul).
|
| WidgetTable |
A table implementation that can have arbitrary widgets in the cells.
|
| Enum | Description |
|---|---|
| ButtonSizeEnum |
Enum for the different button sizes in bootstrap.
|
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.