| 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 | Method and Description | 
|---|---|
| static AutoDirectionHandler | AutoDirectionHandler. addTo(AutoDirectionHandler.Target target)Operates like  AutoDirectionHandler.addTo(Target, DirectionEstimator), but always uses
 a default DirectionEstimator,WordCountDirectionEstimator. | 
| static AutoDirectionHandler | AutoDirectionHandler. addTo(AutoDirectionHandler.Target target,
     boolean enabled)Operates like  AutoDirectionHandler.addTo(Target, DirectionEstimator), but uses a
 default DirectionEstimator,WordCountDirectionEstimatorifenabled,
 or else a null DirectionEstimator, which means disabling direction
 estimation. | 
| static AutoDirectionHandler | AutoDirectionHandler. addTo(AutoDirectionHandler.Target target,
     DirectionEstimator directionEstimator)Adds auto-direction adjustment to a given object:
 - Creates an AutoDirectionHandler. | 
| 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. | 
| class  | ValueBoxBase<T>Abstract base class for all text entry widgets. |