o

Tag selectItemGroups

Component Information 
InfoValue
Component Typeorg.omnifaces.component.model.SelectItemGroups
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
The ValueExpression linking this component to a property in a backing bean.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The component identifier for this component. This value must be unique within the closest parent component that is a naming container.
itemLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The label of the select item group. Defaults to the String representation of itemValue.
itemValuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
The value of the select item group. This will be exposed to any nested UISelectItem(s) children. Defaults to the currently iterated select item group.
renderedfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. The default value for this property is true.
valuetruejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The name of the EL variable which exposes the currently iterated select item group. Defaults to item.

Output generated by Vdldoc View Declaration Language Documentation Generator.