Interface IPageable

    • Method Detail

      • getCurrentPage

        long getCurrentPage()
        Returns:
        The current page that is or will be rendered (page number is zero-based)
      • setCurrentPage

        void setCurrentPage​(long page)
        Sets the a page that should be rendered (page number is zero-based)
        Parameters:
        page - The page that should be rendered.
      • getPageCount

        long getPageCount()
        Gets the total number of pages this pageable object has.
        Returns:
        The total number of pages this pageable object has