Handles an attributes
AJAX action by setting the attributes on the DOM element.
The XML node of the attributes
action.
false
if the AJAX action could not be performed, true
or undefined
otherwise.
Handles a delete
AJAX action by remove the DOM element.
The XML node of the delete
action.
Handles an error
AJAX action by doing nothing currently.
The XML node of the error
action.
The XHR request to which a response was received.
Handles an eval
AJAX action by evaluating the returned JavaScript.
The XML node of the eval
action.
The XHR request to which a response was received.
Handles an extension
AJAX action by extending the pfArgs
property on the jQuery XHR object.
The XML node of the extension
action.
The XHR request to which a response was received.
Handles an insert
AJAX action by inserting a newly creating DOM element.
The XML node of the insert
action.
false
if the AJAX action could not be performed, true
or undefined
otherwise.
Handles a redirect
AJAX action by performing a redirect to the target URL.
The XML node of the redirect
action.
Handles an update
AJAX action by calling the given update handler. When no update handler is given,
replaces the HTML content of the element with the new content.
Defaults to PrimeFaces.widget.BaseWidget
. Type of the widget which
triggered the AJAX request.
The XML node of the update
action.
The XHR request to which a response was received.
Optional handler for the update.
Generated using TypeDoc
The interface for the object containing functionality related to processing the different types of actions from AJAX responses.