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

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

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

Subclasses of AbstractPropertyColumn in org.apache.wicket.examples.ajax.builtin.tree
 class PropertyEditableColumn<T>
          Column, that either shows a readonly cell or an editable panel, depending on whether the current row is selected.
 

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

Subclasses of AbstractPropertyColumn in org.apache.wicket.extensions.markup.html.tree.table
 class PropertyRenderableColumn<T>
          Convenience class for creating non-interactive lightweight (IRenderable based) columns.
 class PropertyTreeColumn<T>
          Convenience class for building tree columns, i.e.
 



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