Uses of Class
com.itmill.toolkit.ui.Alignment

Packages that use Alignment
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of Alignment in com.itmill.toolkit.ui
 

Fields in com.itmill.toolkit.ui declared as Alignment
static Alignment Alignment.BOTTOM_CENTER
           
static Alignment Alignment.BOTTOM_LEFT
           
static Alignment Alignment.BOTTOM_RIGHT
           
static Alignment Alignment.MIDDLE_CENTER
           
static Alignment Alignment.MIDDLE_LEFT
           
static Alignment Alignment.MIDDLE_RIGHT
           
static Alignment Alignment.TOP_CENTER
           
static Alignment Alignment.TOP_LEFT
           
static Alignment Alignment.TOP_RIGHT
           
 

Methods in com.itmill.toolkit.ui that return Alignment
 Alignment Layout.AlignmentHandler.getComponentAlignment(Component childComponent)
          Returns the current Alignment of given component.
 Alignment AbstractOrderedLayout.getComponentAlignment(Component childComponent)
           
 Alignment GridLayout.getComponentAlignment(Component childComponent)
           
 

Methods in com.itmill.toolkit.ui with parameters of type Alignment
 void Layout.AlignmentHandler.setComponentAlignment(Component childComponent, Alignment alignment)
          Set alignment for one contained component in this layout.
 void AbstractOrderedLayout.setComponentAlignment(Component childComponent, Alignment alignment)
           
 void GridLayout.setComponentAlignment(Component childComponent, Alignment alignment)
           
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.