Uses of Class
com.google.gwt.i18n.shared.DirectionEstimator
Packages that use DirectionEstimator
Package
Description
Internationalization support for GWT applications.
This package contains i18n classes and interfaces shared between client and
server.
Widgets, Panels, and other user-interface classes.
-
Uses of DirectionEstimator in com.google.gwt.i18n.client
Methods in com.google.gwt.i18n.client that return DirectionEstimatorModifier and TypeMethodDescriptionAutoDirectionHandler.getDirectionEstimator()Returns the DirectionEstimator object.Methods in com.google.gwt.i18n.client with parameters of type DirectionEstimatorModifier and TypeMethodDescriptionstatic AutoDirectionHandlerAutoDirectionHandler.addTo(AutoDirectionHandler.Target target, DirectionEstimator directionEstimator) Adds auto-direction adjustment to a given object: - Creates an AutoDirectionHandler.voidAutoDirectionHandler.setDirectionEstimator(DirectionEstimator directionEstimator) Sets the DirectionEstimator object. -
Uses of DirectionEstimator in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as DirectionEstimatorModifier and TypeFieldDescriptionstatic final DirectionEstimatorAnchor.DEFAULT_DIRECTION_ESTIMATORstatic final DirectionEstimatorCheckBox.DEFAULT_DIRECTION_ESTIMATORstatic final DirectionEstimatorDirectionalTextHelper.DEFAULT_DIRECTION_ESTIMATORA default direction estimator instance.static final DirectionEstimatorHyperlink.DEFAULT_DIRECTION_ESTIMATORstatic final DirectionEstimatorstatic final DirectionEstimatorListBox.DEFAULT_DIRECTION_ESTIMATORstatic final DirectionEstimatorRadioButton.DEFAULT_DIRECTION_ESTIMATORMethods in com.google.gwt.user.client.ui that return DirectionEstimatorModifier and TypeMethodDescriptionAnchor.getDirectionEstimator()CheckBox.getDirectionEstimator()DirectionalTextHelper.getDirectionEstimator()Hyperlink.getDirectionEstimator()LabelBase.getDirectionEstimator()ListBox.getDirectionEstimator()ValueBoxBase.getDirectionEstimator()Gets the direction estimation model of the auto-dir handler.Methods in com.google.gwt.user.client.ui with parameters of type DirectionEstimatorModifier and TypeMethodDescriptionvoidAnchor.setDirectionEstimator(DirectionEstimator directionEstimator) Sets theDirectionEstimatorobject.voidCheckBox.setDirectionEstimator(DirectionEstimator directionEstimator) Sets theDirectionEstimatorobject.voidDirectionalTextHelper.setDirectionEstimator(DirectionEstimator directionEstimator) Note: if the element already has non-empty content, this will update its direction according to the new estimator's result.voidHyperlink.setDirectionEstimator(DirectionEstimator directionEstimator) Sets theDirectionEstimatorobject.voidLabelBase.setDirectionEstimator(DirectionEstimator directionEstimator) Sets theDirectionEstimatorobject.voidListBox.setDirectionEstimator(DirectionEstimator directionEstimator) Sets theDirectionEstimatorobject.voidValueBoxBase.setDirectionEstimator(DirectionEstimator directionEstimator) Sets the direction estimation model of the auto-dir handler.Constructors in com.google.gwt.user.client.ui with parameters of type DirectionEstimatorModifierConstructorDescriptionAnchor(SafeHtml html, DirectionEstimator directionEstimator) Creates an anchor for scripting.Anchor(SafeHtml html, DirectionEstimator directionEstimator, SafeUri href) Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, DirectionEstimator directionEstimator, String href) Creates an anchor with its html and href (target URL) specified.Anchor(String text, DirectionEstimator directionEstimator) Creates an anchor for scripting.Anchor(String text, DirectionEstimator directionEstimator, String href) Creates an anchor with its text and href (target URL) specified.CheckBox(SafeHtml label, DirectionEstimator directionEstimator) Creates a check box with the specified text label.CheckBox(String label, DirectionEstimator directionEstimator) Creates a label with the specified text and a default direction estimator.HTML(SafeHtml html, DirectionEstimator directionEstimator) Creates an HTML widget with the specified HTML contents and specifies a direction estimator.Hyperlink(SafeHtml html, DirectionEstimator directionEstimator, String targetHistoryToken) Creates a hyperlink with its html and target history token specified.Hyperlink(String text, DirectionEstimator directionEstimator, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.InlineHTML(SafeHtml html, DirectionEstimator directionEstimator) Creates an HTML widget with the specified HTML contents and with a default direction estimator.InlineHyperlink(SafeHtml html, DirectionEstimator directionEstimator, String targetHistoryToken) Creates a hyperlink with its html and target history token specified.InlineHyperlink(String text, DirectionEstimator directionEstimator, String targetHistoryToken) Creates a hyperlink with its text and target history token specified.InlineLabel(String text, DirectionEstimator directionEstimator) Creates a label with the specified text and a default direction estimator.Label(String text, DirectionEstimator directionEstimator) Creates a label with the specified text and a default direction estimator.RadioButton(String name, SafeHtml label, DirectionEstimator directionEstimator) RadioButton(String name, String label, DirectionEstimator directionEstimator)