public abstract class CommandsColumn extends AbstractColumn
DataTable| Constructor and Description |
|---|
CommandsColumn(org.apache.wicket.model.IModel<String> title)
Constructor
|
CommandsColumn(org.apache.wicket.model.IModel<String> title,
int width)
Constructor
|
CommandsColumn(String title)
Constructor
|
CommandsColumn(String title,
int width)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnButton> |
getButtons()
Gets the list of
ColumnButton |
protected abstract List<ColumnButton> |
newButtons()
Gets a new
List a ColumnButton |
getAggregates, getAggregatesAsString, getField, getFilterable, getFormat, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getTitle, getWidth, isVisible, toStringpublic CommandsColumn(String title)
title - the text of the column headerpublic CommandsColumn(String title, int width)
title - the text of the column headerwidth - the desired width of the columnpublic CommandsColumn(org.apache.wicket.model.IModel<String> title)
title - the text of the column headerpublic CommandsColumn(org.apache.wicket.model.IModel<String> title, int width)
title - the text of the column headerwidth - the desired width of the columnprotected abstract List<ColumnButton> newButtons()
List a ColumnButtonList a ColumnButtonpublic final List<ColumnButton> getButtons()
ColumnButtonColumnButtonCopyright © 2014 7thWeb. All Rights Reserved.