Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String |
The value binding expression linking this component to a property in a backing bean.
|
id | false | false | java.lang.String |
The component identifier for this component. This value must be unique
within the closest parent component that is a naming container.
|
action | false | false | java.lang.String | MethodBinding representing the application action to invoke when this
component is activated by the user. The expression must evaluate to a public method
that takes no parameters, and returns a String (the logical outcome) which is passed
to the NavigationHandler for this application.
|
value | false | false | java.lang.String | The displayed label of the toolbar item. |
disabled | false | false | boolean | If true, the toolbar item is disabled. Clicking on the item does nothing. |
immediate | false | false | boolean | Flag indicating that, if this component is activated by the user,
notifications should be delivered to interested listeners and actions immediately
(that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.
|
rendered | false | false | java.lang.String |
Flag indicating whether or not this component should be rendered
(during Render Response Phase), or processed on any subsequent
form submit.
|