Uses of Interface
com.google.gwt.i18n.client.HasDirection
Package
Description
Internationalization support for GWT applications.
Widgets, Panels, and other user-interface classes.
-
Uses of HasDirection in com.google.gwt.i18n.client
Modifier and TypeInterfaceDescriptionstatic interface
The interface an object must implement in order to add an AutoDirectionHandler to it. -
Uses of HasDirection in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionclass
A widget that represents a simple <a> element.static class
Default implementation of Caption.class
A ValueBox that usesDoubleParser
andDoubleRenderer
.class
A widget that can contain arbitrary HTML.class
A widget that can contain arbitrary HTML.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
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.