Package org.wicketstuff.datatables
Interface IDataTablesColumn<T,S>
-
- All Superinterfaces:
ICellPopulator<T>
,IClusterable
,IColumn<T,S>
,IDetachable
,Serializable
- All Known Implementing Classes:
SpanColumn
,SpanPropertyColumn
public interface IDataTablesColumn<T,S> extends IColumn<T,S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getColspan()
int
getRowspan()
-
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
-
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
-
-