Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.table.filter.FilterForm
Packages that use FilterForm
-
Uses of FilterForm in org.apache.wicket.extensions.markup.html.repeater.data.table.filter
Methods in org.apache.wicket.extensions.markup.html.repeater.data.table.filter with parameters of type FilterFormModifier and TypeMethodDescriptionorg.apache.wicket.ComponentChoiceFilteredPropertyColumn.getFilter(String componentId, FilterForm<?> form) org.apache.wicket.ComponentIFilteredColumn.getFilter(String componentId, FilterForm<?> form) Returns the component used by user to filter the column.org.apache.wicket.ComponentTextFilteredPropertyColumn.getFilter(String componentId, FilterForm<?> form) protected org.apache.wicket.model.IModel<Y>ChoiceFilteredPropertyColumn.getFilterModel(FilterForm<?> form) Returns the model that will be passed on to the text filter.protected org.apache.wicket.model.IModel<F>TextFilteredPropertyColumn.getFilterModel(FilterForm<?> form) Returns the model that will be passed on to the text filter.Constructors in org.apache.wicket.extensions.markup.html.repeater.data.table.filter with parameters of type FilterFormModifierConstructorDescriptionAbstractFilter(String id, FilterForm<?> form) ChoiceFilter(String id, org.apache.wicket.model.IModel<T> model, FilterForm<?> form, List<? extends T> choices, boolean autoSubmit) ConstructorChoiceFilter(String id, org.apache.wicket.model.IModel<T> model, FilterForm<?> form, List<? extends T> choices, org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer, boolean autoSubmit) ConstructorChoiceFilter(String id, org.apache.wicket.model.IModel<T> model, FilterForm<?> form, org.apache.wicket.model.IModel<? extends List<? extends T>> choices, boolean autoSubmit) Constructor.ChoiceFilter(String id, org.apache.wicket.model.IModel<T> model, FilterForm<?> form, org.apache.wicket.model.IModel<? extends List<? extends T>> choices, org.apache.wicket.markup.html.form.IChoiceRenderer<? super T> renderer, boolean autoSubmit) FilterToolbar(DataTable<T, S> table, FilterForm<F> form) ConstructorGoAndClearFilter(String id, FilterForm<?> form) Constructor This constructor will use default models for the 'clear' and 'go' button labels.GoAndClearFilter(String id, FilterForm<?> form, org.apache.wicket.model.IModel<String> goModel, org.apache.wicket.model.IModel<String> clearModel) Constructor.TextFilter(String id, org.apache.wicket.model.IModel<T> model, FilterForm<?> form) Constructor