|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pageable
A Pageable object is an object which describes how a list of items can be paged (split up into equals chunks of items). At a minimum, we need to know the starting index in the item list, the total number of items in the list, and an idea of the number of items per page and starting point in the page list. The last two items come from the ResultFilter class (see the getResultFilter() method).
Method Summary | |
---|---|
ResultFilter |
getResultFilter()
Returns a Jive Forums result filter - this gives us a handle on the current index in the list and the number of items per page. |
int |
getStart()
Returns the starting index in the item list. |
int |
getTotalItemCount()
Returns the total number of items our list/collection/whatever. |
Method Detail |
---|
int getStart()
int getTotalItemCount()
ResultFilter getResultFilter()
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |