f

Tag selectItemGroups

Component Information 
InfoValue
Component Typejakarta.faces.SelectItemGroups
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
id false jakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component identifier of the UISelectItemGroups component to be created.
binding false jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
Value binding expression to a backing bean property bound to the component instance for the UIComponent created by this tag.
value false jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value expression pointing at any array or Iterable. The member elements may be instances of any type which is acceptable by the value attribute of any nested UISelectItems or UISelectItem component.
var false jakarta.el.ValueExpression
(must evaluate to java.lang.String)
Expose the currently iterated member element from the value attribute under this request scoped key, so that it may be referred to in EL for the value of other attributes of any nested component.
itemLabel false jakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label to be displayed to the user for this option group.
itemDisabled false jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Flag indicating whether the option group created by this component is disabled. Expressions must evaluate to a boolean. Default value is false.