ERXProxyAssociation Class Reference
Inherits com::webobjects::appserver::WOAssociation.
List of all members.
Detailed Description
ERXProxyAssociation allows you to create a wrapper around an existing association for the purposes of injecting a prefix or a suffix to the association's value. This is useful in, for instance, dynamic elements where you want to guarantee that a particular CSS class is prepended to an existing "class" binding where you don't necessarily have easy access to the original "class" WOAssociation (like if you extend WOHyperlink, for example).
- Author:
- mschrag
Constructor & Destructor Documentation
Member Function Documentation
| void _setValueNoValidation |
( |
Object |
obj, |
|
|
WOComponent |
wocomponent | |
|
) |
| | |
| String bindingInComponent |
( |
WOComponent |
wocomponent |
) |
|
| boolean isValueConstant |
( |
|
) |
|
| boolean isValueSettable |
( |
|
) |
|
| Object processValue |
( |
Object |
obj |
) |
[protected] |
| void setValue |
( |
Object |
obj, |
|
|
WOComponent |
wocomponent | |
|
) |
| | |
| Object valueInComponent |
( |
WOComponent |
wocomponent |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: