| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree.table |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractColumn
Deprecated.
|
class |
AbstractPropertyColumn<T>
Convenience class for building tree columns.
|
class |
PropertyRenderableColumn<T>
Convenience class for creating non-interactive lightweight (IRenderable based) columns.
|
class |
PropertyTreeColumn<T>
Convenience class for building tree columns, i.e. columns that contain the actual tree.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<IColumn> |
AbstractColumnsView.columns |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractColumnsView.addColumn(IColumn column,
org.apache.wicket.Component component,
IRenderable renderable)
Adds a column to be rendered at the right side of the table.
|
void |
AbstractColumnsView.addColumn(IColumn column,
org.apache.wicket.Component component,
IRenderable renderable,
AbstractColumnsView.Position position)
Adds a column to be rendered at the right side of the table.
|
| Constructor and Description |
|---|
TreeTable(String id,
IColumn[] columns)
Deprecated.
Creates the TreeTable for the given array of columns.
|
TreeTable(String id,
org.apache.wicket.model.IModel<? extends TreeModel> model,
IColumn[] columns)
Deprecated.
Creates the TreeTable for the given model and array of columns.
|
TreeTable(String id,
TreeModel model,
IColumn[] columns)
Deprecated.
Creates the TreeTable for the given TreeModel and array of columns.
|
Copyright © 2016. All Rights Reserved.