GWT 2.7.0

Uses of Class
com.google.gwt.i18n.client.AutoDirectionHandler

Packages that use AutoDirectionHandler
com.google.gwt.i18n.client Internationalization support for GWT applications. 
 

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

Methods in com.google.gwt.i18n.client that return AutoDirectionHandler
static AutoDirectionHandler AutoDirectionHandler.addTo(AutoDirectionHandler.Target target)
          Operates like addTo(Target, DirectionEstimator), but always uses a default DirectionEstimator, WordCountDirectionEstimator.
static AutoDirectionHandler AutoDirectionHandler.addTo(AutoDirectionHandler.Target target, boolean enabled)
          Operates like 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.
 


GWT 2.7.0