com.ibm.xsp.component
Class UIPager.PagerState

java.lang.Object
  extended by com.ibm.xsp.component.UIPager.PagerState
Enclosing class:
UIPager

public static class UIPager.PagerState
extends java.lang.Object


Method Summary
 int getCurrentPage()
           
 FacesDataIterator getDataIterator()
           
 javax.faces.model.DataModel getDataModel()
           
 int getFirst()
           
 int getLastPage()
           
 int getPageCount()
           
 int getRowCount()
           
 int getRows()
           
 boolean hasMoreRows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataIterator

public FacesDataIterator getDataIterator()

getDataModel

public javax.faces.model.DataModel getDataModel()

getFirst

public int getFirst()

getRows

public int getRows()

getCurrentPage

public int getCurrentPage()

getLastPage

public int getLastPage()

getRowCount

public int getRowCount()

getPageCount

public int getPageCount()

hasMoreRows

public boolean hasMoreRows()