com.jaspersoft.jasperserver.war.tags
Class PaginatorLinksTag.PaginatorInfo

java.lang.Object
  extended by com.jaspersoft.jasperserver.war.tags.PaginatorLinksTag.PaginatorInfo
Enclosing class:
PaginatorLinksTag

public static class PaginatorLinksTag.PaginatorInfo
extends java.lang.Object


Field Summary
 int currentPage
           
 int firstPage
           
 int lastPage
           
 int pageCount
           
 
Constructor Summary
PaginatorLinksTag.PaginatorInfo()
           
 
Method Summary
 int getCurrentPage()
           
 int getFirstPage()
           
 int getLastPage()
           
 int getPageCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentPage

public int currentPage

firstPage

public int firstPage

lastPage

public int lastPage

pageCount

public int pageCount
Constructor Detail

PaginatorLinksTag.PaginatorInfo

public PaginatorLinksTag.PaginatorInfo()
Method Detail

getCurrentPage

public int getCurrentPage()

getFirstPage

public int getFirstPage()

getLastPage

public int getLastPage()

getPageCount

public int getPageCount()


Copyright © 2007. All Rights Reserved.