org.apache.wicket.extensions.markup.html.repeater.data.table
Interface IStyledColumn

All Superinterfaces:
ICellPopulator, IClusterable, IColumn, IDetachable, java.io.Serializable
All Known Implementing Classes:
AbstractColumn, ChoiceFilteredPropertyColumn, FilteredAbstractColumn, FilteredPropertyColumn, HeaderlessColumn, PropertyColumn, TextFilteredPropertyColumn

public interface IStyledColumn
extends IColumn

Interface that allows styling individuals DataTable columns

Author:
Matej Knopp

Method Summary
 java.lang.String getCssClass()
          Returns the css class for this column.
 
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
getHeader, getSortProperty, isSortable
 
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator
populateItem
 
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
 

Method Detail

getCssClass

java.lang.String getCssClass()
Returns the css class for this column.

Returns:
CSS class name


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.