|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IColumn | |
| wicket.extensions.markup.html.tree.table | |
| Uses of IColumn in wicket.extensions.markup.html.tree.table |
| Classes in 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 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,
wicket.model.IModel 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||