public class ERXWOTextField
extends com.webobjects.appserver._private.WOInput
Name | Description |
---|---|
blankIsNull | if false, "" will not be converted to null; if true, "" will be converted to null. Default is true. |
Modifier and Type | Field and Description |
---|---|
protected com.webobjects.appserver.WOAssociation |
_blankIsNull |
protected com.webobjects.appserver.WOAssociation |
_dateFormat |
protected com.webobjects.appserver.WOAssociation |
_formatter |
protected com.webobjects.appserver.WOAssociation |
_numberFormat |
protected com.webobjects.appserver.WOAssociation |
_readonly |
protected com.webobjects.appserver.WOAssociation |
_useDecimalNumber |
_disabled, _escapeHTML, _hidden, _name, _value
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
Constructor and Description |
---|
ERXWOTextField(String tagname,
NSDictionary nsdictionary,
com.webobjects.appserver.WOElement woelement) |
Modifier and Type | Method and Description |
---|---|
protected void |
_appendCloseTagToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext) |
protected void |
_appendValueAttributeToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext) |
void |
appendToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext)
Overridden to make output XML compatible.
|
protected boolean |
isDisabledInContext(com.webobjects.appserver.WOContext context) |
protected boolean |
isReadonlyInContext(com.webobjects.appserver.WOContext context) |
void |
takeValuesFromRequest(com.webobjects.appserver.WORequest worequest,
com.webobjects.appserver.WOContext wocontext) |
String |
toString() |
String |
type() |
_appendDisabledAttributeToResponse, _appendNameAttributeToResponse, _appendTypeAttributeToResponse, appendAttributesToResponse, defaultEscapeHTML, escapeHTMLInContext, hasContent, hiddenInContext, isValueInInputValues, nameInContext, nameInContext, valueStringInContext
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _appendOpenTagToResponse, _appendTagAttributeAndValueToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendHiddenFieldToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, classInContext, computeActionStringInContext, computeQueryDictionaryInContext, constantAttributeAssociations, constantAttributesRepresentation, elementName, escapeHTML, idInContext, isRenderedInContext, nonUrlAttributeAssociations, prefixInContext, secureInContext, stringValueInContext, styleInContext, suffixInContext, titleInContext, urlAttributeAssociations
protected com.webobjects.appserver.WOAssociation _formatter
protected com.webobjects.appserver.WOAssociation _dateFormat
protected com.webobjects.appserver.WOAssociation _numberFormat
protected com.webobjects.appserver.WOAssociation _useDecimalNumber
protected com.webobjects.appserver.WOAssociation _blankIsNull
protected com.webobjects.appserver.WOAssociation _readonly
public ERXWOTextField(String tagname, NSDictionary nsdictionary, com.webobjects.appserver.WOElement woelement)
public String type()
type
in class com.webobjects.appserver._private.WOInput
protected boolean isDisabledInContext(com.webobjects.appserver.WOContext context)
isDisabledInContext
in class com.webobjects.appserver._private.WOInput
protected boolean isReadonlyInContext(com.webobjects.appserver.WOContext context)
public void takeValuesFromRequest(com.webobjects.appserver.WORequest worequest, com.webobjects.appserver.WOContext wocontext)
takeValuesFromRequest
in class com.webobjects.appserver._private.WOInput
protected void _appendValueAttributeToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
_appendValueAttributeToResponse
in class com.webobjects.appserver._private.WOInput
protected void _appendCloseTagToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
_appendCloseTagToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
public String toString()
toString
in class com.webobjects.appserver._private.WOInput
public void appendToResponse(com.webobjects.appserver.WOResponse woresponse, com.webobjects.appserver.WOContext wocontext)
appendToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
Copyright © 2002 – 2020 Project Wonder.