Uses of Class
org.apache.wicket.extensions.markup.html.tree.table.AbstractColumnsView.Position

Packages that use AbstractColumnsView.Position
org.apache.wicket.extensions.markup.html.tree.table   
 

Uses of AbstractColumnsView.Position in org.apache.wicket.extensions.markup.html.tree.table
 

Methods in org.apache.wicket.extensions.markup.html.tree.table that return AbstractColumnsView.Position
static AbstractColumnsView.Position AbstractColumnsView.Position.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractColumnsView.Position[] AbstractColumnsView.Position.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wicket.extensions.markup.html.tree.table with parameters of type AbstractColumnsView.Position
 void AbstractColumnsView.addColumn(IColumn column, Component component, IRenderable renderable, AbstractColumnsView.Position position)
          Adds a column to be rendered at the right side of the table.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.