
Public Member Functions | |
| String | additionalFunction () |
| void | appendToResponse (WOResponse response, WOContext context) |
| boolean | dontSubmitForm () |
| ERMSubmitLink (WOContext context) | |
| String | fieldName () |
| WOActionResults | invokeAction (WORequest request, WOContext context) |
| String | linkScript () |
Protected Attributes | |
| String | _additionalFunction |
Private Attributes | |
| String | _fieldName |
| boolean | _isInForm |
Bindings: action (required): Action for link to perform string (optional): Text for link onClick (optional): Script for onClick of link class (optional): Name of CSS class for link disabled (optional): If true, no link is created fieldName (optional): Name of hidden field additionalFunction (optional): js function to call before submitting form name (optional): name of link
Component originally named: HWOSubmitLink
| ERMSubmitLink | ( | WOContext | context | ) |
| String additionalFunction | ( | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.appendToResponse.
| response | to which we are appending | |
| context | context of the response |
Reimplemented from ERXNonSynchronizingComponent.
| boolean dontSubmitForm | ( | ) |
| String fieldName | ( | ) |
| WOActionResults invokeAction | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.invokeAction.
| request | for which the action is invoked | |
| context | of the request |
Reimplemented from ERXNonSynchronizingComponent.
| String linkScript | ( | ) |
String _additionalFunction [protected] |
String _fieldName [private] |
boolean _isInForm [private] |
1.5.8