| 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.
|
| hiddenMode | false | true | java.lang.String |
A string value specifying the management of invisible state on the client.
Authorized values are :
-
server : if not visible, nothing is sent to the client
-
phantom : if not visible, the data is sent to the client and the page estate is reserved for a futur eventual display of the component
-
ignore : if not visible, the data is sent to the client but no page estate is reserved
|
| visible | false | true | java.lang.String |
A boolean value indicating wether the composant is visible.
|
| toolTipText | false | true | java.lang.String |
A string value specifying the tooltip for the component (shown when the pointe hover the component).
|
| disabledImageURL | false | true | java.lang.String |
An url string pointing to the image used for the disabled state.
|
| hoverImageURL | false | true | java.lang.String |
An url string pointing to the image used chen the pointer hover the component.
|
| selectedImageURL | false | true | java.lang.String |
An url string pointing to the image used when the component is selected.
|
| imageURL | false | true | java.lang.String |
An url string pointing to the image used by the component.
|
| rendered | false | true | java.lang.String |
A boolean value indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|
| selectionListener | false | true | java.lang.String |
Executed when the component is selected.
A string that represent a javascript expression to evaluate and eventually a server action to execute.
the two parts are separated by a semi-column.
If the javascript evaluation return false (by using the return keyword) the server action is not executed.
The server action is represented by a binding.
|
| readOnly | false | true | java.lang.String |
A boolean value indicating that this component will prohibit
changes by the user. The element may receive focus
unless it has also been disabled.
|