Attributes |
Name | Required | Request-time | Type | Description |
title | false | false | java.lang.String | Advisory title information about markup elements generated for this component |
rowClasses | false | false | java.lang.String | A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. Thes styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again. |
componentState | false | false | java.lang.String | componentState |
rendered | false | false | java.lang.String | If "false", this component is rendered. |
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. |
dir | false | false | java.lang.String | Alternate textual description of the element rendered by this component |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
ajaxKeys | false | false | java.lang.String | ajaxKeys |
rowKey | false | false | java.lang.String | rowKey |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
var | false | false | java.lang.String | A request-scope attribute under which the data object for the current row is exposed when iterating |
varState | false | false | java.lang.String | varState |
value | false | false | java.lang.String | value |
rows | false | false | java.lang.String | A number of rows to display, or zero for all remaining rows in the table |
lang | false | false | java.lang.String | Code describing the language used in the generated markup for this component |
columnClasses | false | false | java.lang.String | Comma-delimited list of CSS style classes that are be applied to the columns of this table. A space separated list of classes may also be specified for any individual column. If the number of elements in this list is less than the number of columns specified in the "columns" attribute, no "class" attribute is output for each column greater than the number of elements in the list. If the number of elements in the list is greater than the number of columns specified in the "columns" attribute, the elements at the posisiton in the list after the value of the "columns" attribute are ignored. |
first | false | false | java.lang.String | A zero-relative row number of the first row to display |
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. |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |