Attributes |
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.input.DropDownItem )
| only | null | A value-binding expression that associates a list item with a backing bean property. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not a list item is visible. |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | null | The value for a list item. This value is converted to String and shown in the text field when this item is selected. |