Project Wonder 2.0

er.extensions
Class ERXWOTextField

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WODynamicElement
          extended bycom.webobjects.appserver._private.WODynamicGroup
              extended bycom.webobjects.appserver._private.WOHTMLDynamicElement
                  extended bycom.webobjects.appserver._private.WOInput
                      extended byer.extensions.ERXWOTextField

public class ERXWOTextField
extends WOInput

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.

Author:
ak

Field Summary
protected  WOAssociation _dateFormat
           
protected  WOAssociation _formatter
           
protected  WOAssociation _numberFormat
           
protected  WOAssociation _useDecimalNumber
           
static ERXLogger log
           
 
Fields inherited from class com.webobjects.appserver._private.WOInput
_escapeHTML, _value
 
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_associations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization
 
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup
_children
 
Fields inherited from class com.webobjects.appserver.WODynamicElement
_ConstructorParameters
 
Constructor Summary
ERXWOTextField(String tagname, NSDictionary nsdictionary, WOElement woelement)
           
 
Method Summary
protected  void _appendCloseTagToResponse(WOResponse woresponse, WOContext wocontext)
           
protected  void _appendValueAttributeToResponse(WOResponse woresponse, WOContext wocontext)
           
 void appendToResponse(WOResponse woresponse, WOContext wocontext)
          Overridden to make output XML compatible.
 void takeValuesFromRequest(WORequest worequest, WOContext wocontext)
           
 String toString()
           
 String type()
           
 
Methods inherited from class com.webobjects.appserver._private.WOInput
_appendNameAttributeToResponse, _shouldEscapeHTML, appendAttributesToResponse, constantAttributesRepresentation, disabledInComponent, nameInContext
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_appendAttributesFromAssociationsToResponse, _appendOpenTagToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, elementName, escapeHTML, nonUrlAttributeAssociations, urlAttributeAssociations
 
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup
addChildElement, appendChildrenToResponse, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

public static ERXLogger log

_formatter

protected WOAssociation _formatter

_dateFormat

protected WOAssociation _dateFormat

_numberFormat

protected WOAssociation _numberFormat

_useDecimalNumber

protected WOAssociation _useDecimalNumber
Constructor Detail

ERXWOTextField

public ERXWOTextField(String tagname,
                      NSDictionary nsdictionary,
                      WOElement woelement)
Method Detail

type

public String type()

takeValuesFromRequest

public void takeValuesFromRequest(WORequest worequest,
                                  WOContext wocontext)

_appendValueAttributeToResponse

protected void _appendValueAttributeToResponse(WOResponse woresponse,
                                               WOContext wocontext)

_appendCloseTagToResponse

protected void _appendCloseTagToResponse(WOResponse woresponse,
                                         WOContext wocontext)

toString

public String toString()

appendToResponse

public void appendToResponse(WOResponse woresponse,
                             WOContext wocontext)
Overridden to make output XML compatible.


Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.