Add a child UISelectItem component to the UIComponent associated with the closest parent UIComponent tag.
Info | Value |
---|---|
Component Type | jakarta.faces.SelectItem |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
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. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Component identifier of the UISelectItem component to be created. |
itemDescription |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Description of this option, for use in development tools. |
itemDisabled |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
|
Flag indicating whether the option created by this component is disabled. Expressions must evaluate to a boolean. Default value is false. |
itemEscaped |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Flag indicating that characters that are sensitive in
the value of the |
itemLabel |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Label to be displayed to the user for this option. |
itemValue |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Value to be returned to the server if this option is selected by the user. |
noSelectionOption |
false
| jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
|
Flag indicating whether the option created by this component represents the special "no selection" option. Expressions must evaluate to a boolean. Default value is false. |
value |
false
| jakarta.el.ValueExpression
(must evaluate to jakarta.faces.model.SelectItem )
|
Value binding expression pointing at a SelectItem instance containing the information for this option. |