Uses of Interface
com.google.gwt.user.client.ui.HasHorizontalAlignment
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
-
Uses of HasHorizontalAlignment in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
Column<T,
C> A representation of a column in a table.class
A passthrough column, useful for giving cells access to the entire row object.class
TextColumn<T>
A column that displays its contents with aTextCell
and does not make use of view data. -
Uses of HasHorizontalAlignment in com.google.gwt.user.client.ui
Modifier and TypeInterfaceDescriptioninterface
A widget that implements this interface has an intrinsic alignment which can be manipulated using these methods and constants.interface
A 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
.Modifier and TypeClassDescriptionclass
A widget that represents a simple <a> element.class
ExtendsValueLabel
for convenience when dealing with dates andDateTimeFormat
, especially inUiBinder
templates.static class
Default implementation of Caption.class
A 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.class
A panel that lays all of its widgets out in a single horizontal column.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 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>
ExtendsValueLabel
for convenience when dealing with numbers andNumberFormat
, especially inUiBinder
templates.class
ValueLabel<T>
A label displaying its value through a renderer.class
A panel that lays all of its widgets out in a single vertical column.