All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, org.apache.wicket.util.IHierarchical<Component>, org.apache.wicket.util.io.IClusterable

public class FilterToolbar extends AbstractToolbar
Toolbar that creates a form to hold form components used to filter data in the data table. Form components are provided by columns that implement IFilteredColumn.
Author:
Igor Vaynberg (ivaynberg)
See Also:
  • Constructor Details

    • FilterToolbar

      public FilterToolbar(DataTable<T,S> table, FilterForm<F> form)
      Constructor
      Type Parameters:
      T - the type of the DataTable's model object
      S - the type of the DataTable's sorting parameter
      F - the type of filter state object
      Parameters:
      table - data table this toolbar will be added to
      form - the filter form
  • Method Details