
Public Member Functions | |
| void | awake () |
| String | confirmMessageExplanation () |
| boolean | confirmMessageIsTextfield () |
| String | confirmMessageKey () |
| String | confirmMessageManditoryErrorMessage () |
| String | confirmMessageTextfieldMaxlength () |
| String | confirmMessageTextfieldSize () |
| ERDConfirmMessage (WOContext context) | |
| boolean | isStateless () |
| NSArray | list () |
| void | reset () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest r, WOContext c) |
Public Attributes | |
| String | message |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERDConfirmMessage.class) |
Private Attributes | |
| String | _confirmMessageExplanation = null |
| String | _confirmMessageKey = null |
| String | _confirmMessageManditoryErrorMessage = null |
| String | _confirmMessageTextfieldMaxlength = null |
| String | _confirmMessageTextfieldSize = null |
| NSArray | _list |
| ERDConfirmMessage | ( | WOContext | context | ) |
| void awake | ( | ) |
| String confirmMessageExplanation | ( | ) |
| boolean confirmMessageIsTextfield | ( | ) |
| String confirmMessageKey | ( | ) |
| String confirmMessageManditoryErrorMessage | ( | ) |
| String confirmMessageTextfieldMaxlength | ( | ) |
| String confirmMessageTextfieldSize | ( | ) |
| boolean isStateless | ( | ) |
component is not stateless
Reimplemented from ERDCustomEditComponent.
| NSArray list | ( | ) |
| void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomEditComponent.
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomEditComponent.
| 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.
String _confirmMessageExplanation = null [private] |
String _confirmMessageKey = null [private] |
String _confirmMessageManditoryErrorMessage = null [private] |
String _confirmMessageTextfieldMaxlength = null [private] |
String _confirmMessageTextfieldSize = null [private] |
NSArray _list [private] |
final Logger log = Logger.getLogger(ERDConfirmMessage.class) [static] |
logging support
Reimplemented from ERDCustomEditComponent.
1.5.8