| Info | Value |
|---|---|
| Component Type | org.primefaces.extensions.component.RemoteCommand |
| Handler Class | None |
| Renderer Type | None |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
action | false | jakarta.el.ValueExpression
(must evaluate to jakarta.el.MethodExpression)
| A method expression or a string outcome to process when command is executed. |
actionListener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ActionListener)
| An action listener to process when command is executed. |
actionListenerMethodExpression | false | jakarta.el.ValueExpression
(must evaluate to jakarta.el.MethodExpression)
| A method expression to invoke by polling. |
async | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set to true, ajax requests are not queued.Default is false. |
autoRun | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Whether to automatically run the JavaScript function when the page is loaded.Default is false. |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated. |
delay | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| If less than delay milliseconds elapses between calls to request() only the most recent one is sent and all other requests are discarded. If this option is not specified, or if the value of delay is the literal string 'none' without the quotes, no delay is used. |
form | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Form to serialize for an ajax request.Default is The enclosing form. |
global | false | jakarta.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. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer.Default is generated. |
ignoreAutoUpdate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, components which autoUpdate="true" will not be updated for this request. If not specified, or the value is false, no such indication is made.Default is false. |
ignoreComponentNotFound | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, unresolvable components (ComponentNotFoundException) referenced in the update/process attribute are ignored.Default is false. |
immediate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set true, process validations logic is executed at apply request values phase for this component.Default is false. |
name | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the JavaScript function to create. |
oncomplete | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side javascript callback to execute when ajax request is completed. |
onerror | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side javascript callback to execute when ajax request fails. |
onstart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side javascript callback to execute before ajax request begins. |
onsuccess | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Client-side javascript callback to execute when ajax request succeeds. |
partialSubmit | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Enables serialization of values belonging to the partially processed components only.Default is false. |
partialSubmitFilter | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Selector to use when partial submit is on, default is ":input" to select all descendant inputs of a partially processed components. |
process | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Component(s) to process in partial request. |
rendered | false | jakarta.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.Default is true. |
resetValues | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If true, local values of input components to be updated within the ajax request would be reset.Default is false. |
timeout | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Timeout in milliseconds for ajax request, whereas 0 means no timeout.Default is 0. |
update | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Component(s) to update with ajax. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
Output generated by Vdldoc View Declaration Language Documentation Generator.