
Public Member Functions | |
| AjaxBusyIndicator (WOContext context) | |
| boolean | customStyle () |
| String | divID () |
| WOActionResults | handleRequest (WORequest request, WOContext context) |
| boolean | isStateless () |
| String | onComplete () |
| String | onCreate () |
| String | style () |
| boolean | synchronizesVariablesWithBindings () |
Protected Member Functions | |
| void | addRequiredWebResources (WOResponse res) |
busyClass (optional) the CSS class to apply to the updating element during the request divID (optional) the id of the div to show and hide during the request onCreate (optional) the function to execute when the request starts onComplete (optional) the function to execute when the request ends busyImage (optional) if set, a busy div will be automatically created with this image in it busyImageFramework (optional) the framework that contains the busy image watchContainerID (optional) if set, the other bindings will only apply when this container ID is being updated, which provides for per-element busy controls id (optional) if bound, you can provide a custom style for the generated busy image div class (optional) if bound, you can provide a custom style for the generated busy image div style (optional) if bound, you can provide a custom style for the generated busy image div
| AjaxBusyIndicator | ( | WOContext | context | ) |
| void addRequiredWebResources | ( | WOResponse | res | ) | [protected, virtual] |
Override this method to append the needed scripts for this component.
| res |
Implements AjaxComponent.
| boolean customStyle | ( | ) |
| String divID | ( | ) |
| WOActionResults handleRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | [virtual] |
Override this method to return the response for an Ajax request.
| request | ||
| context |
Implements AjaxComponent.
| boolean isStateless | ( | ) |
| String onComplete | ( | ) |
| String onCreate | ( | ) |
| String style | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
1.5.8