er.extensions.components._private
Class ERXWOTextField
java.lang.Object
com.webobjects.appserver.WOElement
com.webobjects.appserver.WODynamicElement
com.webobjects.appserver._private.WODynamicGroup
com.webobjects.appserver._private.WOHTMLDynamicElement
com.webobjects.appserver._private.WOInput
er.extensions.components._private.ERXWOTextField
- Direct Known Subclasses:
- FocusTextField
public class ERXWOTextField
- extends com.webobjects.appserver._private.WOInput
Replacement for WOTextField. Provides for localized formatters.
Never use this directly, rather use WOTextField and let the ERXPatcher handle the
replacement of WOTextField in all cases.
- Author:
- ak
Bindings |
blankIsNull | if false, "" will not be converted to null; if true, "" will be converted to null. Default is true. |
Field Summary |
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
|
static org.apache.log4j.Logger |
log
|
Fields inherited from class com.webobjects.appserver._private.WOInput |
_escapeHTML, _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 |
ERXWOTextField(java.lang.String tagname,
com.webobjects.foundation.NSDictionary nsdictionary,
com.webobjects.appserver.WOElement woelement)
|
Method Summary |
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)
|
java.lang.String |
toString()
|
java.lang.String |
type()
|
Methods inherited from class com.webobjects.appserver._private.WOInput |
_appendNameAttributeToResponse, _shouldEscapeHTML, appendAttributesToResponse, constantAttributesRepresentation, disabledInComponent, nameInContext |
Methods inherited from class com.webobjects.appserver._private.WOHTMLDynamicElement |
_appendAttributesFromAssociationsToResponse, _appendOpenTagToResponse, _frameworkNameInComponent, appendConstantAttributesToResponse, appendNonURLAttributesToResponse, appendURLAttributesToResponse, computeActionStringInContext, computeQueryDictionaryInContext, elementName, escapeHTML, nonUrlAttributeAssociations, 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 |
log
public static org.apache.log4j.Logger log
_formatter
protected com.webobjects.appserver.WOAssociation _formatter
_dateFormat
protected com.webobjects.appserver.WOAssociation _dateFormat
_numberFormat
protected com.webobjects.appserver.WOAssociation _numberFormat
_useDecimalNumber
protected com.webobjects.appserver.WOAssociation _useDecimalNumber
_blankIsNull
protected com.webobjects.appserver.WOAssociation _blankIsNull
_readonly
protected com.webobjects.appserver.WOAssociation _readonly
ERXWOTextField
public ERXWOTextField(java.lang.String tagname,
com.webobjects.foundation.NSDictionary nsdictionary,
com.webobjects.appserver.WOElement woelement)
type
public java.lang.String type()
- Overrides:
type
in class com.webobjects.appserver._private.WOInput
isDisabledInContext
protected boolean isDisabledInContext(com.webobjects.appserver.WOContext context)
isReadonlyInContext
protected boolean isReadonlyInContext(com.webobjects.appserver.WOContext context)
takeValuesFromRequest
public void takeValuesFromRequest(com.webobjects.appserver.WORequest worequest,
com.webobjects.appserver.WOContext wocontext)
- Overrides:
takeValuesFromRequest
in class com.webobjects.appserver._private.WOInput
_appendValueAttributeToResponse
protected void _appendValueAttributeToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext)
- Overrides:
_appendValueAttributeToResponse
in class com.webobjects.appserver._private.WOInput
_appendCloseTagToResponse
protected void _appendCloseTagToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext)
- Overrides:
_appendCloseTagToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
toString
public java.lang.String toString()
- Overrides:
toString
in class com.webobjects.appserver._private.WOInput
appendToResponse
public void appendToResponse(com.webobjects.appserver.WOResponse woresponse,
com.webobjects.appserver.WOContext wocontext)
- Overridden to make output XML compatible.
- Overrides:
appendToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
Copyright © 2002 – 2007 Project Wonder.