Group of options for select control.
Info | Value |
---|---|
Component Type | javax.faces.SelectItems |
Handler Class | None |
Renderer Type | None |
Description | Group of options for select control |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
description | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Extended text description |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| True if group is grayed-out |
icon | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Group icon |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Group label |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Collection of select-item models or a single select-item-group model |
Output generated by Vdldoc View Declaration Language Documentation Generator.