T - S - the type of the sort propertypublic abstract class FilteredPropertyColumn<T,S> extends PropertyColumn<T,S> implements IFilteredColumn<T,S>
PropertyColumn but with support for filters.PropertyColumn,
IFilteredColumn,
Serialized Form| Constructor and Description |
|---|
FilteredPropertyColumn(IModel<String> displayModel,
S sortProperty,
String propertyExpression)
Constructor
|
FilteredPropertyColumn(IModel<String> displayModel,
String propertyExpression) |
getDataModel, getPropertyExpression, populateItemdetach, getCssClass, getDisplayModel, getHeader, getSortProperty, isSortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFiltergetHeader, getSortProperty, isSortablepopulateItemdetachgetDisplayModelpublic FilteredPropertyColumn(IModel<String> displayModel, S sortProperty, String propertyExpression)
displayModel - model used to construct header textsortProperty - sort property this column represents, if null this column will not be sortablepropertyExpression - wicket property expression for the column, see PropertyModel for detailspublic FilteredPropertyColumn(IModel<String> displayModel, String propertyExpression)
displayModel - model used to construct header textpropertyExpression - wicket property expression for the column, see PropertyModel for detailsCopyright © 2006–2015 Apache Software Foundation. All rights reserved.