
Public Member Functions | |
| AjaxDragResize (WOContext context) | |
| void | appendToResponse (WOResponse res, WOContext ctx) |
| String | cssClass () |
| String | dragResizeID () |
| WOActionResults | handleRequest (WORequest request, WOContext context) |
| String | style () |
| boolean | synchronizesVariablesWithBindings () |
Static Public Member Functions | |
| static Object | resizableObjectForPage (WOComponent page, String resizableID) |
Protected Member Functions | |
| void | addRequiredWebResources (WOResponse response) |
Private Attributes | |
| String | _dragResizeID |
Static Private Attributes | |
| static final String | COMPONENT_RESIZABLES_MAP_KEY = "AjaxComponentResizablesMap" |
| AjaxDragResize | ( | 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.
| String cssClass | ( | ) |
| String dragResizeID | ( | ) |
| WOActionResults handleRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | [virtual] |
Override this method to return the response for an Ajax request.
| request | ||
| context |
Implements AjaxComponent.
| static Object resizableObjectForPage | ( | WOComponent | page, | |
| String | resizableID | |||
| ) | [static] |
| String style | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
String _dragResizeID [private] |
final String COMPONENT_RESIZABLES_MAP_KEY = "AjaxComponentResizablesMap" [static, private] |
1.5.8