| Package | Description | 
|---|---|
| com.google.gwt.editor.ui.client | User interface components for the bean editor framework. | 
| 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 | 
|---|---|
| void | ValueBoxEditorDecorator. setValueBox(ValueBoxBase<T> widget)Set the widget that the EditorPanel will display. | 
| Constructor and Description | 
|---|
| ValueBoxEditorDecorator(ValueBoxBase<T> widget,
                       ValueBoxEditor<T> editor)Constructs a ValueBoxEditorDecorator using a  ValueBoxBasewidget and aValueBoxEditoreditor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> ValueBoxEditor<T> | ValueBoxEditor. of(ValueBoxBase<T> valueBox)Returns a new TakesValueEditor that adapts a  ValueBoxBaseinstance. | 
| Constructor and Description | 
|---|
| ValueBoxEditor(ValueBoxBase<T> peer)Constructs a new ValueBoxEditor that adapts a  ValueBoxBasepeer
 instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DoubleBoxA ValueBox that uses  DoubleParserandDoubleRenderer. | 
| class  | IntegerBoxA ValueBox that uses  IntegerParserandIntegerRenderer. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ValueBoxBase<java.lang.String> | SuggestBox. getValueBox()Get the ValueBoxBase associated with this suggest box. | 
| Constructor and Description | 
|---|
| SuggestBox(SuggestOracle oracle,
          ValueBoxBase<java.lang.String> box)Constructor for  SuggestBox. | 
| SuggestBox(SuggestOracle oracle,
          ValueBoxBase<java.lang.String> box,
          SuggestBox.SuggestionDisplay suggestDisplay)Constructor for  SuggestBox. |