
Public Member Functions | |
| AjaxDroppable (WOContext _context) | |
| void | appendToResponse (WOResponse response, WOContext context) |
| void | awake () |
| NSDictionary | createAjaxOptions () |
| String | elementName () |
| WOActionResults | handleRequest (WORequest request, WOContext context) |
| boolean | isStateless () |
| String | onDrop () |
| boolean | synchronizesVariablesWithBindings () |
Protected Member Functions | |
| void | addRequiredWebResources (WOResponse res) |
Private Attributes | |
| String | _actionUrl |
| String | _draggableIDKeyName |
| String | _elementID |
| AjaxDroppable | ( | WOContext | _context | ) |
| void addRequiredWebResources | ( | WOResponse | res | ) | [protected, virtual] |
Override this method to append the needed scripts for this component.
| res |
Implements AjaxComponent.
| void appendToResponse | ( | WOResponse | res, | |
| WOContext | ctx | |||
| ) |
Overridden to call addRequiredWebResources(WOResponse).
Reimplemented from AjaxComponent.
| void awake | ( | ) |
| NSDictionary createAjaxOptions | ( | ) |
| String elementName | ( | ) |
| WOActionResults handleRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | [virtual] |
Override this method to return the response for an Ajax request.
| request | ||
| context |
Implements AjaxComponent.
| boolean isStateless | ( | ) |
| String onDrop | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
String _actionUrl [private] |
String _draggableIDKeyName [private] |
String _elementID [private] |
1.5.8