o

Tag selectItemGroups

Component Information 
InfoValue
Component Typeorg.omnifaces.component.model.SelectItemGroups
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Any Iterable, Map or array of objects representing select item groups.
varfalsejava.lang.String The name of the EL variable which exposes the currently iterated select item group. Defaults to item.
itemValuefalsejavax.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.
itemLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The label of the select item group. Defaults to the String representation of itemValue.

Output generated by Vdldoc View Declaration Language Documentation Generator.