Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
TabBar.Tab
Set of characteristic interfaces supported by
TabBar tabs. |
Modifier and Type | Class and Description |
---|---|
class |
Anchor
A widget that represents a simple <a> element.
|
class |
CheckBox
A standard check box widget.
|
class |
DateLabel
Extends
ValueLabel for convenience when dealing with dates and
DateTimeFormat , especially in
UiBinder templates. |
static class |
DialogBox.CaptionImpl
Default implementation of Caption.
|
class |
HTML
A widget that can contain arbitrary HTML.
|
class |
InlineHTML
A widget that can contain arbitrary HTML.
|
class |
InlineLabel
A widget that contains arbitrary text, not interpreted as HTML.
|
class |
Label
A widget that contains arbitrary text, not interpreted as HTML.
|
class |
LabelBase<T>
Abstract base class for all text display widgets.
|
class |
NumberLabel<T extends java.lang.Number>
Extends
ValueLabel for convenience when dealing with numbers and
NumberFormat , especially in
UiBinder templates. |
class |
RadioButton
A mutually-exclusive selection radio button widget.
|
class |
ValueLabel<T>
A label displaying its value through a renderer.
|