public class ERXWOPasswordField
extends com.webobjects.appserver._private.WOInput
Name | Description |
---|---|
value | the actual password value (required) |
hiddenValue | the string to display when hidden (optional) |
disabled | whether or not the input field is disabled (optional) |
name | the name of the input field (optional) |
readonly | whether or not the input field is readonly (optional) |
_disabled, _escapeHTML, _hidden, _name, _value
_associations, _class, _constantAttributeAssociations, _constantAttributesRepresentation, _dyneltName, _finishedInitialization, _generatedId, _id, _prefix, _rendered, _secure, _style, _suffix, _title, DontEscapeHTML, EscapeHTML
Constructor and Description |
---|
ERXWOPasswordField(String name,
NSDictionary associations,
com.webobjects.appserver.WOElement template) |
Modifier and Type | Method and Description |
---|---|
protected void |
_appendCloseTagToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context) |
protected void |
_appendValueAttributeToResponse(com.webobjects.appserver.WOResponse response,
com.webobjects.appserver.WOContext context) |
protected String |
hiddenValueInContext(com.webobjects.appserver.WOContext context,
com.webobjects.appserver.WOComponent component) |
protected boolean |
isDisabledInContext(com.webobjects.appserver.WOContext context) |
protected boolean |
isReadonlyInContext(com.webobjects.appserver.WOContext context) |
void |
takeValuesFromRequest(com.webobjects.appserver.WORequest request,
com.webobjects.appserver.WOContext context) |
protected String |
type() |
_appendDisabledAttributeToResponse, _appendNameAttributeToResponse, _appendTypeAttributeToResponse, appendAttributesToResponse, defaultEscapeHTML, escapeHTMLInContext, hasContent, hiddenInContext, isValueInInputValues, nameInContext, nameInContext, toString, valueStringInContext
__otherQueryDictionaryInContext, __queryDictionaryInContext, _appendAttributesFromAssociationsToResponse, _appendClassAndIdToResponse, _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
public ERXWOPasswordField(String name, NSDictionary associations, com.webobjects.appserver.WOElement template)
protected 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 request, com.webobjects.appserver.WOContext context)
takeValuesFromRequest
in class com.webobjects.appserver._private.WOInput
protected String hiddenValueInContext(com.webobjects.appserver.WOContext context, com.webobjects.appserver.WOComponent component)
protected void _appendValueAttributeToResponse(com.webobjects.appserver.WOResponse response, com.webobjects.appserver.WOContext context)
_appendValueAttributeToResponse
in class com.webobjects.appserver._private.WOInput
protected void _appendCloseTagToResponse(com.webobjects.appserver.WOResponse response, com.webobjects.appserver.WOContext context)
_appendCloseTagToResponse
in class com.webobjects.appserver._private.WOHTMLDynamicElement
Copyright © 2002 – 2020 Project Wonder.