Uses of Interface
com.google.gwt.i18n.client.AutoDirectionHandler.Target
Package
Description
Internationalization support for GWT applications.
Widgets, Panels, and other user-interface classes.
-
Uses of AutoDirectionHandler.Target in com.google.gwt.i18n.client
Modifier and TypeMethodDescriptionstatic AutoDirectionHandler
AutoDirectionHandler.addTo
(AutoDirectionHandler.Target target) Operates likeAutoDirectionHandler.addTo(Target, DirectionEstimator)
, but always uses a default DirectionEstimator,WordCountDirectionEstimator
.static AutoDirectionHandler
AutoDirectionHandler.addTo
(AutoDirectionHandler.Target target, boolean enabled) Operates likeAutoDirectionHandler.addTo(Target, DirectionEstimator)
, but uses a default DirectionEstimator,WordCountDirectionEstimator
ifenabled
, 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
Modifier and TypeClassDescriptionclass
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
A ValueBox that usesLongParser
andLongRenderer
.class
A text box that visually masks its input to prevent eavesdropping.class
A text box that allows multiple lines of text to be entered.class
A standard single-line text box.class
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.