Project Wonder 5.0.0.8787

er.extensions.components._private
Class ERXWOBrowser

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 er.extensions.components._private.ERXWOBrowser

public class ERXWOBrowser
extends com.webobjects.appserver._private.WOInput

Crappy reimplementation of WOBrowser which would not be needed of if it could handle java collections.

Author:
ak, with help from a friend named jad

Field Summary
 
Fields inherited from class com.webobjects.appserver._private.WOInput
_hidden, _name, _value
 
Fields inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _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
ERXWOBrowser(String s, NSDictionary nsdictionary, WOElement woelement)
           
 
Method Summary
protected  void _appendValueAttributeToResponse(WOResponse woresponse, WOContext wocontext)
           
 void appendAttributesToResponse(WOResponse woresponse, WOContext wocontext)
           
 void appendChildrenToResponse(WOResponse woresponse, WOContext wocontext)
           
 boolean disabledInComponent(WOComponent component)
           
protected  boolean isBrowser()
           
protected  Object selectedValue(WOComponent wocomponent)
           
protected  void setSelectedValue(Object value, WOComponent component)
           
 void takeValuesFromRequest(WORequest worequest, WOContext wocontext)
           
 String toString()
           
 
Methods inherited from class com.webobjects.appserver._private.WOInput
_appendDisabledAttributeToResponse, _appendNameAttributeToResponse, _appendTypeAttributeToResponse, defaultEscapeHTML, escapeHTMLInContext, hasContent, hiddenInContext, isDisabledInContext, isValueInInputValues, nameInContext, nameInContext, type, valueStringInContext
 
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendCloseTagToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendToResponse, 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

ERXWOBrowser

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

isBrowser

protected boolean isBrowser()

toString

public String toString()
Overrides:
toString in class com.webobjects.appserver._private.WOInput

disabledInComponent

public boolean disabledInComponent(WOComponent component)

setSelectedValue

protected void setSelectedValue(Object value,
                                WOComponent component)

selectedValue

protected Object selectedValue(WOComponent wocomponent)

takeValuesFromRequest

public void takeValuesFromRequest(WORequest worequest,
                                  WOContext wocontext)
Overrides:
takeValuesFromRequest in class com.webobjects.appserver._private.WOInput

appendChildrenToResponse

public void appendChildrenToResponse(WOResponse woresponse,
                                     WOContext wocontext)
Overrides:
appendChildrenToResponse in class com.webobjects.appserver._private.WODynamicGroup

_appendValueAttributeToResponse

protected void _appendValueAttributeToResponse(WOResponse woresponse,
                                               WOContext wocontext)
Overrides:
_appendValueAttributeToResponse in class com.webobjects.appserver._private.WOInput

appendAttributesToResponse

public void appendAttributesToResponse(WOResponse woresponse,
                                       WOContext wocontext)
Overrides:
appendAttributesToResponse in class com.webobjects.appserver._private.WOInput

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

Copyright © 2002 – 2007 Project Wonder.