|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pager
Title: Project Engine
Description: An interface to a Pager mechanism. The pager maintains some underlying data source in a paged structure, allowing for page by page retrieval of data.
Copyright: Copyright (c) 2002
Company: CSIR
Method Summary | |
---|---|
java.util.List |
currentPage()
Returns the data in the current page. |
boolean |
hasNextPage()
Checks whether there is a "next" page of data |
boolean |
hasPreviousPage()
Checks whether there is a "previous" page of data |
void |
next()
Moves to the next page of data. |
java.util.List |
nextPage()
Moves to the next page of data, and returns the data in that page. |
void |
previous()
Moves to the previous page of data. |
java.util.List |
previousPage()
Moves to the previous page of data, and returns the data in that page. |
Method Detail |
---|
java.util.List currentPage()
boolean hasNextPage()
boolean hasPreviousPage()
void next()
java.util.List nextPage()
void previous()
java.util.List previousPage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |