org.wicketstuff.datatables
Interface IDataTableColumn<T,S>

All Superinterfaces:
org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator<T>, org.apache.wicket.util.io.IClusterable, org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,S>, org.apache.wicket.model.IDetachable, Serializable

public interface IDataTableColumn<T,S>
extends org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<T,S>


Method Summary
 int getColspan()
           
 int getRowspan()
           
 
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

getColspan

int getColspan()

getRowspan

int getRowspan()


Copyright © 2015. All rights reserved.