| Interface | Description |
|---|---|
| IFilteredColumn<T,S> |
Represents a data table column that can be filtered.
|
| IFilterStateLocator<T> |
Locator that locates the object that represents the state of the filter.
|
| Class | Description |
|---|---|
| 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,S> |
A filtered property column that creates a textfield filter component.
|
| FilteredAbstractColumn<T,S> |
A helper implementation for a filtered column.
|
| FilteredPropertyColumn<T,S> |
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,S> |
A filtered property column that creates a textfield filter component.
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.