public class MTAjaxDraggable extends AjaxComponent
WOComponent._EventLoggingEnabler, WOComponent.EventNSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.UtilityNSKeyValueCoding._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.ValueAccessorNSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException_Extension, _IsEventLoggingEnabled, _keyAssociations_CLASS_CLASS, _KeyPathSeparatorChar, KeyPathSeparatorNullValue_CLASS| Constructor and Description |
|---|
MTAjaxDraggable(WOContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRequiredWebResources(WOResponse res)
Override this method to append the needed scripts for this component.
|
void |
appendToResponse(WOResponse response,
WOContext context)
Overridden to call
AjaxComponent.addRequiredWebResources(WOResponse). |
void |
awake() |
NSDictionary |
createAjaxOptions() |
java.lang.String |
draggableID() |
static java.lang.Object |
draggableObjectForPage(WOComponent page,
java.lang.String draggableID) |
java.lang.String |
elementName() |
java.lang.String |
form() |
boolean |
ghost() |
WOActionResults |
handleRequest(WORequest request,
WOContext context)
Override this method to return the response for an Ajax request.
|
java.lang.String |
id() |
boolean |
isStateless() |
java.lang.String |
quotedActionUrl() |
java.lang.String |
quotedContextID() |
java.lang.String |
quotedDraggableKeyName() |
java.lang.String |
quotedElementID() |
java.lang.String |
quotedID() |
java.lang.String |
quotedUpdateContainerID() |
void |
reset() |
boolean |
submit() |
java.lang.String |
updateContainerID() |
java.lang.String |
variableName() |
_containerID, addScriptResourceInHead, addScriptResourceInHead, addStylesheetResourceInHead, addStylesheetResourceInHead, appendTagAttributeToResponse, booleanValueForBinding, invokeAction, safeElementID, shouldHandleRequest, valueForBinding, valueForBinding, valueForBinding__valueForBinding, _associationWithName, _awakeInContext, _childTemplate, _cleanUpStatelessComponent, _componentDefinition, _componentUnroll, _isPage, _setContext, _setIsPage, _setParent, _setSubcomponent, _sleepInContext, _subcomponentForElementWithID, _templateNameForClass, _unroll, application, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, isCachingEnabled, isEventLoggingEnabled, logString, name, pageWithName, parent, path, pathURL, performParentAction, pullValuesFromParent, pushValuesToParent, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, setVariableValueForName, sleep, synchronizesVariablesWithBindings, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithHTMLString, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForBooleanBinding, valueForIntegerBinding, valueForKey, valueForKeyPath, valueForNSArrayBindings, valueForNSDictionaryBindings, valueForNumberBinding, valueForStringBinding, variableValueForName, variableWithNamepublic MTAjaxDraggable(WOContext context)
public void reset()
reset in class WOComponentpublic void awake()
awake in class WOComponentpublic boolean isStateless()
isStateless in class WOComponentpublic static java.lang.Object draggableObjectForPage(WOComponent page, java.lang.String draggableID)
public void appendToResponse(WOResponse response, WOContext context)
AjaxComponentAjaxComponent.addRequiredWebResources(WOResponse).appendToResponse in class AjaxComponentresponse - the HTTP response that an application returns to a Web server to complete a cycle of the request-response loopcontext - context of a transactionpublic NSDictionary createAjaxOptions()
public java.lang.String draggableID()
public java.lang.String id()
public java.lang.String variableName()
public boolean ghost()
public java.lang.String quotedID()
public java.lang.String quotedContextID()
public java.lang.String quotedElementID()
public java.lang.String elementName()
public java.lang.String updateContainerID()
public java.lang.String quotedUpdateContainerID()
public java.lang.String quotedActionUrl()
public java.lang.String quotedDraggableKeyName()
public boolean submit()
public java.lang.String form()
protected void addRequiredWebResources(WOResponse res)
AjaxComponentaddRequiredWebResources in class AjaxComponentres - the response to write topublic WOActionResults handleRequest(WORequest request, WOContext context)
AjaxComponenthandleRequest in interface IAjaxElementhandleRequest in class AjaxComponentrequest - the requestcontext - the contextCopyright © 2002 – 2022 Project Wonder.