Uses of Enum
com.google.gwt.layout.client.Layout.Alignment
Package
Description
Classes for laying out container elements.
Widgets, Panels, and other user-interface classes.
-
Uses of Layout.Alignment in com.google.gwt.layout.client
Modifier and TypeFieldDescription(package private) Layout.Alignment
Layout.Layer.hPos
(package private) Layout.Alignment
Layout.Layer.vPos
Modifier and TypeMethodDescriptionstatic Layout.Alignment
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 TypeMethodDescriptionvoid
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. -
Uses of Layout.Alignment in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionvoid
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.