pe

Tag remoteCommand

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.RemoteCommand
Handler Classorg.primefaces.extensions.component.remotecommand.RemoteCommandHandler
Renderer Typeorg.primefaces.extensions.component.RemoteCommandRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
actionfalsejakarta.el.ValueExpression
(must evaluate to javax.el.MethodExpression)
A method expression or a string outcome to process when command is executed.
actionListenerfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.event.ActionListener)
An actionlistener to process when command is executed.
asyncfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set to true, ajax requests are not queued. Default value: false.
autoRunfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set to true, command will be invoked on page load.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
globalfalsejakarta.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.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
ignoreAutoUpdatefalsejakarta.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.
ignoreComponentNotFoundfalsejakarta.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.
immediatefalsejakarta.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.
namefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the command.
oncompletefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when ajax request is completed.
onerrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when ajax request fails.
onstartfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute before ajax request is begins.
onsuccessfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Javascript handler to execute when ajax request succeeds.
partialSubmitfalsejakarta.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.
partialSubmitFilterfalsejakarta.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.
processfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component(s) to process partially instead of whole view.
renderedfalsejakarta.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.
updatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Component(s) to update with ajax.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Label of the component.

Output generated by Vdldoc View Declaration Language Documentation Generator.