com.ibm.btt.dijit.AbstractAjaxMixin

Description

This class is an internal base class to provide Ajax related functions.

Public Properties

Name Type Description
bttParams String BTT channel property, contains the parameters required by the BTT HTML channel
asyncCode String The async code is used to identity the Ajax calling. It is a random string input by the developers on the tooling.
asyncStatus Number HTML status of the Ajax calling.
asyncErrorMessage String XHR error message from the browser.
asyncOperation String Operation name defined on the server
validValue Object Return values of all valid widget under current form

Public Functions

Name Return Value Description
callAsyncOperation Void Call back-edn operation and return response with XHR
setStoreData Void Set the data to the corresponding store on the web page.
onAsyncTimeOut Void Function used to publish Ajax timeout event.
onAsyncOK Void Function used to publish Ajax successful event.
onAsyncError Void Function used to pubish Ajax error event.