|
|
|
|
| source | java.lang.Object | in |  |
|
The source of values, a Java collection or array.
|
|
| listener | org.apache.tapestry.IActionListener | in | | null | |
|
| formless | boolean | in | | false |
Determines whether to avoid creating hidden fields within a form.
|
|
| value | java.lang.Object | custom | | null |
If provided, then on each iteration, the value property is updated.
|
|
| index | int | custom | | 0 |
If provided, then the index of the loop is set on each iteration.
|
|
| element | java.lang.String | in | | templateTag |
If provided, then the Foreach creates an element wrapping its content.
Informal parameters become attributes of the element.
|
|
| templateTag | java.lang.String | auto | | null |
The tag with which the component was inserted in its parent template
This parameter will be bound automatically by the framework.
|
|
| convertor |
...rib.table.model.IPrimaryKeyConvertor | auto | | null |
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.
|