public class SpanColumn<T,S> extends AbstractColumn<T,S> implements IDataTablesColumn<T,S>
Constructor and Description |
---|
SpanColumn(IModel<String> displayModel,
S sortProperty) |
Modifier and Type | Method and Description |
---|---|
int |
getColspan() |
int |
getRowspan() |
void |
populateItem(Item<ICellPopulator<T>> cellItem,
String componentId,
IModel<T> rowModel) |
detach, getCssClass, getDisplayModel, getHeader, getSortProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeader, getHeaderColspan, getHeaderRowspan, getSortProperty, isSortable
detach
public int getColspan()
getColspan
in interface IDataTablesColumn<T,S>
public int getRowspan()
getRowspan
in interface IDataTablesColumn<T,S>
public void populateItem(Item<ICellPopulator<T>> cellItem, String componentId, IModel<T> rowModel)
populateItem
in interface ICellPopulator<T>
Copyright © 2019. All rights reserved.