|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.json.GuiPaging
public class GuiPaging
paging object holds state of next.previous etc
Constructor Summary | |
---|---|
GuiPaging()
|
Method Summary | |
---|---|
int |
getPageNumber()
getter for pageNumber: page number indexed by 1 (friendly) |
int |
getPageSize()
getter for pageSize: the number of records per page |
int |
getTotalRecordCount()
total record count in results |
static void |
init(String pagingName)
init a paging object, if it exists, update the page size |
QueryPaging |
queryPaging()
query paging bean |
static GuiPaging |
retrievePaging(String pagingName,
boolean exceptionIfNotFound)
find a paging in response or app state |
void |
setPageNumber(int pageNumber1)
|
void |
setPageSize(int _pageSize)
setter for pageSize: the number of records per page |
void |
setTotalRecordCount(int totalRecordCount1)
total record count in results |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiPaging()
Method Detail |
---|
public QueryPaging queryPaging()
public int getTotalRecordCount()
public void setTotalRecordCount(int totalRecordCount1)
totalRecordCount1
- the totalRecordCount to setpublic int getPageNumber()
public int getPageSize()
public void setPageSize(int _pageSize)
_pageSize
- is the data to setpublic void setPageNumber(int pageNumber1)
pageNumber1
- public static void init(String pagingName)
pagingName
- public static GuiPaging retrievePaging(String pagingName, boolean exceptionIfNotFound)
pagingName
- exceptionIfNotFound
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |