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

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–2020 Apache Software Foundation. All rights reserved.