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

Interface Summary
IFilteredColumn Represents a data table column that can be filtered.
IFilterStateLocator 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 Filter that can be represented by a drop down list of choices
ChoiceFilteredPropertyColumn A filtered property column that creates a textfield filter component.
FilteredAbstractColumn A helper implementation for a filtered column.
FilteredPropertyColumn Like PropertyColumn but with support for filters.
FilterForm 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 Filter that can be represented by a text field
TextFilteredPropertyColumn A filtered property column that creates a textfield filter component.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.