| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | false | java.lang.String | Every component must have an unique id. Automatically created if omitted. |
| value | false | false | java.lang.String | No Description |
| icon | false | false | java.lang.String | No Description |
| link | false | false | java.lang.String | No Description |
| 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.
|
| actionListener | false | false | java.lang.String |
MethodBinding representing an action listener method that will be
notified when this component is activated by the user. The
expression must evaluate to a public method that takes an
ActionEvent parameter, with a return type of void.
|
| disabled | false | false | java.lang.String |
indicates tab should be disabled.
|
| immediate | false | false | java.lang.String | Flag indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase. |
| rendered | false | false | java.lang.String | If false, this component will not be rendered. |