| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree.table |
| Modifier and Type | Method and Description |
|---|---|
protected TreeTable |
AbstractColumn.getTreeTable()
Deprecated.
Returns the tree table that this columns belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.wicket.Component |
TreeTable.newTreeCell(org.apache.wicket.MarkupContainer parent,
String id,
TreeNode node,
int level,
TreeTable.IRenderNodeCallback callback,
TreeTable table)
Deprecated.
Creates a tree cell for given node.
|
void |
IColumn.setTreeTable(TreeTable treeTable)
Deprecated.
Sets the tree table this cell belongs to.
|
void |
AbstractColumn.setTreeTable(TreeTable treeTable)
Deprecated.
|
Copyright © 2016. All Rights Reserved.