Package com.google.gwt.i18n.shared
Interface HasDirectionEstimator
- All Known Implementing Classes:
Anchor,AutoDirectionHandler,CheckBox,DateLabel,DialogBox.CaptionImpl,DirectionalTextHelper,DoubleBox,HTML,Hyperlink,InlineHTML,InlineHyperlink,InlineLabel,IntegerBox,Label,LabelBase,ListBox,LongBox,NumberLabel,PasswordTextBox,RadioButton,TextArea,TextBox,TextBoxBase,ValueBox,ValueBoxBase,ValueLabel
public interface HasDirectionEstimator
Interface for objects that have a direction estimator.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theDirectionEstimatorobject.voidsetDirectionEstimator(boolean enabled) Toggles on / off direction estimation.voidsetDirectionEstimator(DirectionEstimator directionEstimator) Sets theDirectionEstimatorobject.
-
Method Details
-
getDirectionEstimator
DirectionEstimator getDirectionEstimator()Returns theDirectionEstimatorobject. -
setDirectionEstimator
void setDirectionEstimator(boolean enabled) Toggles on / off direction estimation.- Parameters:
enabled- Whether to enable direction estimation. Iftrue, sets theDirectionEstimatorobject to a defaultDirectionEstimator.
-