Uses of Enum
com.google.gwt.layout.client.Layout.Alignment
Packages that use 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
Fields in com.google.gwt.layout.client declared as Layout.AlignmentModifier and TypeFieldDescription(package private) Layout.Alignment
Layout.Layer.hPos
(package private) Layout.Alignment
Layout.Layer.vPos
Methods in com.google.gwt.layout.client that return Layout.AlignmentModifier 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.Methods in com.google.gwt.layout.client with parameters of type Layout.AlignmentModifier 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
Methods in com.google.gwt.user.client.ui with parameters of type Layout.AlignmentModifier 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.