protected class AbstractPaginatedTableBean.TablePage
extends java.lang.Object
Constructor and Description |
---|
TablePage(int page,
int tableDataRange)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getPage()
Returns the page currently represented.
|
int |
getPageTableDataRange()
Returns the range.
|
int |
getRequestedPage()
Returns the requested page (i.e., the page that was specified in the
constructor).
|
java.util.Iterator<T> |
getTableData()
Returns the
TableData instances for the current page. |
public TablePage(int page, int tableDataRange)
page
- the page.tableDataRange
- the range.public int getRequestedPage()
public int getPage()
public int getPageTableDataRange()
Copyright ? Technia AB. All Rights Reserved.