Package | Description |
---|---|
com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoDirectionHandler
Utility class for handling auto-direction adjustment.
|
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 |
DirectionalTextHelper
A helper class for displaying bidi (i.e.
|
class |
DoubleBox
A ValueBox that uses
DoubleParser and DoubleRenderer . |
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 |
IntegerBox
A ValueBox that uses
IntegerParser and IntegerRenderer . |
class |
Label
A widget that contains arbitrary text, not interpreted as HTML.
|
class |
LabelBase<T>
Abstract base class for all text display widgets.
|
class |
ListBox
A widget that presents a list of choices to the user, either as a list box or
as a drop-down list.
|
class |
LongBox
A ValueBox that uses
LongParser and LongRenderer . |
class |
NumberLabel<T extends java.lang.Number>
Extends
ValueLabel for convenience when dealing with numbers and
NumberFormat , especially in
UiBinder templates. |
class |
PasswordTextBox
A text box that visually masks its input to prevent eavesdropping.
|
class |
RadioButton
A mutually-exclusive selection radio button widget.
|
class |
TextArea
A text box that allows multiple lines of text to be entered.
|
class |
TextBox
A standard single-line text box.
|
class |
TextBoxBase
Abstract base class for most text entry widgets.
|
class |
ValueBox<T>
A text box able to parse its displayed value.
|
class |
ValueBoxBase<T>
Abstract base class for all text entry widgets.
|
class |
ValueLabel<T>
A label displaying its value through a renderer.
|