Destroys all widgets that are not part of the DOM anymore, usually because they were removed by an AJAX
update. Calls the destroy
method on the widget and removes the widget from the global widget registry.
Handles the response of an AJAX request. The response consists of one or more actions such as executing a script or updating a DOM element. See also jsf.ajax.response.
Also updates the specified components if any and synchronizes the client side JSF state. DOM updates are implemented using jQuery which uses a very algorithm.
Defaults to PrimeFaces.widget.BaseWidget
. Type of the widget which
triggered the AJAX request.
The XML that was returned by the AJAX request.
Text status of the request.
The XHR request to which a response was received.
Optional handler for update
actions.
Puts focus on the given element if necessary.
ID of the active to refocus.
The range to select, for INPUT and TEXTAREA elements.
Generated using TypeDoc
The interface for the object containing functionality related to handling AJAX responses