| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Button | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.ButtonRenderer | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
| id | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Unique identifier of the component in a namingContainer. | 
| rendered | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Boolean value to specify the rendering of the component, when set to false component will not be rendered. | 
| binding | false | javax.el.ValueExpression(must evaluate to javax.faces.component.UIComponent) | An el expression referring to a server side UIComponent instance in a backing bean. | 
| widgetVar | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the client side widget. | 
| value | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Value of the component than can be either an EL expression of a literal text. | 
| outcome | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Used to resolve a navigation case. | 
| includeViewParams | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Whether to include page parameters in target URI. Default is false. | 
| fragment | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Identifier of the target page which should be scrolled to. | 
| disabled | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Disables button. | 
| accesskey | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Access key that when pressed transfers focus to button. | 
| alt | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Alternate textual description. | 
| dir | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Direction indication for text that does not inherit directionality. Valid values are LTR and RTL. | 
| image | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class for button icon. | 
| lang | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Code describing the language used in the generated markup for this component. | 
| tabindex | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Position in the tabbing order. | 
| title | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Advisory tooltip informaton. | 
| readonly | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Makes button read only. | 
| style | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Inline style of the button. | 
| styleClass | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Style class of the button. | 
| onblur | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when button loses focus. | 
| onchange | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when button loses focus and its value has been modified since gaining focus. | 
| onclick | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when button is clicked. | 
| ondblclick | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when button is double clicked. | 
| onfocus | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when button receives focus. | 
| onkeydown | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a key is pressed down over button. | 
| onkeypress | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a key is pressed and released over button. | 
| onkeyup | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a key is released over button. | 
| onmousedown | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is pressed down over button. | 
| onmousemove | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is moved within button. | 
| onmouseout | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is moved away from button. | 
| onmouseover | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is moved onto button. | 
| onmouseup | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side callback to execute when a pointer button is released over button. | 
| icon | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Icon of the button. | 
| iconPos | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Position of the icon, default value is left. | 
| href | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Resource to link to. | 
| escape | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Defines if label of the component is escaped or not. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.