GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.ui.HasAutoHorizontalAlignment

Packages that use HasAutoHorizontalAlignment
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of HasAutoHorizontalAlignment in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement HasAutoHorizontalAlignment
 class DateLabel
          Extends ValueLabel for convenience when dealing with dates and DateTimeFormat, especially in UiBinder templates.
static class DialogBox.CaptionImpl
          Default implementation of Caption.
 class HTML
          A widget that can contain arbitrary HTML.
 class InlineHTML
          A widget that can contain arbitrary HTML.
 class InlineLabel
          A widget that contains arbitrary text, not interpreted as HTML.
 class Label
          A widget that contains arbitrary text, not interpreted as HTML.
 class LabelBase<T>
          Abstract base class for all text display widgets.
 class NumberLabel<T extends Number>
          Extends ValueLabel for convenience when dealing with numbers and NumberFormat, especially in UiBinder templates.
 class ValueLabel<T>
          A label displaying its value through a renderer.
 


GWT 2.7.0