Uses of Class
com.google.gwt.i18n.client.AutoDirectionHandler
-
Packages that use AutoDirectionHandler Package Description 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 Modifier and Type Method Description static AutoDirectionHandlerAutoDirectionHandler. addTo(AutoDirectionHandler.Target target)Operates likeaddTo(Target, DirectionEstimator), but always uses a default DirectionEstimator,WordCountDirectionEstimator.static AutoDirectionHandlerAutoDirectionHandler. addTo(AutoDirectionHandler.Target target, boolean enabled)Operates likeaddTo(Target, DirectionEstimator), but uses a default DirectionEstimator,WordCountDirectionEstimatorifenabled, or else a null DirectionEstimator, which means disabling direction estimation.static AutoDirectionHandlerAutoDirectionHandler. addTo(AutoDirectionHandler.Target target, DirectionEstimator directionEstimator)Adds auto-direction adjustment to a given object: - Creates an AutoDirectionHandler.
-