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> |
|
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.
|