contrib:TablePages Component Index contrib.TableValues

contrib:TableRows
org.apache.tapestry.contrib.table.components.TableRows
Non Visual Component
 
Description
A low level Table component that generates the rows of the current page in the table. This component must be wrapped by TableView.

The component iterates over the rows of the current page in the table. The rows are wrapped in 'tr' tags by default. You can define columns manually within, or you can use TableValues to generate the columns automatically.

See Also
Table, TableColumns, TablePages, TableValues, TableView
Parameters
Name Type Direction Required Default Description
row Object out no   The value object of the current row.
element String in no tr The tag to use to wrap the rows in.

Body: removed
Informal parameters: allowed
Reserved parameters: none

Examples

This example is under construction.


contrib:TablePages Component Index contrib.TableValues