|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
com.jivesoftware.forum.action.util | Utility classes for action authors or skin developers. |
Uses of Page in com.jivesoftware.forum.action.util |
---|
Fields in com.jivesoftware.forum.action.util declared as Page | |
---|---|
static Page |
Page.FIRST
|
Methods in com.jivesoftware.forum.action.util that return Page | |
---|---|
static Page |
Page.getNext(Page page,
int range)
Returns a page with correct values to the page next to the given page. |
Page[] |
Paginator.getPages()
Returns an array of viewable pages 10 items in length (at most). |
Page[] |
Paginator.getPages(int numViewablePages)
Returns an array of Page objects representing the pages in a set of items. |
static Page |
Page.getPrev(Page page,
int range)
Returns a page with correct values to the page previous to the given page. |
Methods in com.jivesoftware.forum.action.util with parameters of type Page | |
---|---|
static Page |
Page.getNext(Page page,
int range)
Returns a page with correct values to the page next to the given page. |
static Page |
Page.getPrev(Page page,
int range)
Returns a page with correct values to the page previous to the given page. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |