Uses of Interface
com.google.gwt.i18n.shared.HasDirectionEstimator
Package
Description
Internationalization support for GWT applications.
Widgets, Panels, and other user-interface classes.
-
Uses of HasDirectionEstimator in com.google.gwt.i18n.client
Modifier and TypeClassDescriptionclass
Utility class for handling auto-direction adjustment. -
Uses of HasDirectionEstimator in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
A widget that represents a simple <a> element.class
A standard check box widget.class
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.static class
Default implementation of Caption.class
A helper class for displaying bidi (i.e.class
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A widget that can contain arbitrary HTML.class
A widget that serves as an "internal" hyperlink.class
A widget that can contain arbitrary HTML.class
A widget that serves as an "internal" hyperlink.class
A widget that contains arbitrary text, not interpreted as HTML.class
A ValueBox that usesIntegerParser
andIntegerRenderer
.class
A widget that contains arbitrary text, not interpreted as HTML.class
LabelBase<T>
Abstract base class for all text display widgets.class
A widget that presents a list of choices to the user, either as a list box or as a drop-down list.class
A ValueBox that usesLongParser
andLongRenderer
.class
NumberLabel<T extends Number>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.class
A text box that visually masks its input to prevent eavesdropping.class
A mutually-exclusive selection radio button widget.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.class
ValueLabel<T>
A label displaying its value through a renderer.