
Public Member Functions | |
| AjaxSelectionList (WOContext context) | |
| String | containerElementName () |
| String | containerID () |
| String | elementName () |
| String | fieldID () |
| WOActionResults | handleRequest (WORequest request, WOContext context) |
| String | id () |
| Object | item () |
| NSArray | list () |
| int | selectedIndex () |
| Object | selection () |
| void | setItem (Object item) |
| void | setSelection (Object selection) |
| void | setValue (String value) |
| void | sleep () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
| String | value () |
Protected Member Functions | |
| void | addRequiredWebResources (WOResponse res) |
Private Attributes | |
| String | _id |
| NSArray | _list |
| String | _value |
The javascript wrapper exposes events of the selection changing, the item being selected (via double-click or the enter key), and an item being deleted (with the delete key).
| AjaxSelectionList | ( | WOContext | context | ) |
| void addRequiredWebResources | ( | WOResponse | res | ) | [protected, virtual] |
Override this method to append the needed scripts for this component.
| res |
Implements AjaxComponent.
| String containerElementName | ( | ) |
| String containerID | ( | ) |
| String elementName | ( | ) |
| String fieldID | ( | ) |
| WOActionResults handleRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) | [virtual] |
Override this method to return the response for an Ajax request.
| request | ||
| context |
Implements AjaxComponent.
| String id | ( | ) |
| Object item | ( | ) |
| NSArray list | ( | ) |
| int selectedIndex | ( | ) |
| Object selection | ( | ) |
| void setItem | ( | Object | item | ) |
| void setSelection | ( | Object | selection | ) |
| void setValue | ( | String | value | ) |
| void sleep | ( | ) |
| boolean synchronizesVariablesWithBindings | ( | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
| String value | ( | ) |
NSArray _list [private] |
1.5.8