Package org.apache.wicket.extensions.markup.html.repeater.data.table.filter

Interface Summary
IFilteredColumn<T> Represents a data table column that can be filtered.
IFilterStateLocator<T> Locator that locates the object that represents the state of the filter.
 

Class Summary
AbstractFilter Base class for filters that provides some useful functionality
ChoiceFilter<T> Filter that can be represented by a drop down list of choices
ChoiceFilteredPropertyColumn<T,Y> A filtered property column that creates a textfield filter component.
FilteredAbstractColumn<T> A helper implementation for a filtered column.
FilteredPropertyColumn<T> Like PropertyColumn but with support for filters.
FilterForm<T> A form with filter-related special functionality for its form components.
FilterToolbar Toolbar that creates a form to hold form components used to filter data in the data table.
GoAndClearFilter Filter component that generates a 'go' and 'clear' buttons.
GoFilter Filter component that generates a 'go' button that when pressed submits the filter form
NoFilter Component used to represent a filter component when no filter is provided.
TextFilter<T> Filter that can be represented by a text field
TextFilteredPropertyColumn<T,F> A filtered property column that creates a textfield filter component.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.