Analogous to the data table in iterating over a list,
this is a 'non-visual' container for itnerated columns.
Attributes |
Name | Required | Request-time | Type | Description |
id | false | false | java.lang.String |
The component identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
first | false | false | java.lang.String |
Zero-relative row number of the first row to be displayed. If this
property is set to zero, rendering will begin with the first row of
the underlying data.
|
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|
rows | false | false | java.lang.String |
The number of rows of the underlying data model to be displayed,
starting with the one identified by the
"first" property. If this value is set to zero, all available rows
in the underlying data model will be displayed.
|
value | false | false | java.lang.String |
The current value of this component.
|
var | false | false | java.lang.String |
Name of a request-scope attribute under which the model data for the
row selected by the current value of the "rowIndex" property (i.e.
also the current value of the "rowData" property) will be exposed.
|