Interface PaginationAware<T>

All Superinterfaces:
ResultsListProvider
All Known Implementing Classes:
ViewAgentAdmin, ViewAuthors, ViewBuildResultsSuccessfulTests, ViewBuildResultsTable, ViewBuildResultsTableByPlans, ViewOfflineAgents, ViewReport

public interface PaginationAware<T> extends ResultsListProvider
Actions that implement this has a results list that is paginated
  • Method Details

    • getPager

      Pager<T> getPager()
    • setPager

      void setPager(Pager<T> pager)