com.tonbeller.jpivot.olap.navi
Interface PageInfo


public interface PageInfo

Describes a page

Author:
av

Method Summary
 java.lang.String getFirstLong()
          long description of the first Item
 java.lang.String getFirstShort()
          short description of the first Item
 java.lang.String getLastLong()
          long description of the last Item
 java.lang.String getLastShort()
          short description of the last Item
 int getPageCount()
          number of available pages
 int getPageIndex()
          0-based index of page page
 int getPageNo()
          1-based number of page page
 

Method Detail

getPageIndex

int getPageIndex()
0-based index of page page


getPageNo

int getPageNo()
1-based number of page page


getPageCount

int getPageCount()
number of available pages


getFirstShort

java.lang.String getFirstShort()
short description of the first Item


getFirstLong

java.lang.String getFirstLong()
long description of the first Item


getLastShort

java.lang.String getLastShort()
short description of the last Item


getLastLong

java.lang.String getLastLong()
long description of the last Item