|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.corelib.components.GridPager
@Events(value="inplaceupdate (internal event)") public class GridPager
Generates a series of links used to jump to a particular page index within the overall data set.
| Name | Type | Flags | Default | Default Prefix | Since | Description |
|---|---|---|---|---|---|---|
| currentPage | int | Required | prop | The current page number (indexed from 1). | ||
| range | int | symbol:tapestry.components.gridpager_page_range | prop | 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. | ||
| rowsPerPage | int | Required | prop | The number of rows displayed per page. | ||
| source | org.apache.tapestry5.grid.GridDataSource | Required | prop | 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). | ||
| zone | java.lang.String | prop | If not null, then each link is output as a link to update the specified zone. |
| Constructor Summary | |
|---|---|
GridPager()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridPager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||