public class MTAjaxProgressBar extends 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 |
WOComponent._EventLoggingEnabler, WOComponent.Event
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor
NSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException
_Extension, _IsEventLoggingEnabled, _keyAssociations
_CLASS
_CLASS, _KeyPathSeparatorChar, KeyPathSeparator
NullValue
_CLASS
Constructor and Description |
---|
MTAjaxProgressBar(WOContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
_checkForCompletion() |
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() |
String |
progressBarContainerClass() |
boolean |
progressBarVisible() |
protected void |
progressCanceled() |
protected void |
progressFailed() |
String |
progressID() |
String |
progressOfText() |
protected void |
progressSucceeded() |
WOActionResults |
refreshing() |
String |
refreshTime() |
String |
startingText() |
boolean |
synchronizesVariablesWithBindings() |
__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, appendToResponse, 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 MTAjaxProgressBar(WOContext context)
public boolean synchronizesVariablesWithBindings()
synchronizesVariablesWithBindings
in class 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 WOActionResults refreshing()
public WOActionResults cancel()
protected void finished()
protected void progressCanceled()
protected void progressSucceeded()
protected void progressFailed()
public String progressBarContainerClass()
Copyright © 2002 – 2024 Project Wonder.