Interface Listing<SearchForm,Row>


public interface Listing<SearchForm,Row>
  • Method Details

    • fetchRows

      List<Row> fetchRows(SearchForm filters, List<com.vaadin.data.provider.QuerySortOrder> sortOrders, int offset, int limit) throws Throwable
      Throws:
      Throwable
    • fetchCount

      int fetchCount(SearchForm filters) throws Throwable
      Throws:
      Throwable
    • getCaption

      default String getCaption()
    • showCheckboxForSelection

      default boolean showCheckboxForSelection()
    • getSearchFormClass

      default Class<SearchForm> getSearchFormClass()
    • getRowClass

      default Class<Row> getRowClass()