Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.action.util.Page

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

Copyright © 1999-2006 Jive Software.