| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree.table |
| Modifier and Type | Method and Description |
|---|---|
ColumnLocation |
IColumn.getLocation()
Deprecated.
Returns a location of this column.
|
ColumnLocation |
AbstractColumn.getLocation()
Deprecated.
|
| Constructor and Description |
|---|
AbstractColumn(ColumnLocation location,
org.apache.wicket.model.IModel<String> header)
Deprecated.
Creates the tree column.
|
AbstractColumn(ColumnLocation location,
String header)
Deprecated.
Creates the tree column.
|
AbstractPropertyColumn(ColumnLocation location,
org.apache.wicket.model.IModel<String> header,
String propertyExpression)
Creates the tree column.
|
AbstractPropertyColumn(ColumnLocation location,
String header,
String propertyExpression)
Creates the tree column.
|
PropertyRenderableColumn(ColumnLocation location,
org.apache.wicket.model.IModel<String> header,
String propertyExpression)
Creates the column
|
PropertyRenderableColumn(ColumnLocation location,
String header,
String propertyExpression)
Creates the column
|
PropertyTreeColumn(ColumnLocation location,
org.apache.wicket.model.IModel<String> header,
String propertyExpression)
Creates new column.
|
PropertyTreeColumn(ColumnLocation location,
String header,
String propertyExpression)
Creates new column.
|
Copyright © 2016. All Rights Reserved.