| Interface | Description |
|---|---|
| IColumn | Deprecated |
| IRenderable |
Interface for lightweight cell renders.
|
| TreeTable.IRenderNodeCallback |
Callback for rendering tree node text.
|
| Class | Description |
|---|---|
| AbstractColumn | Deprecated |
| AbstractColumnsView |
Common functionality for column views
|
| AbstractPropertyColumn<T> |
Convenience class for building tree columns.
|
| ColumnLocation |
This class represents location of a column in tree table.
|
| ColumnLocation.Alignment |
Alignment of the column.
|
| ColumnLocation.Unit |
Units.
|
| PropertyRenderableColumn<T> |
Convenience class for creating non-interactive lightweight (IRenderable based) columns.
|
| PropertyTreeColumn<T> |
Convenience class for building tree columns, i.e. columns that contain the actual tree.
|
| TreeTable | Deprecated
Use
org.apache.wicket.extensions.markup.html.repeater.tree.TableTree instead |
| Enum | Description |
|---|---|
| AbstractColumnsView.Position |
The position where to put the column.
|
Copyright © 2016. All Rights Reserved.