public abstract class CommandColumn extends AbstractColumn
DataTable| Constructor and Description |
|---|
CommandColumn()
Constructor
|
CommandColumn(org.apache.wicket.model.IModel<String> title)
Constructor
|
CommandColumn(org.apache.wicket.model.IModel<String> title,
int width)
Constructor
|
CommandColumn(int width)
Constructor
|
CommandColumn(String title)
Constructor
|
CommandColumn(String title,
int width)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandButton> |
getButtons()
Gets the list of
CommandButton |
protected abstract List<CommandButton> |
newButtons()
Gets a new
List a CommandButton |
getAggregates, getAggregatesAsString, getAttributes, getEditor, getField, getFilterable, getFooterTemplate, getFormat, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getMinScreenWidth, getTemplate, getTitle, getType, getWidth, isEditable, isNullable, isVisible, toStringpublic CommandColumn()
public CommandColumn(String title)
title - the text of the column headerpublic CommandColumn(int width)
width - the desired width of the columnpublic CommandColumn(String title, int width)
title - the text of the column headerwidth - the desired width of the columnpublic CommandColumn(org.apache.wicket.model.IModel<String> title)
title - the text of the column headerpublic CommandColumn(org.apache.wicket.model.IModel<String> title, int width)
title - the text of the column headerwidth - the desired width of the columnprotected abstract List<CommandButton> newButtons()
List a CommandButtonList a CommandButtonpublic final List<CommandButton> getButtons()
CommandButtonCommandButtonCopyright © 2017 7thWeb. All rights reserved.