Class SearchPageContext

java.lang.Object
Direct Known Subclasses:
PagingToolbar

public class SearchPageContext
extends Container
Represents an instance of One.PagingToolbar.
  • Constructor Details

  • Method Details

    • goToNextPage

      public void goToNextPage()
      go to the next page of the records
    • goToPreviousPage

      public void goToPreviousPage()
      go to the previous page of the records
    • getNumberOfRecords

      public int getNumberOfRecords()
      Get the number of records
      Returns:
    • goToPageNumber

      public void goToPageNumber​(int number)
      go to the specified page
      Parameters:
      number -
    • goToFirstPage

      public void goToFirstPage()
      go to the first page of the records
    • goToLastPage

      public void goToLastPage()
      go to last page of records