UISelectItemGroup is a component that may be nested inside a UISelectMany or UISelectOne component,
and causes the addition of one SelectItemGroup of one or more SelectItem instances to the list of available options in the parent component.
This component accepts only children of type UISelectItems or UISelectItem.
| Info | Value |
|---|---|
| Component Type | jakarta.faces.SelectItemGroup |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
id |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.String)
|
Component identifier of the UISelectItemGroup 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.
|
itemLabel |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Label to be displayed to the user for this option group. |