contrib:TableFormPages Component Index contrib.TablePages

contrib:TableFormRows
org.apache.tapestry.contrib.table.components.TableFormRows
Non Visual Component
 
Description
A version of the TableRows designed for operation in a form. This is a low level Table component that generates the rows of the current page in the table. Each row is stored as a hidden value in the form, which eliminates the chance of a stale link during rewinding. 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, TableRows TableValues, TableView, FormTable, TableFormPages
Parameters
Name Type Direction Required Default Description
row Object out no   The value object of the current row.
convertor IPrimaryKeyConvertor in no   An interface defining how the items iterated upon by this component will be stored in the form as Hidden values. This interface allows only the primary key of the items to be stored, rather than the whole item.
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