| |||||||
FRAMES NO FRAMES |
Unless otherwise specified, all attributes accept static values or EL expressions.
UISelectItem should be nestetd inside a UISelectMany or UISelectOne component, and results in the addition of a SelectItem instance to the list of available options for the parent component
Tag Information | |
Tag Class | org.apache.myfaces.taglib.core.SelectItemTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
value | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.model.SelectItem )
| The initial value of this component. |
itemDisabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Determine whether this item can be chosen by the user. When true, this item cannot be chosen by the user. If this method is ever called, then any EL-binding for the disabled property will be ignored. |
escape | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The escape setting for the label of this selection item. |
itemDescription | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| For use in development tools. |
itemLabel | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The string which will be presented to the user for this option. |
itemValue | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The value for this Item. |
noSelectionOption | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Indicate this component represent no selection option. Default value is false. |
id | false | true | java.lang.String | Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view. |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind " + "to this component instance. This value must be an EL expression. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |