|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--PagingInfo
Paging Information associated with a data source that serves records in pages.
Defined in Ajax.js
| Field Summary | |
integer |
currentPage
The index number of the current page. |
integer |
fromPage
The number of the first page of the current block. |
integer |
itemsPerPage
The number of the items to be shown at once in a page. |
boolean |
lastPage
True if the last page is being shown. |
boolean |
morePages
True if there are more records other that the ones shown in the current page. |
integer |
numberOfItems
Total number of items (records) |
integer |
pagesPerBlock
The number of the pages grouped in a block |
integer |
toPage
The number of the last page in the current block. |
| Constructor Summary | |
PagingInfo(str)
|
|
| Field Detail |
integer currentPage
integer fromPage
integer itemsPerPage
boolean lastPage
boolean morePages
integer numberOfItems
integer pagesPerBlock
integer toPage
| Constructor Detail |
PagingInfo(str)
str - The string that contains paging attributes in format cp:1;ipp:10;ppb:5;noi:2000;lp:false;mp:true;fp:1;tp:5;.cp - currentPage, ipp - itemsPerPage, ppb - pagesPerBlock, noi - numberOfItems, lp - lastPage, mp - morePages, fp - fromPage, to - toPage
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||