| |||||||
| FRAMES NO FRAMES | |||||||
Renders a UIComponent that represents a single column of data within a parent UIData component.
| Tag Information | |
| Tag Class | com.sun.faces.taglib.html_basic.ColumnTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| rendered | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. |
| footerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Space-separated list of CSS style class(es) that will be applied to the "td" of this column. |
| binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
| The value binding expression linking this component to a property in a backing bean |
| id | false | false | java.lang.String | The component identifier for the associated component |
| footerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Space-separated list of CSS style class(es) that will be applied to any column footer generated for this table. |
| headerClass | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Space-separated list of CSS style class(es) that will be applied to any column header generated for this table. |
| rowHeader | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| Flag indicating that this column is a row header column and therefore cells in this column should be rendered with "th" instead of "td" and must have the 'scope="row"' attribute. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||