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
,IClusterable
public abstract class HeaderlessColumn<T,S> extends AbstractColumn<T,S>
A column that does not have a header- Author:
- Igor Vaynberg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HeaderlessColumn()
Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
getHeader(String componentId)
Returns the component that will be used as the header for the column.-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getCssClass, getDisplayModel, getSortProperty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
getHeaderColspan, getHeaderRowspan, isSortable
-
-
-
-
Constructor Detail
-
HeaderlessColumn
public HeaderlessColumn()
Construct.
-
-