|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IColumn | |
|---|---|
| org.apache.wicket.extensions.markup.html.tree.table | |
| 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(java.lang.String id,
IColumn[] columns)
Creates the TreeTable for the given array of columns. |
|
TreeTable(java.lang.String id,
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 | |||||||||