Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.RemoteCommand |
Handler Class | org.primefaces.extensions.component.remotecommand.RemoteCommandHandler |
Renderer Type | org.primefaces.extensions.component.RemoteCommandRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
action | false | jakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression )
| A method expression or a string outcome to process when command is executed. |
actionListener | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.event.ActionListener )
| An actionlistener to process when command is executed. |
async | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When set to true, ajax requests are not queued. Default value: false. |
autoRun | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When set to true, command will be invoked on page load. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An EL expression referring to a server side UIComponent instance in a backing bean. |
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 value: true. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
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. |
ignoreComponentNotFound | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| If true, unresolvable components referenced in the update/process attribute are ignored. Default is 'false' and therefore a ComponentNotFoundException will be thrown. |
immediate | false | jakarta.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 | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the command. |
oncomplete | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when ajax request is completed. |
onerror | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when ajax request fails. |
onstart | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute before ajax request is begins. |
onsuccess | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when ajax request succeeds. |
partialSubmit | false | jakarta.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. |
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 partially instead of whole view. |
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. |
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 )
| Label of the component. |
Output generated by Vdldoc View Declaration Language Documentation Generator.