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:
  • Constructor Details

  • Method Details

    • getHeader

      public Component getHeader(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,S>
      Overrides:
      getHeader in class AbstractColumn<T,S>
      Parameters:
      componentId - component id for the returned Component
      Returns:
      component that will be used as the header for the column