Class FilterablePageableDataProvider<T,F>

java.lang.Object
com.vaadin.data.provider.AbstractDataProvider<T,F>
com.vaadin.data.provider.AbstractBackEndDataProvider<T,F>
org.vaadin.spring.dataprovider.PageableDataProvider<T,F>
org.vaadin.spring.dataprovider.FilterablePageableDataProvider<T,F>
All Implemented Interfaces:
com.vaadin.data.provider.BackEndDataProvider<T,F>, com.vaadin.data.provider.DataProvider<T,F>, Serializable

public abstract class FilterablePageableDataProvider<T,F> extends PageableDataProvider<T,F>
See Also:
  • Constructor Details

    • FilterablePageableDataProvider

      public FilterablePageableDataProvider()
  • Method Details

    • setFilter

      public void setFilter(String filter)
    • getOptionalFilter

      protected Optional<String> getOptionalFilter()