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

Packages that use ColumnLocation
org.apache.wicket.examples.ajax.builtin.tree   
org.apache.wicket.extensions.markup.html.tree.table   
 

Uses of ColumnLocation in org.apache.wicket.examples.ajax.builtin.tree
 

Constructors in org.apache.wicket.examples.ajax.builtin.tree with parameters of type ColumnLocation
PropertyEditableColumn(ColumnLocation location, String header, String propertyExpression)
          Column constructor.
 

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

Methods in org.apache.wicket.extensions.markup.html.tree.table that return ColumnLocation
 ColumnLocation AbstractColumn.getLocation()
           
 ColumnLocation IColumn.getLocation()
          Returns a location of this column.
 

Constructors in org.apache.wicket.extensions.markup.html.tree.table with parameters of type ColumnLocation
AbstractColumn(ColumnLocation location, String header)
          Creates the tree column.
AbstractPropertyColumn(ColumnLocation location, String header, String propertyExpression)
          Creates the tree column.
PropertyRenderableColumn(ColumnLocation location, String header, String propertyExpression)
          Creates the column
PropertyTreeColumn(ColumnLocation location, String header, String propertyExpression)
          Creates new column.
 



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