GWT 2.1.0

Uses of Class
com.google.gwt.i18n.shared.DirectionEstimator

Packages that use DirectionEstimator
com.google.gwt.i18n.client Internationalization support for GWT applications. 
com.google.gwt.i18n.shared This package contains i18n classes and interfaces shared between client and server. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

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

Methods in com.google.gwt.i18n.client that return DirectionEstimator
 DirectionEstimator AutoDirectionHandler.getDirectionEstimator()
          Returns the DirectionEstimator object.
 

Methods in com.google.gwt.i18n.client with parameters of type DirectionEstimator
static AutoDirectionHandler AutoDirectionHandler.addTo(AutoDirectionHandler.Target target, DirectionEstimator directionEstimator)
          Adds auto-direction adjustment to a given object: - Creates an AutoDirectionHandler.
 void AutoDirectionHandler.setDirectionEstimator(DirectionEstimator directionEstimator)
          Sets the DirectionEstimator object.
 

Uses of DirectionEstimator in com.google.gwt.i18n.shared
 

Subclasses of DirectionEstimator in com.google.gwt.i18n.shared
 class AnyRtlDirectionEstimator
          Direction estimator that uses the "any RTL" heuristic.
 class FirstStrongDirectionEstimator
          Direction estimator that uses the "first strong" heuristic.
 class WordCountDirectionEstimator
          Direction estimator that uses the "word count" heuristic.
 

Methods in com.google.gwt.i18n.shared that return DirectionEstimator
 DirectionEstimator HasDirectionEstimator.getDirectionEstimator()
          Returns the DirectionEstimator object.
 

Methods in com.google.gwt.i18n.shared with parameters of type DirectionEstimator
 void HasDirectionEstimator.setDirectionEstimator(DirectionEstimator directionEstimator)
          Sets the DirectionEstimator object.
 

Uses of DirectionEstimator in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return DirectionEstimator
 DirectionEstimator ValueBoxBase.getDirectionEstimator()
          Gets the direction estimation model of the auto-dir handler.
 DirectionEstimator Label.getDirectionEstimator()
           
 

Methods in com.google.gwt.user.client.ui with parameters of type DirectionEstimator
 void ValueBoxBase.setDirectionEstimator(DirectionEstimator directionEstimator)
          Sets the direction estimation model of the auto-dir handler.
 void Label.setDirectionEstimator(DirectionEstimator directionEstimator)
          Sets the DirectionEstimator object.
 


GWT 2.1.0