Java com.google.gwt.i18n.client AutoDirectionHandler fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.i18n.client AutoDirectionHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.i18n.client AutoDirectionHandler.

The text is from its open source code.

Method

AutoDirectionHandleraddTo(Target target, boolean enabled)
Operates like #addTo(Target,DirectionEstimator) , but uses a default DirectionEstimator, com.google.gwt.i18n.shared.WordCountDirectionEstimator if enabled , or else a null DirectionEstimator, which means disabling direction estimation.
AutoDirectionHandleraddTo(Target target, DirectionEstimator directionEstimator)
Adds auto-direction adjustment to a given object: - Creates an AutoDirectionHandler.