Project Wonder 5.0

er.extensions.components._private
Class ERXWOText

java.lang.Object
  extended by com.webobjects.appserver.WOElement
      extended by com.webobjects.appserver.WODynamicElement
          extended by com.webobjects.appserver._private.WODynamicGroup
              extended by com.webobjects.appserver._private.WOHTMLDynamicElement
                  extended by com.webobjects.appserver._private.WOInput
                      extended by com.webobjects.appserver._private.WOText
                          extended by er.extensions.foundation.ERXPatcher.DynamicElementsPatches.Text
                              extended by er.extensions.components._private.ERXWOText
Direct Known Subclasses:
FocusText

public class ERXWOText
extends ERXPatcher.DynamicElementsPatches.Text

Patch for WOText to not include the value attribute. This class will get used automatically at startup, so do not use it directly But use WOText instead.

Author:
ak on Tue Oct 15 2002

Field Summary
 
Fields inherited from class er.extensions.foundation.ERXPatcher.DynamicElementsPatches.Text
_id, _readonly
 
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
ERXWOText(java.lang.String string, com.webobjects.foundation.NSDictionary nsdictionary, com.webobjects.appserver.WOElement woelement)
          Public constructor
 
Method Summary
protected  void _appendValueAttributeToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
          Overridden from WOInput to not append the value attribute.
 
Methods inherited from class er.extensions.foundation.ERXPatcher.DynamicElementsPatches.Text
_appendNameAttributeToResponse, appendToResponse, takeValuesFromRequest
 
Methods inherited from class com.webobjects.appserver._private.WOText
appendChildrenToResponse
 
Methods inherited from class com.webobjects.appserver._private.WOInput
_shouldEscapeHTML, appendAttributesToResponse, constantAttributesRepresentation, disabledInComponent, nameInContext, toString, type
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_appendAttributesFromAssociationsToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, elementName, escapeHTML, nonUrlAttributeAssociations, urlAttributeAssociations
 
Methods inherited from class com.webobjects.appserver._private.WODynamicGroup
addChildElement, childrenElements, EmptyGroup, hasChildrenElements, invokeAction, invokeChildrenAction, takeChildrenValuesFromRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERXWOText

public ERXWOText(java.lang.String string,
                 com.webobjects.foundation.NSDictionary nsdictionary,
                 com.webobjects.appserver.WOElement woelement)
Public constructor

Method Detail

_appendValueAttributeToResponse

protected void _appendValueAttributeToResponse(com.webobjects.appserver.WOResponse woresponse,
                                               com.webobjects.appserver.WOContext wocontext)
Overridden from WOInput to not append the value attribute.

Overrides:
_appendValueAttributeToResponse in class com.webobjects.appserver._private.WOText

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.