Module org.apache.wicket.extensions
Class HeaderlessColumn<T,S>
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,S>
org.apache.wicket.extensions.markup.html.repeater.data.table.HeaderlessColumn<T,S>
- Type Parameters:
T-S- the type of the sort property
- All Implemented Interfaces:
Serializable,ICellPopulator<T>,IColumn<T,,S> IStyledColumn<T,,S> IDetachable,org.apache.wicket.util.io.IClusterable
A column that does not have a header
- Author:
- Igor Vaynberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getCssClass, getDisplayModel, getSortPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
getHeaderColspan, getHeaderRowspan, isSortable
-
Constructor Details
-
HeaderlessColumn
public HeaderlessColumn()Construct.
-
-
Method Details
-
getHeader
Description copied from interface:IColumnReturns the component that will be used as the header for the column. This component will be contained in <span> tags.
-