Attributes |
binding |
Value binding expression to a backing bean property bound to the component instance for the UIComponent created by this custom action. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
id |
Component identifier of the UISelectItem component to be created. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
itemDescription |
Description of this option, for use in development tools. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
itemDisabled |
Flag indicating whether the option created by this component is disabled. Expressions must evaluate to a boolean. Default value is false. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
itemLabel |
Label to be displayed to the user for this option. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
escape |
Flag indicating that characters that are sensitive in the value of the itemLabel attribute must be escaped. This flag is set to "true" by default. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
itemValue |
Value to be returned to the server if this option is selected by the user. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|
value |
Value binding expression pointing at a SelectItem instance containing the information for this option. |
|
Required:
false |
Request-time:
false |
Type:
java.lang.String |
|