aui-cc-compat
Tag
button
-
- Description:
-
Deprecated. Please use alloy:commandButton instead. Renders a div with CSS class name "aui-button" and a child input element with CSS class name "aui-button-input". The button's interface also defines an actionSource with name="click" that can be referenced in the using page.
-
- Since:
- 3.2.4
| Info | Value |
|---|---|
| Component Type | Facelet Composite Component |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
rendered | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean flag indicating whether or not this component is to be rendered during the RENDER_RESPONSE phase of the JSF lifecycle. The default value is true. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The identifier of the component. |
cssClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The name of a CSS class that is to be rendered within the class attribute (same as styleClass). |
immediate | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Boolean flag indicating whether or not actions and action listeners are to be executed during the APPLY_REQUEST_VALUES phase of the JSF lifecycle. The default value is false. |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The text value for the rendered label of the button. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The name of a CSS class that is to be rendered within the class attribute. |
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The type of button. Valid values are: cancel and submit. |