org.jboss.gravel.data.action
Class PagerActionListener.Bean

java.lang.Object
  extended by org.jboss.gravel.data.action.PagerActionListener.Bean
All Implemented Interfaces:
Serializable
Enclosing class:
PagerActionListener

public static final class PagerActionListener.Bean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PagerActionListener.Bean(int page, int totalPages, int pageSize, int thisPageSize, int first, int size)
           
 
Method Summary
 int getFirst()
           
 int getLimit()
           
 int getPage()
           
 int getPageSize()
           
 int getSize()
           
 int getThisPageSize()
           
 int getTotalPages()
           
 boolean isFirstPage()
           
 boolean isLastPage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagerActionListener.Bean

public PagerActionListener.Bean(int page,
                                int totalPages,
                                int pageSize,
                                int thisPageSize,
                                int first,
                                int size)
Method Detail

getPage

public int getPage()

getTotalPages

public int getTotalPages()

getPageSize

public int getPageSize()

getThisPageSize

public int getThisPageSize()

isFirstPage

public boolean isFirstPage()

isLastPage

public boolean isLastPage()

getFirst

public int getFirst()

getLimit

public int getLimit()

getSize

public int getSize()