|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tapestry.contrib.table.model.simple.SimpleTablePagingState
public class SimpleTablePagingState
A minimal implementation of
ITablePagingState.
| Constructor Summary | |
|---|---|
SimpleTablePagingState()
|
|
| Method Summary | |
|---|---|
int |
getCurrentPage()
Returns the currentPage. |
int |
getPageSize()
Returns the pageSize. |
void |
setCurrentPage(int currentPage)
Sets the currentPage. |
void |
setPageSize(int pageSize)
Sets the pageSize. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTablePagingState()
| Method Detail |
|---|
public int getPageSize()
getPageSize in interface ITablePagingStatepublic void setPageSize(int pageSize)
setPageSize in interface ITablePagingStatepageSize - The pageSize to setpublic int getCurrentPage()
getCurrentPage in interface ITablePagingStatepublic void setCurrentPage(int currentPage)
setCurrentPage in interface ITablePagingStatecurrentPage - The currentPage to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||