Interface IStyledColumn<T,S>
-
- Type Parameters:
T-S- the type of the sorting parameter
- All Superinterfaces:
ICellPopulator<T>,org.apache.wicket.util.io.IClusterable,IColumn<T,S>,org.apache.wicket.model.IDetachable,Serializable
- All Known Implementing Classes:
AbstractColumn,AbstractExportableColumn,AbstractTreeColumn,ChoiceFilteredPropertyColumn,FilteredAbstractColumn,FilteredPropertyColumn,HeaderlessColumn,LambdaColumn,PropertyColumn,TextFilteredPropertyColumn,TreeColumn
public interface IStyledColumn<T,S> extends IColumn<T,S>
Interface that allows styling individuals DataTable columns- Author:
- Matej Knopp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCssClass()Returns the css class for this column.-
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator
populateItem
-
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
getHeader, getHeaderColspan, getHeaderRowspan, getSortProperty, isSortable
-
-
-
-
Method Detail
-
getCssClass
String getCssClass()
Returns the css class for this column.- Returns:
- CSS class name
-
-