| 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 | Interface and Description | 
|---|---|
| static interface  | AutoDirectionHandler.TargetThe interface an object must implement in order to add an
 AutoDirectionHandler to it. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnchorA widget that represents a simple <a> element. | 
| static class  | DialogBox.CaptionImplDefault implementation of Caption. | 
| class  | DoubleBoxA ValueBox that uses  DoubleParserandDoubleRenderer. | 
| class  | HTMLA widget that can contain arbitrary HTML. | 
| class  | InlineHTMLA widget that can contain arbitrary HTML. | 
| class  | InlineLabelA widget that contains arbitrary text, not interpreted as HTML. | 
| class  | IntegerBoxA ValueBox that uses  IntegerParserandIntegerRenderer. | 
| class  | LabelA widget that contains arbitrary text, not interpreted as HTML. | 
| class  | LongBoxA ValueBox that uses  LongParserandLongRenderer. | 
| class  | PasswordTextBoxA text box that visually masks its input to prevent eavesdropping. | 
| class  | TextAreaA text box that allows multiple lines of text to be entered. | 
| class  | TextBoxA standard single-line text box. | 
| class  | TextBoxBaseAbstract 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. |