ERXWOTextField Class Reference

Inherits com::webobjects::appserver::_private::WOInput.

Inherited by FocusTextField.

Collaboration diagram for ERXWOTextField:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

Replacement for WOTextField. Provides for localized formatters. Never use this directly, rather use WOTextField and let the ERXPatcher handle the replacement of WOTextField in all cases.

blankIsNull if false, "" will not be converted to null; if true, "" will be converted to null. Default is true.

Author:
ak

Constructor & Destructor Documentation

ERXWOTextField ( String  tagname,
NSDictionary  nsdictionary,
WOElement  woelement 
)


Member Function Documentation

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 (  ) 


Member Data Documentation

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]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:06 2012 for Project Wonder by  doxygen 1.5.8