Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
DialogBox.Caption
Set of characteristic interfaces supported by the
DialogBox
caption. |
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 |
Button
A standard push-button widget.
|
class |
ButtonBase
|
class |
CheckBox
A standard check box widget.
|
class |
CustomButton
CustomButton is a base button class with built in support for a set number
of button faces.
|
class |
CustomButton.Face
Represents a button's face.
|
class |
DialogBox
A form of popup that has a caption area at the top and can be dragged by the
user.
|
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 |
MenuItem
An entry in a
MenuBar . |
class |
PushButton
A normal push button with custom styling.
|
class |
RadioButton
A mutually-exclusive selection radio button widget.
|
class |
ResetButton
A standard push-button widget which will automatically reset its enclosing
FormPanel if any. |
class |
RichTextArea
A rich text editor that allows complex styling and formatting.
|
class |
SubmitButton
A standard push-button widget which will automatically submit its enclosing
FormPanel if any. |
class |
ToggleButton
A
ToggleButton is a stylish stateful button which allows the
user to toggle between up and down states. |
class |
TreeItem
An item that can be contained within a
Tree . |