Inherited by FocusTextField.

Public Member Functions | |
| void | appendToResponse (WOResponse woresponse, WOContext wocontext) |
| ERXWOTextField (String tagname, NSDictionary nsdictionary, WOElement woelement) | |
| void | takeValuesFromRequest (WORequest worequest, WOContext wocontext) |
| String | toString () |
| String | type () |
Static Public Attributes | |
| static Logger | log = Logger.getLogger(ERXWOTextField.class) |
Protected Member Functions | |
| void | _appendCloseTagToResponse (WOResponse woresponse, WOContext wocontext) |
| void | _appendValueAttributeToResponse (WOResponse woresponse, WOContext wocontext) |
| boolean | isDisabledInContext (WOContext context) |
| boolean | isReadonlyInContext (WOContext context) |
Protected Attributes | |
| WOAssociation | _blankIsNull |
| WOAssociation | _dateFormat |
| WOAssociation | _formatter |
| WOAssociation | _numberFormat |
| WOAssociation | _readonly |
| WOAssociation | _useDecimalNumber |
blankIsNull if false, "" will not be converted to null; if true, "" will be converted to null. Default is true.
| ERXWOTextField | ( | String | tagname, | |
| NSDictionary | nsdictionary, | |||
| WOElement | woelement | |||
| ) |
| void _appendCloseTagToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) | [protected] |
| void _appendValueAttributeToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) | [protected] |
| void appendToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) |
Overridden to make output XML compatible.
Reimplemented in FocusTextField.
| boolean isDisabledInContext | ( | WOContext | context | ) | [protected] |
| boolean isReadonlyInContext | ( | WOContext | context | ) | [protected] |
| void takeValuesFromRequest | ( | WORequest | worequest, | |
| WOContext | wocontext | |||
| ) |
| String toString | ( | ) |
| String type | ( | ) |
WOAssociation _blankIsNull [protected] |
WOAssociation _dateFormat [protected] |
WOAssociation _formatter [protected] |
WOAssociation _numberFormat [protected] |
WOAssociation _readonly [protected] |
WOAssociation _useDecimalNumber [protected] |
Logger log = Logger.getLogger(ERXWOTextField.class) [static] |
1.5.8