GWT 2.7.0

Uses of Class
com.google.gwt.layout.client.Layout.Alignment

Packages that use Layout.Alignment
com.google.gwt.layout.client Classes for laying out container elements. 
com.google.gwt.user.client.ui 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.Alignment
(package private)  Layout.Alignment Layout.Layer.hPos
           
(package private)  Layout.Alignment Layout.Layer.vPos
           
 

Methods in com.google.gwt.layout.client that return Layout.Alignment
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.
 

Methods in com.google.gwt.layout.client with parameters of type Layout.Alignment
 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.
 

Uses of Layout.Alignment in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui with parameters of type Layout.Alignment
 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.
 


GWT 2.7.0