| Info | Value | 
|---|---|
| Component Type | org.primefaces.component.RemoteCommand | 
| Display Name | None | 
| Handler Class | None | 
| Renderer Type | org.primefaces.component.RemoteCommandRenderer | 
| 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. | 
| value | false | javax.el.ValueExpression(must evaluate to java.lang.Object) | Label of the component. | 
| actionListener | false | javax.el.ValueExpression(must evaluate to javax.faces.event.ActionListener) | An actionlistener to process when command is executed. | 
| action | false | javax.el.ValueExpression(must evaluate to javax.el.MethodExpression) | A method expression or a string outcome to process when command is executed. | 
| immediate | false | javax.el.ValueExpression(must evaluate to boolean) | Boolean value that determines the phaseId of the action event, when true actions are processed at "Apply Request Values", when false at "Invoke Application" phase. | 
| name | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Name of the command. | 
| update | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Component(s) to update with ajax. | 
| process | false | javax.el.ValueExpression(must evaluate to java.lang.String) | Component(s) to process partially instead of whole view. | 
| 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. | 
| async | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | When set to true, ajax requests are not queued. | 
| autoRun | false | javax.el.ValueExpression(must evaluate to java.lang.Boolean) | When set to true, command will be invoked on page load. | 
| 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.