| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree.table |
| Modifier and Type | Method and Description |
|---|---|
static AbstractColumnsView.Position |
AbstractColumnsView.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractColumnsView.Position[] |
AbstractColumnsView.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016. All Rights Reserved.