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. |
columns | true | false | java.lang.String | Sets the number of columns in the table. |
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. |
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. |