|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ITablePagingState
public void setPageSize(int pageSize)
setPageSize
in interface ITablePagingState
pageSize
- The pageSize to setpublic int getCurrentPage()
getCurrentPage
in interface ITablePagingState
public void setCurrentPage(int currentPage)
setCurrentPage
in interface ITablePagingState
currentPage
- The currentPage to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |