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.AlignmentLayout.Layer.hPos(package private) Layout.AlignmentLayout.Layer.vPosMethods in com.google.gwt.layout.client that return Layout.AlignmentModifier and TypeMethodDescriptionstatic Layout.AlignmentReturns 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 TypeMethodDescriptionvoidLayout.Layer.setChildHorizontalPosition(Layout.Alignment position) Sets the child element's horizontal position within the layer.voidLayout.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 TypeMethodDescriptionvoidLayoutPanel.setWidgetHorizontalPosition(Widget child, Layout.Alignment position) Sets the child widget's horizontal position within its layer.voidLayoutPanel.setWidgetVerticalPosition(Widget child, Layout.Alignment position) Sets the child widget's vertical position within its layer.