currentPage | The current page number (indexed from 1). | int | Required | | prop | |
---|
range | Number of pages before and after the current page in the range. The pager always displays links for 2 * range + 1
pages, unless that's more than the total number of available pages. | int | | symbol:tapestry.components.gridpager_page_range | prop | |
---|
rowsPerPage | The number of rows displayed per page. | int | Required | | prop | |
---|
source | The source of the data displayed by the grid (this is used to determine how many rows are available, which in turn determines the page count). | org.apache.tapestry5.grid.GridDataSource | Required | | prop | |
---|
zone | If not null, then each link is output as a link to update the specified zone. | String | | | prop | |
---|