AjaxBusyIndicator Class Reference

Inherits er::ajax::AjaxComponent.

Collaboration diagram for AjaxBusyIndicator:

Collaboration graph
[legend]

List of all members.

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)


Detailed Description

AjaxBusyIndicator provides various ways of performing operations when an Ajax requst is in process.

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

Author:
mschrag

Constructor & Destructor Documentation

AjaxBusyIndicator ( WOContext  context  ) 


Member Function Documentation

void addRequiredWebResources ( WOResponse  res  )  [protected, virtual]

Override this method to append the needed scripts for this component.

Parameters:
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.

Parameters:
request 
context 

Implements AjaxComponent.

boolean isStateless (  ) 

String onComplete (  ) 

String onCreate (  ) 

String style (  ) 

boolean synchronizesVariablesWithBindings (  ) 


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:37 2012 for Project Wonder by  doxygen 1.5.8