Class SpanColumn<T,S>
- java.lang.Object
-
- org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,S>
-
- org.wicketstuff.datatables.columns.SpanColumn<T,S>
-
- All Implemented Interfaces:
Serializable,ICellPopulator<T>,IColumn<T,S>,IStyledColumn<T,S>,IDetachable,IClusterable,IDataTablesColumn<T,S>
public class SpanColumn<T,S> extends AbstractColumn<T,S> implements IDataTablesColumn<T,S>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpanColumn(IModel<String> displayModel, S sortProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColspan()intgetRowspan()voidpopulateItem(Item<ICellPopulator<T>> cellItem, String componentId, IModel<T> rowModel)-
Methods inherited from class org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn
detach, getCssClass, getDisplayModel, getHeader, 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.table.IColumn
getHeader, getHeaderColspan, getHeaderRowspan, getSortProperty, isSortable
-
Methods inherited from interface org.apache.wicket.model.IDetachable
detach
-
-
-
-
Method Detail
-
getColspan
public int getColspan()
- Specified by:
getColspanin interfaceIDataTablesColumn<T,S>
-
getRowspan
public int getRowspan()
- Specified by:
getRowspanin interfaceIDataTablesColumn<T,S>
-
populateItem
public void populateItem(Item<ICellPopulator<T>> cellItem, String componentId, IModel<T> rowModel)
- Specified by:
populateItemin interfaceICellPopulator<T>
-
-