Project Wonder 5.0.0.8787

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.


Field Summary
 
Fields inherited from class er.extensions.foundation.ERXPatcher.DynamicElementsPatches.Text
_id
 
Fields inherited from class com.webobjects.appserver._private.WOInput
_disabled, _escapeHTML, _hidden, _name, _value
 
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
 
Fields inherited from class com.webobjects.appserver._private.WODynamicGroup
_children
 
Fields inherited from class com.webobjects.appserver.WODynamicElement
_ConstructorParameters
 
Constructor Summary
ERXWOText(String string, NSDictionary nsdictionary, WOElement woelement)
          Public constructor
 
Method Summary
protected  void _appendValueAttributeToResponse(WOResponse woresponse, WOContext wocontext)
          Overridden from WOInput to not append the value attribute.
 
Methods inherited from class er.extensions.foundation.ERXPatcher.DynamicElementsPatches.Text
_appendNameAttributeToResponse, appendToResponse
 
Methods inherited from class com.webobjects.appserver._private.WOText
appendChildrenToResponse, hasContent, takeValuesFromRequest
 
Methods inherited from class com.webobjects.appserver._private.WOInput
_appendDisabledAttributeToResponse, _appendTypeAttributeToResponse, appendAttributesToResponse, defaultEscapeHTML, escapeHTMLInContext, hiddenInContext, isDisabledInContext, isValueInInputValues, nameInContext, nameInContext, toString, type, valueStringInContext
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, 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(String string,
                 NSDictionary nsdictionary,
                 WOElement woelement)
Public constructor

Method Detail

_appendValueAttributeToResponse

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

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

Last updated: Wed, Jan 7, 2009 • 04:35 AM EST

Copyright © 2002 – 2007 Project Wonder.