| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | false | java.lang.String |
A string specifying the identifier for this component. This value must be
unique within the closest parent component that is a naming
container.
|
| binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean.
|
| itemLabel | false | true | java.lang.String |
A string value specifying the label to be displayed to the user
for this option.
|
| itemValue | false | true | java.lang.String |
A string value to be returned to the server if this
option is selected by the user.
|
| itemDisabled | false | true | java.lang.String |
A boolean value indicating whether the option created
by this component is disabled. Expressions
must evaluate to a boolean. Default value
is false.
|
| itemDescription | false | true | java.lang.String |
A string value describing the item.
|
| disabled | false | true | java.lang.String |
A boolean value that represents the disabled state of the component.
|
| itemValue | false | true | java.lang.String |
A string value to be returned to the server if this
option is selected by the user.
|
| itemLabel | false | true | java.lang.String |
A string value specifying the label to be displayed to the user
for this option.
|
| itemDescription | false | true | java.lang.String |
A string value describing the item.
|
| itemDisabled | false | true | java.lang.String |
A boolean value indicating whether the option created
by this component is disabled. Expressions
must evaluate to a boolean. Default value
is false.
|
| text | false | true | java.lang.String |
A string value specifying the text (literal or binding) to be shown.
|
| styleClass | false | true | java.lang.String |
A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup.
|
| date | false | true | java.lang.String |
The date value. (format : according the the declared locale)
|