org.jboss.gravel.data.action
Class PagerActionListener.Bean
java.lang.Object
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)
|
PagerActionListener.Bean
public PagerActionListener.Bean(int page,
int totalPages,
int pageSize,
int thisPageSize,
int first,
int size)
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()