|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
TBD
| Bindings | |||
|---|---|---|---|
value
*
|
The value of the password field. |
String (both) |
|
name
|
Optional name for input field. If this value is not provided, then an elementId will be automatically generated. |
String (get) |
|
formatter
|
Optional object which implements the AWFormatting class extension. If available this is used to parse the value during applyValues. |
String (get) |
|
isRefresh
|
If set to true, then the onChange event will cause the form containing this field to be sumbmitted. |
String (get) |
|
errorKey
|
If you have a formatter binding, then the String value typed in by the user will be parsed through that formatter. Should a parse exception occur, this error key will be used to record the error, along with the errantValue, into the AWErrorManager on the AWPage. If you do not provide an errorKey, the elementId of this textfield will be used. |
Object (get) |
|
onKeyDown
|
Do not use this binding. This is documented here to prevent onKeyDown from being available in "otherBindings". |
String (get) |
|
class
|
CSS class. By default uses "tf tfW" |
String (get) |
|
size
|
INPUT size attribute. |
int (get) |
|
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.aribaweb.html.AWPasswordField
public class AWPasswordField
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
|---|
AWResponseGenerating.ResponseSubstitution |
| Constructor Summary | |
|---|---|
AWPasswordField()
|
|
| Method Summary | |
|---|---|
String |
cssClass()
|
String |
formattedString()
|
AWEncodedString |
getCheckCapsLockFunction()
|
boolean |
hasForm()
|
void |
init()
|
AWEncodedString |
inputName()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preseved with the page/session (i.e. |
AWEncodedString |
onKeyDownString()
|
String |
onKeyPressString()
|
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
void |
setFormValue(String formValueString)
|
String[] |
supportedBindingNames()
|
| Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
|---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
|---|
getFieldValue, isKindOfClass, setFieldValue |
| Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
|---|
getFieldValue, isKindOfClass, setFieldValue |
| Field Detail |
|---|
public static final AWEncodedString CheckCapsLockForceRefreshFunction
public static final AWEncodedString CheckCapsLockFunction
public AWEncodedString _warnId
| Constructor Detail |
|---|
public AWPasswordField()
| Method Detail |
|---|
public String[] supportedBindingNames()
supportedBindingNames in class AWComponentpublic boolean isStateless()
AWComponent
isStateless in class AWComponentpublic void init()
init in interface AWObjectinit in class AWComponent
public void renderResponse(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.response()
renderResponse in interface AWCycleablerenderResponse in class AWComponentrequestContext - the context for the current request.component - the current parent componentpublic String formattedString()
public void setFormValue(String formValueString)
public AWEncodedString onKeyDownString()
public AWEncodedString getCheckCapsLockFunction()
public String onKeyPressString()
public boolean hasForm()
public AWEncodedString inputName()
public String cssClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||