er.prototaculous
Class AjaxUpdater
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WOComponent
er.prototaculous.AjaxUpdater
- All Implemented Interfaces:
- WOActionResults, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, Cloneable
- Direct Known Subclasses:
- AjaxUpdaterButton, AjaxUpdaterForm, AjaxUpdaterLink
public abstract class AjaxUpdater
- extends WOComponent
Wrapper of Prototype's Ajax.Updater
- See Also:
- Prototype's Ajax.Updater Reference,
Serialized Form
- Author:
- mendis
| Bindings |
container | The id of the container to be updated |
action | When bound $('container') is replaced with the results of the action |
directActionName | When bound $('container') is replaced with the results of the direct action |
onComplete | Callback @see Prototype Ajax.options |
onSuccess | Callback @see Prototype Ajax.options |
onCreate | Callback @see Prototype Ajax.options |
onException | Callback @see Prototype Ajax.options |
evalScripts | @see Prototype Ajax.Updater |
method | @see Prototype Ajax.Updater |
| Properties |
er.prototaculous.useUnobtrusively | Support for Unobtrusive Javascript programming. (Turned on by default). |
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor |
| Methods inherited from class com.webobjects.appserver.WOComponent |
_associationWithName, _awakeInContext, _childTemplate, _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, sleep, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForKey, valueForKeyPath |
AjaxUpdater
public AjaxUpdater(WOContext context)
directActionName
public String directActionName()
action
public WOActionResults action()
container
public String container()
method
public String method()
url
protected String url()
_options
protected NSArray<String> _options()
options
public String options()
onClick
public String onClick()
evalScripts
protected boolean evalScripts()
elementName
public String elementName()
appendToResponse
public void appendToResponse(WOResponse response,
WOContext context)
- Overrides:
appendToResponse in class WOComponent
Copyright © 2002 – 2007 Project Wonder.