public abstract class BSAbstractColumn<T,S> extends org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,S> implements IRowMergeableColumn<T>
| Constructor and Description |
|---|
BSAbstractColumn(org.apache.wicket.model.IModel<String> displayModel) |
BSAbstractColumn(org.apache.wicket.model.IModel<String> displayModel,
S sortProperty) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getRowMergeId(org.apache.wicket.model.IModel<T> rowModel) |
IFunction<T,?> |
getRowMergeIdFunction() |
BSAbstractColumn<T,S> |
setRowMergeIdFunction(IFunction<T,?> rowMergeIdFunction) |
detach, getCssClass, getDisplayModel, getHeader, getHeaderColspan, getHeaderRowspan, getSortProperty, isSortablepublic BSAbstractColumn(org.apache.wicket.model.IModel<String> displayModel, S sortProperty)
public BSAbstractColumn(org.apache.wicket.model.IModel<String> displayModel)
public BSAbstractColumn<T,S> setRowMergeIdFunction(IFunction<T,?> rowMergeIdFunction)
public Object getRowMergeId(org.apache.wicket.model.IModel<T> rowModel)
getRowMergeId in interface IRowMergeableColumn<T>Copyright © 2018. All rights reserved.