
Public Member Functions | |
| ERXDataHyperlink (String s, NSDictionary associations, WOElement woelement) | |
| WOActionResults | invokeAction (WORequest worequest, WOContext wocontext) |
Private Attributes | |
| NSMutableDictionary< String, WOAssociation > | _bindingAssociations |
Static Private Attributes | |
| static final NSArray< String > | BINDINGS_HANDLED_BY_SUPER_CLASS = new NSArray<String>(new String[] {"id", "class", "onclick", "otherTagString"}) |
You can pass in as many bindings as you need, but there are some bindings that are used by this element by itself and thus are not passed to the page: The ones defined by WOHyperlink and additionally "id", "class", "onclick" and "otherTagString", which are handled like bindings on a stock WOHyperlink.
If the "pageName" binding is not set, ERXDataHyperlink will behave like a regular WOHyperlink.
| ERXDataHyperlink | ( | String | s, | |
| NSDictionary | associations, | |||
| WOElement | woelement | |||
| ) |
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Overriden to perform the logging, propagating the action to subelements and returning the current page if an empty page is returned from super.
Reimplemented from ERXHyperlink.
NSMutableDictionary<String, WOAssociation> _bindingAssociations [private] |
final NSArray<String> BINDINGS_HANDLED_BY_SUPER_CLASS = new NSArray<String>(new String[] {"id", "class", "onclick", "otherTagString"}) [static, private] |
1.5.8