Renders a UIComponent that represents a single column of
data within a parent UIData component.
| Info | Value |
|---|---|
| Component Type | javax.faces.Column |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
rendered | 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. |
binding | 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 | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The component identifier for the associated component |
footerClass | 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 | 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 | javax.el.ValueExpression
(must evaluate to java.lang.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. |