aui-cc

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
Component Information 
InfoValue
Component TypeFacelet Composite Component
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
renderedfalsejavax.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.
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The identifier of the component.
cssClassfalsejavax.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).
immediatefalsejavax.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.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The text value for the rendered label of the button.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The name of a CSS class that is to be rendered within the class attribute.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The type of button. Valid values are: cancel and submit.

Output generated by Vdldoc View Declaration Language Documentation Generator.