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

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

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

Fields in org.apache.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 org.apache.wicket.extensions.markup.html.tree.table that return ColumnLocation.Alignment
 ColumnLocation.Alignment ColumnLocation.getAlignment()
          Returns the allignment of this column.
 

Constructors in org.apache.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-2011 Apache Software Foundation. All Rights Reserved.