contrib:TableFormRows Component Index contrib:TableRows

contrib:TablePages
org.apache.tapestry.contrib.table.components.TablePages
<< < 7 8 9 10 11 12 13 > >>
 
Description
A low level Table component that renders the pages in the table. This component must be wrapped by TableView.

The component generates a list of pages in the Table centered around the current one and allows you to navigate to other pages.

See Also
Table, TableColumns, TableRows, TableValues, TableView
Parameters
Name Type Direction Required Default Description
pagesDisplayed int in no 7 Determines the maximum number of pages to be displayed in the page list when the table has more than one page.

For example, if the table has 20 pages, and 10 is the current page, pages from 7 to 13 in the page list will be shown if this parameter has a value of 7.

Body: removed
Informal parameters: allowed
Reserved parameters: none

Examples

This example is under construction.


contrib:TableColumns Component Index contrib:TableRows