public interface IColumn
extends org.apache.wicket.util.io.IClusterable
DataTable| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAggregates()
The aggregate(s) which are calculated when the grid is grouped by the columns field.
|
String |
getField()
Get the field in the data set that this column should be bound to.
|
String |
getFilterable()
If set to true a filter menu will be displayed for this column when filtering is enabled.
If set to false the filter menu will not be displayed. By default a filter menu is displayed for all columns when filtering is enabled via the filterable option. |
String |
getFormat()
The format that is applied to the value before it is displayed.
|
String |
getGroupFooterTemplate()
The template which renders the group footer when the grid is grouped by the column field.
|
String |
getGroupHeaderTemplate()
The template which renders the group header when the grid is grouped by the column field.
|
String |
getMenu()
If set to true the column will be visible in the grid column menu.
|
String |
getTitle()
Gets the text of the column header
|
int |
getWidth()
Gets the desired width of the column.
|
String getTitle()
String getField()
int getWidth()
String getFormat()
String getFilterable()
String getMenu()
List<String> getAggregates()
String getGroupHeaderTemplate()
String getGroupFooterTemplate()
Copyright © 2014 7thWeb. All Rights Reserved.