...
showWaitCursor() - method for showing the loading cursor in the panel. accepts as a parameter the dynObject.
showProgressState() - method for showing the progressState which will block the user from clicking on buttons inside the window/container object and show/hide blur depending on the debugMode property.
Example of programatically calling the showWaitCursor:
Code Block |
---|
akioma.WaitCursor.showWaitCursor(oSelf.dynObject); |
between links
fetch
show
Showing an businessEntity will automatically show the waitCursor for that businessEntity and his linked targets. Example:
On every fetch, the waitCursor and the progressState are triggered. Example with debugMode on :
...