html_basic

Tag column

Component Information 
InfoValue
Component Typejavax.faces.Column
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for the associated component
footerClassfalsejavax.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.
headerClassfalsejavax.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.
rowHeaderfalsejavax.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.