Uses of Class
wicket.extensions.markup.html.tree.table.ColumnLocation.Alignment

Packages that use ColumnLocation.Alignment
wicket.extensions.markup.html.tree.table   
 

Uses of ColumnLocation.Alignment in wicket.extensions.markup.html.tree.table
 

Fields in wicket.extensions.markup.html.tree.table declared as ColumnLocation.Alignment
static ColumnLocation.Alignment ColumnLocation.Alignment.LEFT
          Align left.
static ColumnLocation.Alignment ColumnLocation.Alignment.MIDDLE
          Align middle.
static ColumnLocation.Alignment ColumnLocation.Alignment.RIGHT
          Align right.
 

Methods in wicket.extensions.markup.html.tree.table that return ColumnLocation.Alignment
 ColumnLocation.Alignment ColumnLocation.getAlignment()
          Returns the allignment of this column.
 

Constructors in wicket.extensions.markup.html.tree.table with parameters of type ColumnLocation.Alignment
ColumnLocation(ColumnLocation.Alignment alignment, int size, ColumnLocation.Unit unit)
          Constructs the ColumnLocation object.
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.