Module org.apache.wicket.extensions
Package org.apache.wicket.extensions.markup.html.repeater.data.table.filter
package org.apache.wicket.extensions.markup.html.repeater.data.table.filter
-
ClassDescriptionBase class for filters that provides some useful functionalityChoiceFilter<T>Filter that can be represented by a drop down list of choicesChoiceFilteredPropertyColumn<T,
Y, S> A filtered property column that creates a textfield filter component.A helper implementation for a filtered column.LikePropertyColumn
but with support for filters.FilterForm<T>A form with filter-related special functionality for its form components.Toolbar that creates a form to hold form components used to filter data in the data table.Filter component that generates a 'go' and 'clear' buttons.Filter component that generates a 'go' button that when pressed submits the filter formIFilteredColumn<T,S> Represents a data table column that can be filtered.Locator that locates the object that represents the state of the filter.Component used to represent a filter component when no filter is provided.TextFilter<T>Filter that can be represented by a text fieldTextFilteredPropertyColumn<T,F, S> A filtered property column that creates a textfield filter component.