Uses of Interface
com.google.gwt.user.client.ui.HasHorizontalAlignment
-
Packages that use HasHorizontalAlignment Package Description com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HasHorizontalAlignment in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement HasHorizontalAlignment Modifier and Type Class Description classColumn<T,C>A representation of a column in a table.classIdentityColumn<T>A passthrough column, useful for giving cells access to the entire row object.classTextColumn<T>A column that displays its contents with aTextCelland does not make use of view data. -
Uses of HasHorizontalAlignment in com.google.gwt.user.client.ui
Subinterfaces of HasHorizontalAlignment in com.google.gwt.user.client.ui Modifier and Type Interface Description interfaceHasAlignmentA widget that implements this interface has an intrinsic alignment which can be manipulated using these methods and constants.interfaceHasAutoHorizontalAlignmentA widget that implements this interface can be configured to be aligned according to its contents' direction, in addition to the static alignment options offered byHasHorizontalAlignment.Classes in com.google.gwt.user.client.ui that implement HasHorizontalAlignment Modifier and Type Class Description classAnchorA widget that represents a simple <a> element.classDateLabelExtendsValueLabelfor convenience when dealing with dates andDateTimeFormat, especially inUiBindertemplates.static classDialogBox.CaptionImplDefault implementation of Caption.classDockPanelA panel that lays its child widgets out "docked" at its outer edges, and allows its last widget to take up the remaining space in its center.classHorizontalPanelA panel that lays all of its widgets out in a single horizontal column.classHTMLA widget that can contain arbitrary HTML.classInlineHTMLA widget that can contain arbitrary HTML.classInlineLabelA widget that contains arbitrary text, not interpreted as HTML.classLabelA widget that contains arbitrary text, not interpreted as HTML.classLabelBase<T>Abstract base class for all text display widgets.classNumberLabel<T extends java.lang.Number>ExtendsValueLabelfor convenience when dealing with numbers andNumberFormat, especially inUiBindertemplates.classValueLabel<T>A label displaying its value through a renderer.classVerticalPanelA panel that lays all of its widgets out in a single vertical column.
-