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>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
populateItem
(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
-
Constructor Details
-
SpanColumn
-
-
Method Details
-
getColspan
public int getColspan()- Specified by:
getColspan
in interfaceIDataTablesColumn<T,
S>
-
getRowspan
public int getRowspan()- Specified by:
getRowspan
in interfaceIDataTablesColumn<T,
S>
-
populateItem
- Specified by:
populateItem
in interfaceICellPopulator<T>
-