Project Wonder 2.0

er.extensions
Class ERXWOInput

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 byer.extensions.ERXWOInput

public abstract class ERXWOInput
extends WOHTMLDynamicElement


Field Summary
protected  WOAssociation _disabled
           
protected  WOAssociation _escapeHTML
           
protected  WOAssociation _name
           
protected  WOAssociation _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
ERXWOInput(String s, NSDictionary nsdictionary, WOElement woelement)
           
 
Method Summary
 void appendAttributesToResponse(WOResponse woresponse, WOContext wocontext)
           
 void appendAttributeToResponse(String name, String value, WOResponse response, boolean escapeHTML)
           
protected  void appendNameAttributeToResponse(WOResponse woresponse, WOContext wocontext)
           
protected  void appendTypeAttributeToResponse(WOResponse woresponse, WOContext wocontext)
           
protected  void appendValueAttributeToResponse(WOResponse woresponse, WOContext wocontext)
           
protected  boolean booleanValueInComponent(WOAssociation association, WOComponent component, boolean defaultValue)
           
 boolean isDisabledInComponent(WOComponent wocomponent)
           
 boolean isEscapeHTMLInComponent(WOComponent wocomponent)
           
protected  String nameInContext(WOContext wocontext, WOComponent wocomponent)
           
protected  Object objectValueInComponent(WOAssociation association, WOComponent component)
           
protected  void setupAssociations(NSDictionary nsdictionary)
           
protected  String stringValueInComponent(WOAssociation association, WOComponent component)
           
 void takeValuesFromRequest(WORequest worequest, WOContext wocontext)
           
protected  String type()
           
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_appendAttributesFromAssociationsToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributesRepresentation, elementName, escapeHTML, nonUrlAttributeAssociations, toString, 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

_name

protected WOAssociation _name

_value

protected WOAssociation _value

_disabled

protected WOAssociation _disabled

_escapeHTML

protected WOAssociation _escapeHTML
Constructor Detail

ERXWOInput

public ERXWOInput(String s,
                  NSDictionary nsdictionary,
                  WOElement woelement)
Method Detail

setupAssociations

protected void setupAssociations(NSDictionary nsdictionary)

type

protected String type()

objectValueInComponent

protected Object objectValueInComponent(WOAssociation association,
                                        WOComponent component)

stringValueInComponent

protected String stringValueInComponent(WOAssociation association,
                                        WOComponent component)

appendAttributeToResponse

public void appendAttributeToResponse(String name,
                                      String value,
                                      WOResponse response,
                                      boolean escapeHTML)

booleanValueInComponent

protected boolean booleanValueInComponent(WOAssociation association,
                                          WOComponent component,
                                          boolean defaultValue)

isDisabledInComponent

public boolean isDisabledInComponent(WOComponent wocomponent)

isEscapeHTMLInComponent

public boolean isEscapeHTMLInComponent(WOComponent wocomponent)

nameInContext

protected String nameInContext(WOContext wocontext,
                               WOComponent wocomponent)

appendValueAttributeToResponse

protected void appendValueAttributeToResponse(WOResponse woresponse,
                                              WOContext wocontext)

appendNameAttributeToResponse

protected void appendNameAttributeToResponse(WOResponse woresponse,
                                             WOContext wocontext)

appendTypeAttributeToResponse

protected void appendTypeAttributeToResponse(WOResponse woresponse,
                                             WOContext wocontext)

takeValuesFromRequest

public void takeValuesFromRequest(WORequest worequest,
                                  WOContext wocontext)

appendAttributesToResponse

public void appendAttributesToResponse(WOResponse woresponse,
                                       WOContext wocontext)

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

Copyright © 2002 – 2004 Project Wonder.