Module org.apache.wicket.extensions
Interface ITreeColumn<T,S>
- Type Parameters:
T- the type of the model objectS- the type of the sorting parameter
- All Superinterfaces:
ICellPopulator<T>,org.apache.wicket.util.io.IClusterable,IColumn<T,,S> IDetachable,Serializable
- All Known Implementing Classes:
AbstractTreeColumn,TreeColumn
- Author:
- svenmeier
-
Method Summary
Methods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.grid.ICellPopulator
populateItemMethods inherited from interface org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
getHeader, getHeaderColspan, getHeaderRowspan, getSortProperty, isSortableMethods inherited from interface org.apache.wicket.model.IDetachable
detach
-
Method Details
-
setTree
Set the containing tree.- Parameters:
t- tree
-