
Public Member Functions | |
| AjaxResetButton (WOContext context) | |
| void | appendToResponse (WOResponse response, WOContext context) |
| boolean | clear () |
| WOComponent | dummy () |
| String | formId () |
| boolean | isStateless () |
| String | resetFormJavaScript () |
| String | value () |
Static Public Attributes | |
| static final String | CLEAR_BINDING = "clear" |
| static final String | FORM_ID_BINDING = "formId" |
| static final String | VALUE_BINDING = "value" |
formId String, the id of the form to be reset clear boolean, true if the form values should be cleared, false should be reset to original values value String, optional label for the button, the default is Reset id, String, optional HTML ID for the button element class, String, optional CSS class name for the button element style, String, optional CSS style definition for the button element
| AjaxResetButton | ( | WOContext | context | ) |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
Adds prototype.js to the header.
| boolean clear | ( | ) |
| WOComponent dummy | ( | ) |
This should never be called. If it gets called, something went wrong with the onClick event on the button.
| String formId | ( | ) |
| boolean isStateless | ( | ) |
true | String resetFormJavaScript | ( | ) |
| String value | ( | ) |
final String CLEAR_BINDING = "clear" [static] |
final String FORM_ID_BINDING = "formId" [static] |
final String VALUE_BINDING = "value" [static] |
1.5.8