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 TypeMethodDescriptionintDataPager.getAllRowsCount()This method gets the total number of rows in the data set.intDataPager.getCurrentPage()This method gets the current page number.intDataPager.getPageRowsCount()This method gets the number of rows displayed on the current page.intDataPager.getPagesCount()This method gets the total number of pages in the data set.voidDataBasePager.moveToFirstPage()This method moves to the first page in the data set.voidDataPager.moveToFirstPage()This method moves to the first page in the data set.voidDataBasePager.moveToLastPage()This method moves to the last page in the data set.voidDataPager.moveToLastPage()This method moves to the last page in the data set.voidDataBasePager.moveToNextPage()This method moves to the next page in the data set.voidDataPager.moveToNextPage()This method moves to the next page in the data set.voidDataPager.moveToPage(int page) This method moves to a specific page in the data set.voidDataBasePager.moveToPreviousePage()This method moves to the previous page in the data set.voidDataPager.moveToPreviousePage()This method moves to the previous page in the data set.voidDataPager.setPageRowsCount(int pageRowsCount) This method sets the number of rows to be displayed on each page.