Inherited by ERD2WEditDateJavascript.

Public Member Functions | |
| void | appendToResponse (WOResponse r, WOContext c) |
| ERDEditDateJavascript (WOContext context) | |
| String | formatter () |
| void | setFormatter (String formatter) |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
| Object | value () |
Public Attributes | |
| String | dateString |
Protected Member Functions | |
| NSTimestampFormatter | dateFormatter () |
Protected Attributes | |
| NSTimestampFormatter | _dateFormatter |
| String | _formatter |
Static Package Attributes | |
| static final Logger | log = Logger.getLogger(ERDEditDateJavascript.class) |
| ERDEditDateJavascript | ( | WOContext | context | ) |
| 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 ERDCustomComponent.
| NSTimestampFormatter dateFormatter | ( | ) | [protected] |
| String formatter | ( | ) |
| void setFormatter | ( | String | formatter | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls resetCachedBindingsInStatefulComponent prior to super.takeValuesFromRequest.
| request | from which the values will be taken | |
| context | of the request |
Reimplemented from ERXNonSynchronizingComponent.
| Object value | ( | ) |
NSTimestampFormatter _dateFormatter [protected] |
String _formatter [protected] |
final Logger log = Logger.getLogger(ERDEditDateJavascript.class) [static, package] |
logging support
Reimplemented from ERDCustomEditComponent.
1.5.8