| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DoubleBoxA ValueBox that uses  DoubleParserandDoubleRenderer. | 
| class  | IntegerBoxA ValueBox that uses  IntegerParserandIntegerRenderer. | 
| class  | LongBoxA ValueBox that uses  LongParserandLongRenderer. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> ValueBox<T> | ValueBox. wrap(Element element,
    Renderer<T> renderer,
    Parser<T> parser)Creates a ValueBox widget that wraps an existing <input type='text'>
 element. |