Uses of Class
com.jk.data.dynamic.paging.PagingException
Packages that use PagingException
-
Uses of PagingException in com.jk.data.dynamic.paging
Methods in com.jk.data.dynamic.paging that throw PagingExceptionModifier and TypeMethodDescriptionint
DataPager.getAllRowsCount()
This method gets the total number of rows in the data set.int
DataPager.getCurrentPage()
This method gets the current page number.int
DataPager.getPageRowsCount()
This method gets the number of rows displayed on the current page.int
DataPager.getPagesCount()
This method gets the total number of pages in the data set.void
DataBasePager.moveToFirstPage()
This method moves to the first page in the data set.void
DataPager.moveToFirstPage()
This method moves to the first page in the data set.void
DataBasePager.moveToLastPage()
This method moves to the last page in the data set.void
DataPager.moveToLastPage()
This method moves to the last page in the data set.void
DataBasePager.moveToNextPage()
This method moves to the next page in the data set.void
DataPager.moveToNextPage()
This method moves to the next page in the data set.void
DataPager.moveToPage
(int page) This method moves to a specific page in the data set.void
DataBasePager.moveToPreviousePage()
This method moves to the previous page in the data set.void
DataPager.moveToPreviousePage()
This method moves to the previous page in the data set.void
DataPager.setPageRowsCount
(int pageRowsCount) This method sets the number of rows to be displayed on each page.