MoreMotion Face API

Class PagingInfo

Object
   |
   +--PagingInfo

class 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

currentPage

integer currentPage

fromPage

integer fromPage

itemsPerPage

integer itemsPerPage

lastPage

boolean lastPage

morePages

boolean morePages

numberOfItems

integer numberOfItems

pagesPerBlock

integer pagesPerBlock

toPage

integer toPage

Constructor Detail

PagingInfo

PagingInfo(str)

MoreMotion Face API

Copyright 2002 - 2010, MOR YAZILIM
Documentation generated by JSDoc on Sun Apr 18 18:29:19 2010