Attributes |
Name | Required | Request-time | Type | Description |
active | false | false | java.lang.String |
Whether this component is the "active" button (maybe the default button?). Default is false.
|
styleClass | false | false | java.lang.String |
To allow adding the css class of 'active' to the button in the button_bar that is most likely to be the default
|
binding | false | false | java.lang.String |
Component reference expression for this component.
|
id | false | false | java.lang.String |
Component id of this component.
|
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 current value of this component.
|
disabled | false | false | boolean |
Flag indicating that this element must never receive focus or be included in a subsequent submit.
|
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.
|
accesskey | false | false | java.lang.String |
Access key that, when pressed, transfers focus to this element.
|
tabindex | false | false | java.lang.String |
Position of this element in the tabbing order for the current document.
This value must be an integer between 0 and 32767.
|
title | false | false | java.lang.String |
Advisory title information about markup elements generated for this component.
|