public class SpanPropertyColumn<T,S> extends org.apache.wicket.extensions.markup.html.repeater.data.table.PropertyColumn<T,S> implements IDataTableColumn<T,S>
Constructor and Description |
---|
SpanPropertyColumn(org.apache.wicket.model.IModel<String> displayModel,
S sortProperty,
String propertyExpression) |
Modifier and Type | Method and Description |
---|---|
int |
getColspan() |
int |
getRowspan() |
createLabelModel, getDataModel, getPropertyExpression, populateItem
detach, getCssClass, getDisplayModel, getHeader, getSortProperty, isSortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeader, getSortProperty, isSortable
public int getColspan()
getColspan
in interface IDataTableColumn<T,S>
public int getRowspan()
getRowspan
in interface IDataTableColumn<T,S>
Copyright © 2015. All rights reserved.