Interface HasPagination

All Known Subinterfaces:
DataGrid<E>, GroupTable<E>, Table<E>, TreeDataGrid<E>, TreeTable<E>
All Known Implementing Classes:
AbstractDataGrid, AbstractTable, DataGridImpl, GroupTableImpl, TableImpl, TreeDataGridImpl, TreeTableImpl

public interface HasPagination
Interface to be implemented by components that can display the Pagination component.
  • Method Details

    • getPagination

      @Nullable PaginationComponent getPagination()
      Returns:
      pagination component
    • setPagination

      void setPagination(@Nullable PaginationComponent pagination)
      Sets pagination component.