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

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

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 IColumn.getLocation()
          Deprecated. Returns a location of this column.
 ColumnLocation AbstractColumn.getLocation()
          Deprecated.  
 

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



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