Class PagingInfoImpl

    • Constructor Detail

      • PagingInfoImpl

        public PagingInfoImpl​(long totalItems,
                              int currentPage,
                              int totalPages,
                              int maxPageItemsToDisplay,
                              int pageSize,
                              String url)
        PagingInfo
        Parameters:
        totalItems - total number of items to be paged
        currentPage - number of the current page, starting with 0
        totalPages - maximum page number
        maxPageItemsToDisplay - maximum number of page navigation items to be displayed
        pageSize - page size
        url - base url