| Attributes |
| Name | Required | Request-time | Type | Description |
| activeRowIndex | no | true | java.lang.Integer | ActiveRowIndex property allows control of the row object index currently displayed in the detail region. The detail region components instances are not updated until DataView.initDetailContext() is called. initDetailContext is regularly called within the component phase iterations. A value of -1 (or any negative value) is interpreted as no row being active at that moment. |
| binding | no | true | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
| disabled | no | true | boolean | Disables this component, so it does not receive focus or get submitted. |
| id | no | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| rendered | no | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
| rowIndexVar | no | true | java.lang.String | Define the Expression Language variable name to be given to the index of the row object during iterative rendering, either in the ValueExpressions of a DataViewColumnModel defining a table cell or within the components of the detail region. |
| rowStripe | no | true | boolean | Renders cell background shading on the odd numbered rows. |
| rowStroke | no | true | boolean | Renders faint bottom border to each row. Default = 'true'. |
| style | no | true | java.lang.String | Sets the CSS style definition to be applied to this component. |
| styleClass | no | true | java.lang.String | Sets the CSS class to apply to this component. |
| value | no | true | java.lang.Object | Define the index-based data model of DataView, currently supported types include List and instances of DataViewLazyDataModel. |
| var | no | true | java.lang.String | Define the Expression Language variable name to be given to the row object during iterative rendering, either in the ValueExpressions of a DataViewColumnModel defining a table cell or within the components of the detail region. |