Uses of Interface
org.apache.wicket.extensions.markup.html.tree.table.IColumn

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

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

Classes in org.apache.wicket.examples.ajax.builtin.tree that implement IColumn
 class PropertyEditableColumn
          Column, that either shows a readonly cell or an editable panel, depending on whether the current row is selected.
 

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

Classes in org.apache.wicket.extensions.markup.html.tree.table that implement IColumn
 class AbstractColumn
          Convenience class for building tree columns.
 class AbstractRenderableColumn
          Convenience class for creating non-interactive lightweight (IRenderable based) columns.
 class AbstractTreeColumn
          Convenience class for building tree columns, i.e.
 class PropertyRenderableColumn
          Lightweight column that uses a property expression to get the value from the node.
 class PropertyTreeColumn
          TreeColumn class that uses a property expression to get the value from the node.
 

Constructors in org.apache.wicket.extensions.markup.html.tree.table with parameters of type IColumn
TreeTable(String id, IColumn[] columns)
          Creates the TreeTable for the given array of columns.
TreeTable(String id, IModel model, IColumn[] columns)
          Creates the TreeTable for the given model and array of columns.
TreeTable(String id, TreeModel model, IColumn[] columns)
          Creates the TreeTable for the given TreeModel and array of columns.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.