public interface HasPager
Modifier and Type | Method and Description |
---|---|
void |
firstPage()
Navigate to the first page
|
int |
getCurrentPage()
Get the current page
|
void |
gotoPage(int page)
Navigate to the given page
|
boolean |
isNext()
Check if we can call next()
|
boolean |
isPrevious()
Check if we can still previous()
|
void |
lastPage()
Navigate to the last page
|
void |
next()
Navigate to the next page
|
void |
previous()
Navigate to the previous page
|
void |
setLimit(int limit)
Set the limit or row count of the navigation
|
void next()
void previous()
void lastPage()
void firstPage()
void gotoPage(int page)
int getCurrentPage()
void setLimit(int limit)
boolean isNext()
boolean isPrevious()
Copyright © 2018. All rights reserved.