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>,org.apache.wicket.model.IDetachable,Serializable
- All Known Implementing Classes:
AbstractTreeColumn,TreeColumn
public interface ITreeColumn<T,S> extends IColumn<T,S>
- Author:
- svenmeier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTree(TableTree<T,S> t)Set the containing tree.-
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
-
-