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 TypeMethodDescriptionChoiceFilteredPropertyColumn.getFilter(String componentId, FilterForm<?> form) IFilteredColumn.getFilter(String componentId, FilterForm<?> form) Returns the component used by user to filter the column.TextFilteredPropertyColumn.getFilter(String componentId, FilterForm<?> form) ChoiceFilteredPropertyColumn.getFilterModel(FilterForm<?> form) Returns the model that will be passed on to the text filter.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, IModel<T> model, FilterForm<?> form, List<? extends T> choices, boolean autoSubmit) ConstructorChoiceFilter(String id, IModel<T> model, FilterForm<?> form, List<? extends T> choices, IChoiceRenderer<? super T> renderer, boolean autoSubmit) ConstructorChoiceFilter(String id, IModel<T> model, FilterForm<?> form, IModel<? extends List<? extends T>> choices, boolean autoSubmit) Constructor.ChoiceFilter(String id, IModel<T> model, FilterForm<?> form, IModel<? extends List<? extends T>> choices, 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, IModel<String> goModel, IModel<String> clearModel) Constructor.TextFilter(String id, IModel<T> model, FilterForm<?> form) Constructor