org.apache.wicket.extensions.markup.html.repeater.data.table
Class HeaderlessColumn<T>

java.lang.Object
  extended by org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T>
      extended by org.apache.wicket.extensions.markup.html.repeater.data.table.HeaderlessColumn<T>
Type Parameters:
T -
All Implemented Interfaces:
java.io.Serializable, ICellPopulator<T>, IColumn<T>, IStyledColumn<T>, IClusterable, IDetachable

public abstract class HeaderlessColumn<T>
extends AbstractColumn<T>

A column that does not have a header

Author:
Igor Vaynberg
See Also:
Serialized Form

Constructor Summary
HeaderlessColumn()
          Construct.
 
Method Summary
 Component getHeader(java.lang.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, isSortable
 
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
 

Constructor Detail

HeaderlessColumn

public HeaderlessColumn()
Construct.

Method Detail

getHeader

public Component getHeader(java.lang.String componentId)
Description copied from interface: IColumn
Returns the component that will be used as the header for the column. This component will be contained in <span> tags.

Specified by:
getHeader in interface IColumn<T>
Overrides:
getHeader in class AbstractColumn<T>
Parameters:
componentId - component id for the returned Component
Returns:
component that will be used as the header for the column
See Also:
AbstractColumn.getHeader(java.lang.String)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.