Attributes |
Name | Required | Request-time | Type | Description |
align | false | false | java.lang.String | Aligns the text in a column. Specify a list of the align values, one for each column. Posible are values: "C", "L" or "R". Example: aling="RRCL" - the first column is align to right, second right, third center and the fourth column to left. Default aling is left. |
styleClass | false | false | java.lang.String | The attribute styleClass affiliates an element with one or more classes. Multiple elements can be given the same styleClass name. |
title | false | false | java.lang.String | Sets a title for the table. |
xmllang | false | false | java.lang.String | The xml:lang attribute specifies the natural or formal language of an element or its attributes. |
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. |
rows | false | false | java.lang.String | The number of rows to display, 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. |
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. |
value | false | false | java.lang.String | The current value of this component. |
id | false | false | java.lang.String | The component identifier for the associated component. |
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. |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean. |