org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Class FilteredPropertyColumn<T,S>
java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.data.table.AbstractColumn<T,S>
org.apache.wicket.extensions.markup.html.repeater.data.table.PropertyColumn<T,S>
org.apache.wicket.extensions.markup.html.repeater.data.table.filter.FilteredPropertyColumn<T,S>
- Type Parameters:
T - S - the type of the sort property
- All Implemented Interfaces:
- Serializable, ICellPopulator<T>, IExportableColumn<T,S,Object>, IFilteredColumn<T,S>, IColumn<T,S>, IStyledColumn<T,S>, IDetachable, org.apache.wicket.util.io.IClusterable
- Direct Known Subclasses:
- ChoiceFilteredPropertyColumn, TextFilteredPropertyColumn
public abstract class FilteredPropertyColumn<T,S>
- extends PropertyColumn<T,S>
- implements IFilteredColumn<T,S>
Like PropertyColumn but with support for filters.
- Author:
- Igor Vaynberg (ivaynberg)
- See Also:
PropertyColumn,
IFilteredColumn,
Serialized Form
| 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.filter.IFilteredColumn |
getFilter |
FilteredPropertyColumn
public FilteredPropertyColumn(IModel<String> displayModel,
S sortProperty,
String propertyExpression)
- Constructor
- Parameters:
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 details
FilteredPropertyColumn
public FilteredPropertyColumn(IModel<String> displayModel,
String propertyExpression)
- Parameters:
displayModel - model used to construct header textpropertyExpression - wicket property expression for the column, see PropertyModel for details
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.