
| AjaxProgressBar | ( | WOContext | context | ) |
| void _checkForCompletion | ( | ) | [protected] |
| void appendToResponse | ( | WOResponse | aResponse, | |
| WOContext | aContext | |||
| ) |
| WOActionResults cancel | ( | ) |
| String cancelingText | ( | ) |
| String cancelText | ( | ) |
| Object displayMaximum | ( | ) |
| Object displayValue | ( | ) |
| boolean done | ( | ) |
| void finished | ( | ) | [protected] |
| String finishedClass | ( | ) |
| boolean fireFinishedJavascriptEvents | ( | ) |
| boolean fireStartedJavascriptEvent | ( | ) |
| String id | ( | ) |
| boolean isStarted | ( | ) |
| String onChange | ( | ) |
| String percentage | ( | ) |
| static AjaxProgress progress | ( | WOSession | session, | |
| String | id | |||
| ) | [static] |
Returns the progress object with the given id (or null if one does not exist).
Cover method that calls through to the AjaxProgress implementation to maintain backwards compatibility.
| session | the session | |
| id | the id of the progress to retrieve |
| AjaxProgress progress | ( | ) |
| boolean progressBarVisible | ( | ) |
| void progressCanceled | ( | ) | [protected] |
| void progressFailed | ( | ) | [protected] |
| String progressID | ( | ) |
| String progressOfText | ( | ) |
| void progressSucceeded | ( | ) | [protected] |
| WOActionResults refreshing | ( | ) |
| String refreshTime | ( | ) |
| static void registerProgress | ( | WOSession | session, | |
| AjaxProgress | progress | |||
| ) | [static] |
Register a progress object in the registry.
Cover method that calls through to the AjaxProgress implementation to maintain backwards compatibility.
| session | the session | |
| progress | the progress object to register |
| String startingText | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
| static void unregisterProgress | ( | WOSession | session, | |
| AjaxProgress | progress | |||
| ) | [static] |
Unregister a progress object from the registry.
Cover method that calls through to the AjaxProgress implementation to maintain backwards compatibility.
| session | the session | |
| progress | the progress object to unregister |
boolean _completionEventsFired [private] |
boolean _fireFinishedJavascriptEvents [private] |
boolean _fireStartedJavascriptEvent [private] |
AjaxProgress _progress [private] |
boolean _running [private] |
final String AJAX_PROGRESSES_KEY = "_ajaxProgresses" [static] |
1.5.8