h

Tag column

Component Information 
InfoValue
Component Typejakarta.faces.Column
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
renderedfalsejakarta.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.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for the associated component
footerClassfalsejakarta.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.
headerClassfalsejakarta.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.
rowHeaderfalsejakarta.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.