|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaginatedList
Interface for lists that support paging
Method Summary | |
---|---|
int |
getPageIndex()
Deprecated. Returns the current page index, which is a zero based integer. |
int |
getPageSize()
Deprecated. Returns the maximum number of items per page |
void |
gotoPage(int pageNumber)
Deprecated. Moves to a specified page. |
boolean |
isFirstPage()
Deprecated. Is the current page the first page? |
boolean |
isLastPage()
Deprecated. Is the current page the last page? |
boolean |
isMiddlePage()
Deprecated. Is the current page a middle page (ie not first or last)? |
boolean |
isNextPageAvailable()
Deprecated. Is a page available after the current page? |
boolean |
isPreviousPageAvailable()
Deprecated. Is a page available before the current page? |
boolean |
nextPage()
Deprecated. Moves to the next page after the current page. |
boolean |
previousPage()
Deprecated. Moves to the page before the current page. |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
int getPageSize()
boolean isFirstPage()
boolean isMiddlePage()
boolean isLastPage()
boolean isNextPageAvailable()
boolean isPreviousPageAvailable()
boolean nextPage()
boolean previousPage()
void gotoPage(int pageNumber)
pageNumber
- The page to go toint getPageIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |