Package wicket.extensions.markup.html.tree.table

Interface Summary
IColumn Interface that represents a column in TreeTable.
IRenderable Interface for lightweight cell renderes.
TreeTable.IRenderNodeCallback Callback for rendering tree node text.
 

Class Summary
AbstractColumn Convenience class for building tree columns.
AbstractRenderableColumn Convenience class for creating non-interactive lightweight (IRenderable based) columns.
AbstractTreeColumn Convenience class for building tree columns, i.e.
ColumnLocation This class represents location of a column in tree table.
ColumnLocation.Alignment Alignment of the column.
ColumnLocation.Unit Units.
PropertyRenderableColumn Lightweight column that uses a property expression to get the value from the node.
PropertyTreeColumn TreeColumn class that uses a property expression to get the value from the node.
TreeTable TreeTable is a component that represents a grid with a tree.
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.