Checks if the current HTTP Request is a partial update request (AJAX request) sent using
JsChartViewer.partialUpdate.
Note that the JsChartViewer does not need to have the same id as the WebChartViewer object. To get the id of the JsChartViewer object sending the request, use
WebChartViewer.getSenderClientId.
This method is also available as a static method of WebChartViewer. The static method requires one argument, which can be either the current ServletRequest or PageContext.
True if the current HTTP request is a partial update request (AJAX request) sent using
JsChartViewer.partialUpdate, otherwise false.
© 2021 Advanced Software Engineering Limited. All rights reserved.