
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| ERXKeyValueSetter (String arg0, NSDictionary arg1, NSMutableArray arg2) | |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
Package Attributes | |
| WOAssociation | destination |
| WOAssociation | destinationKeypath |
| WOAssociation | source |
| WOAssociation | sourceKeypath |
Private Member Functions | |
| void | cleanup (Object oldValue, WOComponent component) |
| Object | setup (WOComponent component) |
source="edit" and destination=d2wContext.task when you are on a list page. Another would the the typical scenario where you iterate over keys of dictionary, and you want the corresponding entry. Normally you'd need an accessor for that, but using this component, you would set source=myDict, sourceKeypath=currentyKey and destination=currentEntrysource the source object sourceKeypath (optional) the key path off the source object. If omitted, the source itself is used. destination the destination of the value destinationKeypath (optional) the key path off the destination object. If omitted, the source itself is used.
| ERXKeyValueSetter | ( | String | arg0, | |
| NSDictionary | arg1, | |||
| NSMutableArray | arg2 | |||
| ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
| void cleanup | ( | Object | oldValue, | |
| WOComponent | component | |||
| ) | [private] |
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
| Object setup | ( | WOComponent | component | ) | [private] |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
WOAssociation destination [package] |
WOAssociation destinationKeypath [package] |
WOAssociation source [package] |
WOAssociation sourceKeypath [package] |
1.5.8