Uses of Interface
com.google.gwt.i18n.client.AutoDirectionHandler.Target
Packages that use 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
Methods in com.google.gwt.i18n.client with parameters of type AutoDirectionHandler.TargetModifier and TypeMethodDescriptionstatic AutoDirectionHandlerAutoDirectionHandler.addTo(AutoDirectionHandler.Target target) Operates likeAutoDirectionHandler.addTo(Target, DirectionEstimator), but always uses a default DirectionEstimator,WordCountDirectionEstimator.static AutoDirectionHandlerAutoDirectionHandler.addTo(AutoDirectionHandler.Target target, boolean enabled) Operates likeAutoDirectionHandler.addTo(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. -
Uses of AutoDirectionHandler.Target in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement AutoDirectionHandler.TargetModifier and TypeClassDescriptionclassA ValueBox that usesDoubleParserandDoubleRenderer.classA ValueBox that usesIntegerParserandIntegerRenderer.classA ValueBox that usesLongParserandLongRenderer.classA text box that visually masks its input to prevent eavesdropping.classA text box that allows multiple lines of text to be entered.classA standard single-line text box.classAbstract base class for most text entry widgets.classValueBox<T>A text box able to parse its displayed value.classValueBoxBase<T>Abstract base class for all text entry widgets.