
Public Member Functions | |
| ERXWOPasswordField (String name, NSDictionary associations, WOElement template) | |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
Protected Member Functions | |
| void | _appendCloseTagToResponse (WOResponse response, WOContext context) |
| void | _appendValueAttributeToResponse (WOResponse response, WOContext context) |
| String | hiddenValueInContext (WOContext context, WOComponent component) |
| boolean | isDisabledInContext (WOContext context) |
| boolean | isReadonlyInContext (WOContext context) |
| String | type () |
Private Attributes | |
| WOAssociation | _hashValue |
| WOAssociation | _hiddenValue |
| WOAssociation | _readonly |
Static Private Attributes | |
| static final String | HIDDEN_STRING = "_@secret@_" |
value the actual password value (required) hiddenValue the string to display when hidden (optional) disabled whether or not the input field is disabled (optional) name the name of the input field (optional) readonly whether or not the input field is readonly (optional)
| ERXWOPasswordField | ( | String | name, | |
| NSDictionary | associations, | |||
| WOElement | template | |||
| ) |
| void _appendCloseTagToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected] |
| void _appendValueAttributeToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) | [protected] |
| String hiddenValueInContext | ( | WOContext | context, | |
| WOComponent | component | |||
| ) | [protected] |
| boolean isDisabledInContext | ( | WOContext | context | ) | [protected] |
| boolean isReadonlyInContext | ( | WOContext | context | ) | [protected] |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
| String type | ( | ) | [protected] |
WOAssociation _hashValue [private] |
WOAssociation _hiddenValue [private] |
WOAssociation _readonly [private] |
final String HIDDEN_STRING = "_@secret@_" [static, private] |
1.5.8