| Package | Description | 
|---|---|
| com.google.gwt.editor.ui.client.adapters | User interface adapters for the bean editor framework. | 
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| static HasTextEditor | HasTextEditor. of(HasText peer)Returns a new ValueEditor that that modifies the given  HasTextpeer
 instance. | 
| Constructor and Description | 
|---|
| HasTextEditor(HasText peer)Constructs a new HasTextEditor that that modifies the given  HasTextpeer instance. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | DialogBox.CaptionSet of characteristic interfaces supported by the  DialogBoxcaption. | 
| interface  | HasDirectionalHtmlAn object that implements this interface contains html that has a direction. | 
| interface  | HasDirectionalSafeHtmlAn object that implements this interface contains html that has a direction. | 
| interface  | HasDirectionalTextAn object that implements this interface contains text that has a direction. | 
| interface  | HasHTMLAn object that implements this interface contains text, which can be set and
 retrieved using these methods. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnchorA widget that represents a simple <a> element. | 
| class  | ButtonA standard push-button widget. | 
| class  | ButtonBase | 
| class  | CheckBoxA standard check box widget. | 
| class  | CustomButtonCustomButton is a base button class with built in support for a set number
 of button faces. | 
| class  | CustomButton.FaceRepresents a button's face. | 
| class  | DialogBoxA form of popup that has a caption area at the top and can be dragged by the
 user. | 
| static class  | DialogBox.CaptionImplDefault implementation of Caption. | 
| class  | DoubleBoxA ValueBox that uses  DoubleParserandDoubleRenderer. | 
| class  | HTMLA widget that can contain arbitrary HTML. | 
| class  | HyperlinkA widget that serves as an "internal" hyperlink. | 
| class  | InlineHTMLA widget that can contain arbitrary HTML. | 
| class  | InlineHyperlinkA widget that serves as an "internal" hyperlink. | 
| 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  | MenuItemAn entry in a
  MenuBar. | 
| class  | PasswordTextBoxA text box that visually masks its input to prevent eavesdropping. | 
| class  | PushButtonA normal push button with custom styling. | 
| class  | RadioButtonA mutually-exclusive selection radio button widget. | 
| class  | ResetButtonA standard push-button widget which will automatically reset its enclosing
  FormPanelif any. | 
| class  | RichTextAreaA rich text editor that allows complex styling and formatting. | 
| class  | SubmitButtonA standard push-button widget which will automatically submit its enclosing
  FormPanelif any. | 
| class  | SuggestBoxA  SuggestBoxis a text box or text area which displays a
 pre-configured set of selections that match the user's input. | 
| 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  | ToggleButtonA  ToggleButtonis a stylish stateful button which allows the
 user to toggle betweenupanddownstates. | 
| class  | TreeItemAn item that can be contained within a
  Tree. | 
| class  | ValueBox<T>A text box able to parse its displayed value. | 
| class  | ValueBoxBase<T>Abstract base class for all text entry widgets. | 
| Modifier and Type | Method and Description | 
|---|---|
| HasText | DisclosurePanel. getHeaderTextAccessor()Gets a  HasTextinstance to provide access to the headers's text, if
 the header widget does provide such access. |