|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Scrollable<E>
A simple interface for lists supporting scrollable behavior result sets.
Method Summary | |
---|---|
void |
first()
|
long |
getMaxResultsPerPage()
The max number of results per page; ie the page size. |
List<E> |
getResultList()
Returns the results for the current "page" |
boolean |
isPreviousAvailable()
|
void |
previous()
|
void |
setMaxResultsPerPage(int maxResults)
|
Method Detail |
---|
long getMaxResultsPerPage()
void setMaxResultsPerPage(int maxResults)
boolean isPreviousAvailable()
void first()
void previous()
List<E> getResultList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |