
Public Member Functions | |
| ERDEditPasswordConfirmation (WOContext context) | |
| void | fail (String errorCode) |
| Object | objectKeyPathValue () |
| String | password () |
| String | passwordConfirm () |
| String | passwordPropertyKey () |
| void | reset () |
| void | setObject (EOEnterpriseObject newObject) |
| void | setPasswordConfirm (String value) |
| void | takeValuesFromRequest (WORequest r, WOContext c) |
Public Attributes | |
| int | length |
Protected Member Functions | |
| void | checkPasswords () |
Protected Attributes | |
| String | _passwordConfirm |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERDEditPasswordConfirmation.class) |
context.mutableUserInfo. As all the names in a displayPropertyRepetition must be distinct, you must provide a dummy name for this component to show. The corresponding rules for a key named passwordConfirmation have already been set up. object the object to edit length the length of the text field length the length of the text field
| ERDEditPasswordConfirmation | ( | WOContext | context | ) |
Public constructor
| context | the context |
| void checkPasswords | ( | ) | [protected] |
| void fail | ( | String | errorCode | ) |
| Object objectKeyPathValue | ( | ) |
Reimplemented from ERDCustomEditComponent.
| String password | ( | ) |
| String passwordConfirm | ( | ) |
| String passwordPropertyKey | ( | ) |
| void reset | ( | ) |
Used by stateless subclasses.
Reimplemented from ERDCustomEditComponent.
| void setObject | ( | EOEnterpriseObject | newObject | ) |
Reimplemented from ERDCustomEditComponent.
| void setPasswordConfirm | ( | String | value | ) |
| 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 _passwordConfirm [protected] |
| int length |
final Logger log = Logger.getLogger(ERDEditPasswordConfirmation.class) [static, private] |
logging support
Reimplemented from ERDCustomEditComponent.
1.5.8