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 |
static CommandColumn |
of(org.apache.wicket.model.IModel<String> title,
int width,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
of(org.apache.wicket.model.IModel<String> title,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
of(int width,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
of(List<CommandButton> buttons)
Factory method
|
static CommandColumn |
of(String title,
int width,
List<CommandButton> buttons)
Factory method
|
static CommandColumn |
of(String title,
List<CommandButton> buttons)
Factory method
|
getAggregates, getAggregatesAsString, getAttributes, getEditor, getField, getFilterable, getFooterTemplate, getFormat, getGroupFooterTemplate, getGroupHeaderTemplate, getMenu, getMinScreenWidth, getTemplate, getTitle, getType, getWidth, isEditable, isEncoded, isNullable, isPopupVisible, 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()
CommandButtonCommandButtonpublic static CommandColumn of(List<CommandButton> buttons)
buttons - the list of buttonsCommandColumnnewButtons()public static CommandColumn of(String title, List<CommandButton> buttons)
title - the text of the column headerbuttons - the list of buttonsCommandColumnnewButtons()public static CommandColumn of(int width, List<CommandButton> buttons)
width - the desired width of the columnbuttons - the list of buttonsCommandColumnnewButtons()public static CommandColumn of(String title, int width, List<CommandButton> buttons)
title - the text of the column headerwidth - the desired width of the columnbuttons - the list of buttonsCommandColumnnewButtons()public static CommandColumn of(org.apache.wicket.model.IModel<String> title, List<CommandButton> buttons)
title - the text of the column headerbuttons - the list of buttonsCommandColumnnewButtons()public static CommandColumn of(org.apache.wicket.model.IModel<String> title, int width, List<CommandButton> buttons)
title - the text of the column headerwidth - the desired width of the columnbuttons - the list of buttonsCommandColumnnewButtons()Copyright © 2021 7thWeb. All rights reserved.