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<T>
          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 AbstractPropertyColumn<T>
          Convenience class for building tree columns.
 class PropertyRenderableColumn<T>
          Convenience class for creating non-interactive lightweight (IRenderable based) columns.
 class PropertyTreeColumn<T>
          Convenience class for building tree columns, i.e.
 

Fields in org.apache.wicket.extensions.markup.html.tree.table with type parameters of type IColumn
protected  java.util.List<IColumn> AbstractColumnsView.columns
           
 

Methods in org.apache.wicket.extensions.markup.html.tree.table with parameters of type IColumn
 void AbstractColumnsView.addColumn(IColumn column, Component component, IRenderable renderable)
          Adds a column to be rendered at the right side of the table.
 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.
 

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



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