Package | Description |
---|---|
com.google.gwt.layout.client |
Classes for laying out container elements.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) Layout.Alignment |
Layout.Layer.hPos |
(package private) Layout.Alignment |
Layout.Layer.vPos |
Modifier and Type | Method and Description |
---|---|
static Layout.Alignment |
Layout.Alignment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Layout.Alignment[] |
Layout.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Layout.Layer.setChildHorizontalPosition(Layout.Alignment position)
Sets the child element's horizontal position within the layer.
|
void |
Layout.Layer.setChildVerticalPosition(Layout.Alignment position)
Sets the child element's vertical position within the layer.
|
Modifier and Type | Method and Description |
---|---|
void |
LayoutPanel.setWidgetHorizontalPosition(Widget child,
Layout.Alignment position)
Sets the child widget's horizontal position within its layer.
|
void |
LayoutPanel.setWidgetVerticalPosition(Widget child,
Layout.Alignment position)
Sets the child widget's vertical position within its layer.
|