Attributes |
Name | Required | Request-time | Type | Description |
colspan | false | false | java.lang.String | Corresponds to the HTML colspan attribute. |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
breakBefore | false | false | java.lang.String | if 'true' next column begins from the first row. |
rowspan | false | false | java.lang.String | Corresponds to the HTML rowspan attribute. |
rendered | false | false | java.lang.String | If "false", this component is not rendered. |
lang | false | false | java.lang.String | Code describing the language used in the generated markup for this component |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
title | false | false | java.lang.String | Advisory title information about markup elements generated for this component |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
headerClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that are be applied to any header generated for this table. |
dir | false | false | java.lang.String | Direction indication for text that does not inherit directionality. Valid values are "LTR" (left-to-right) and "RTL" (right-to-left) |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
footerClass | false | false | java.lang.String | Space-separated list of CSS style class(es) that are be applied to any footer generated for this table. |