Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasDirectionalHtml
An object that implements this interface contains html that has a direction.
|
interface |
HasDirectionalSafeHtml
An object that implements this interface contains html that has a direction.
|
Modifier and Type | Class and Description |
---|---|
class |
Anchor
A widget that represents a simple <a> element.
|
class |
CheckBox
A standard check box widget.
|
static class |
DialogBox.CaptionImpl
Default implementation of Caption.
|
class |
HTML
A widget that can contain arbitrary HTML.
|
class |
Hyperlink
A widget that serves as an "internal" hyperlink.
|
class |
InlineHTML
A widget that can contain arbitrary HTML.
|
class |
InlineHyperlink
A widget that serves as an "internal" hyperlink.
|
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 |
RadioButton
A mutually-exclusive selection radio button widget.
|