GWT 2.7.0

Uses of Interface
com.google.gwt.i18n.client.AutoDirectionHandler.Target

Packages that use AutoDirectionHandler.Target
com.google.gwt.i18n.client Internationalization support for GWT applications. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of AutoDirectionHandler.Target in com.google.gwt.i18n.client
 

Methods in com.google.gwt.i18n.client with parameters of type AutoDirectionHandler.Target
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, WordCountDirectionEstimator if enabled, 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.
 

Uses of AutoDirectionHandler.Target in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement AutoDirectionHandler.Target
 class DoubleBox
          A ValueBox that uses DoubleParser and DoubleRenderer.
 class IntegerBox
          A ValueBox that uses IntegerParser and IntegerRenderer.
 class LongBox
          A ValueBox that uses LongParser and LongRenderer.
 class PasswordTextBox
          A text box that visually masks its input to prevent eavesdropping.
 class TextArea
          A text box that allows multiple lines of text to be entered.
 class TextBox
          A standard single-line text box.
 class TextBoxBase
          Abstract 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.
 


GWT 2.7.0