
Classes | |
| class | ResizeReport |
Public Member Functions | |
| AjaxDragResizeContainer (WOContext context) | |
| void | appendToResponse (WOResponse response, WOContext context) |
| NSDictionary | createAjaxOptions () |
| String | dragResizeContainerID () |
| WOActionResults | handleRequest (WORequest request, WOContext context) |
| String | style () |
| boolean | synchronizesVariablesWithBindings () |
Static Public Attributes | |
| static final String | EVENT_BLUR = "dragblur" |
| static final String | EVENT_DRAG_END = "dragend" |
| static final String | EVENT_FOCUS = "dragfocus" |
Protected Member Functions | |
| void | addRequiredWebResources (WOResponse response) |
Private Member Functions | |
| String | drsElementClass () |
| String | drsMoveHandleClass () |
| String | jsForElementOrHandle (String cssClass) |
| String | jsForEvent (String event) |
Private Attributes | |
| String | _actionUrl |
| String | _dragResizeContainerID |
| AjaxDragResizeContainer | ( | 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.
| NSDictionary createAjaxOptions | ( | ) |
| String dragResizeContainerID | ( | ) |
| String drsElementClass | ( | ) | [private] |
| String drsMoveHandleClass | ( | ) | [private] |
| WOActionResults handleRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | [virtual] |
Override this method to return the response for an Ajax request.
| request | ||
| context |
Implements AjaxComponent.
| String style | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
String _actionUrl [private] |
String _dragResizeContainerID [private] |
final String EVENT_BLUR = "dragblur" [static] |
final String EVENT_DRAG_END = "dragend" [static] |
final String EVENT_FOCUS = "dragfocus" [static] |
1.5.8