|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractColumnsView.Position | |
---|---|
org.apache.wicket.extensions.markup.html.tree.table |
Uses of AbstractColumnsView.Position in org.apache.wicket.extensions.markup.html.tree.table |
---|
Methods in org.apache.wicket.extensions.markup.html.tree.table that return AbstractColumnsView.Position | |
---|---|
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. |
Methods in org.apache.wicket.extensions.markup.html.tree.table with parameters of type AbstractColumnsView.Position | |
---|---|
void |
AbstractColumnsView.addColumn(IColumn column,
Component component,
IRenderable renderable,
AbstractColumnsView.Position position)
Adds a column to be rendered at the right side of the table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |