er.extensions
Class ERXWOInput
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
com.webobjects.appserver._private.WOHTMLDynamicElement
er.extensions.ERXWOInput
- public abstract class ERXWOInput
- extends WOHTMLDynamicElement
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 |
_name
protected WOAssociation _name
_value
protected WOAssociation _value
_disabled
protected WOAssociation _disabled
_escapeHTML
protected WOAssociation _escapeHTML
ERXWOInput
public ERXWOInput(String s,
NSDictionary nsdictionary,
WOElement woelement)
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)
Copyright © 2002 – 2004 Project Wonder.