public class AjaxProgressBar
extends com.webobjects.appserver.WOComponent
Name | Description |
---|---|
id | the id of the update container |
progressID | the id of the AjaxProgress |
progress | the progress object for this progress bar (can bind a new progress back out if one is in the registry) |
startedFunction | the javascript function to execute when the progress is started |
canceledFunction | the javascript function to execute when the progress is canceled |
succeededFunction | the javascript function to execute when the progress succeeds |
failedFunction | the javascript function to execute when the progress fails |
finishedFunction | the javascript function to execute when the progress finishes (succeeded, failed, or canceled) |
cancelText | the text to display for the cancel link |
cancelingText | the text to display when the progress is being canceled |
startingText | the text to display when the progress is starting |
progressOfText | the text to display for the word "of" in the "[size] of [totalsize]" string during upload |
finishedAction | the action to fire when the progress finishes (cancel, failed, or succeeded) |
canceledAction | the action to fire when the progress is canceled |
succeededAction | the action to fire when the progress succeeded |
failedAction | the action to fire when the progress fails |
started | boolean of whether or not the progress has started (i.e. begin polling) |
allowCancel | if true, the cancel link is visible |
visibleBeforeStart | if true, the progress bar is visible before the activity is started |
visibleAfterDone | if true, the progress bar is visible after the activity is done |
refreshTime | the number of milliseconds to wait between refreshes |
com.webobjects.appserver.WOComponent._EventLoggingEnabler, com.webobjects.appserver.WOComponent.Event
com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation, com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.MapImplementation, com.webobjects.foundation.NSKeyValueCoding.Null<T>, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
com.webobjects.foundation.NSValidation._MethodBinding, com.webobjects.foundation.NSValidation._ValidationBinding, com.webobjects.foundation.NSValidation.DefaultImplementation, com.webobjects.foundation.NSValidation.Utility, com.webobjects.foundation.NSValidation.ValidationException
Modifier and Type | Field and Description |
---|---|
static String |
AJAX_PROGRESSES_KEY |
_Extension, _IsEventLoggingEnabled, _keyAssociations
Constructor and Description |
---|
AjaxProgressBar(com.webobjects.appserver.WOContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
_checkForCompletion() |
void |
appendToResponse(com.webobjects.appserver.WOResponse aResponse,
com.webobjects.appserver.WOContext aContext) |
com.webobjects.appserver.WOActionResults |
cancel() |
String |
cancelingText() |
String |
cancelText() |
Object |
displayMaximum() |
Object |
displayValue() |
boolean |
done() |
protected void |
finished() |
String |
finishedClass() |
boolean |
fireFinishedJavascriptEvents() |
boolean |
fireStartedJavascriptEvent() |
String |
id() |
boolean |
isStarted() |
String |
onChange() |
String |
percentage() |
AjaxProgress |
progress() |
static AjaxProgress |
progress(com.webobjects.appserver.WOSession session,
String id)
Returns the progress object with the given id (or null if one does not exist).
|
boolean |
progressBarVisible() |
protected void |
progressCanceled() |
protected void |
progressFailed() |
String |
progressID() |
String |
progressOfText() |
protected void |
progressSucceeded() |
com.webobjects.appserver.WOActionResults |
refreshing() |
String |
refreshTime() |
static void |
registerProgress(com.webobjects.appserver.WOSession session,
AjaxProgress progress)
Register a progress object in the registry.
|
String |
startingText() |
boolean |
synchronizesVariablesWithBindings() |
static void |
unregisterProgress(com.webobjects.appserver.WOSession session,
AjaxProgress progress)
Unregister a progress object from the registry.
|
__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithName
public static final String AJAX_PROGRESSES_KEY
public AjaxProgressBar(com.webobjects.appserver.WOContext context)
public void appendToResponse(com.webobjects.appserver.WOResponse aResponse, com.webobjects.appserver.WOContext aContext)
appendToResponse
in class com.webobjects.appserver.WOComponent
public boolean synchronizesVariablesWithBindings()
synchronizesVariablesWithBindings
in class com.webobjects.appserver.WOComponent
public boolean fireStartedJavascriptEvent()
public boolean fireFinishedJavascriptEvents()
public boolean progressBarVisible()
public String startingText()
public String cancelingText()
public AjaxProgress progress()
public String progressID()
public String id()
public String finishedClass()
public Object displayValue()
public Object displayMaximum()
public String percentage()
public boolean isStarted()
public String cancelText()
public String progressOfText()
public String onChange()
protected void _checkForCompletion()
public boolean done()
public String refreshTime()
public com.webobjects.appserver.WOActionResults refreshing()
public com.webobjects.appserver.WOActionResults cancel()
protected void finished()
protected void progressCanceled()
protected void progressSucceeded()
protected void progressFailed()
public static void registerProgress(com.webobjects.appserver.WOSession session, AjaxProgress progress)
session
- the sessionprogress
- the progress object to registerpublic static void unregisterProgress(com.webobjects.appserver.WOSession session, AjaxProgress progress)
session
- the sessionprogress
- the progress object to unregisterpublic static AjaxProgress progress(com.webobjects.appserver.WOSession session, String id)
session
- the sessionid
- the id of the progress to retrieveCopyright © 2002 – 2020 Project Wonder.