| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.Hotkey | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.HotkeyRenderer | 
| 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. | 
| actionListener | false | javax.el.ValueExpression(must evaluate to javax.faces.event.ActionListener) | An actionlistener that'd be processed in the partial request caused by uiajax. | 
| action | false | javax.el.ValueExpression(must evaluate to javax.el.MethodExpression) | A method expression that'd be processed in the partial request caused by uiajax. | 
| immediate | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Boolean value that determines the phaseId, when true actions are processed at apply_request_values, when false at invoke_application phase. | 
| bind | true | javax.el.ValueExpression(must evaluate to java.lang.String) | The Key binding. Required. | 
| update | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Client side id of the component(s) to be updated after async partial submit request. | 
| process | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Component id(s) to process partially instead of whole view. | 
| handler | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Javascript event handler to be executed when the key binding is pressed. | 
| onstart | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Javascript handler to execute before ajax request is begins. | 
| oncomplete | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Javascript handler to execute when ajax request is completed. | 
| onerror | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Javascript handler to execute when ajax request fails. | 
| onsuccess | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Javascript handler to execute when ajax request succeeds. | 
| global | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | Global ajax requests are listened by ajaxStatus component, setting global to false will not trigger ajaxStatus. Default is true. | 
| async | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | When set to true, ajax requests are not queued. Default is false. | 
| partialSubmit | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | When enabled, only values related to partially processed components would be serialized for ajax instead of whole form. | 
Output generated by Vdldoc View Declaration Language Documentation Generator.