|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.ERXWOTextField
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.
Field Summary | |
protected WOAssociation |
_dateFormat
|
protected WOAssociation |
_formatter
|
protected WOAssociation |
_numberFormat
|
protected WOAssociation |
_useDecimalNumber
|
static ERXLogger |
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(String tagname,
NSDictionary nsdictionary,
WOElement woelement)
|
Method Summary | |
protected void |
_appendCloseTagToResponse(WOResponse woresponse,
WOContext wocontext)
|
protected void |
_appendValueAttributeToResponse(WOResponse woresponse,
WOContext wocontext)
|
void |
appendToResponse(WOResponse woresponse,
WOContext wocontext)
Overridden to make output XML compatible. |
void |
takeValuesFromRequest(WORequest worequest,
WOContext wocontext)
|
String |
toString()
|
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 |
Field Detail |
public static ERXLogger log
protected WOAssociation _formatter
protected WOAssociation _dateFormat
protected WOAssociation _numberFormat
protected WOAssociation _useDecimalNumber
Constructor Detail |
public ERXWOTextField(String tagname, NSDictionary nsdictionary, WOElement woelement)
Method Detail |
public String type()
public void takeValuesFromRequest(WORequest worequest, WOContext wocontext)
protected void _appendValueAttributeToResponse(WOResponse woresponse, WOContext wocontext)
protected void _appendCloseTagToResponse(WOResponse woresponse, WOContext wocontext)
public String toString()
public void appendToResponse(WOResponse woresponse, WOContext wocontext)
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |