|
|||||||||
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) |
|
placeholder
|
Placeholder text displayed to the user when value is null, empty or equals to emptyStringValue. Placeholder does not get push to the parent component. |
Object (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 class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
AWPasswordField()
|
Method Summary | |
---|---|
java.lang.String |
cssClass()
|
boolean |
displayPlaceholder()
|
java.lang.String |
formattedString()
|
AWEncodedString |
getCheckCapsLockFunction()
|
boolean |
hasForm()
|
void |
init()
|
AWEncodedString |
inputName()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preserved with the page/session (i.e. |
java.lang.String |
onBlur()
|
java.lang.String |
onFocus()
|
AWEncodedString |
onKeyDownString()
|
java.lang.String |
onKeyPressString()
|
java.lang.String |
pfcClass()
|
java.lang.String |
placeholder()
|
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
void |
setFormValue(java.lang.String formValueString)
|
java.lang.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 |
Field Detail |
---|
public static final AWEncodedString CheckCapsLockForceRefreshFunction
public static final AWEncodedString CheckCapsLockFunction
public AWEncodedString _warnId
Constructor Detail |
---|
public AWPasswordField()
Method Detail |
---|
public java.lang.String[] supportedBindingNames()
supportedBindingNames
in class AWComponent
public boolean isStateless()
AWComponent
isStateless
in class AWComponent
public void init()
init
in interface AWObject
init
in class AWComponent
public void renderResponse(AWRequestContext requestContext, AWComponent component)
AWCycleable
AWRequestContext.response()
renderResponse
in interface AWCycleable
renderResponse
in class AWComponent
requestContext
- the context for the current request.component
- the current parent componentpublic java.lang.String formattedString()
public void setFormValue(java.lang.String formValueString)
public AWEncodedString onKeyDownString()
public AWEncodedString getCheckCapsLockFunction()
public java.lang.String onKeyPressString()
public boolean hasForm()
public AWEncodedString inputName()
public java.lang.String cssClass()
public java.lang.String placeholder()
public boolean displayPlaceholder()
public java.lang.String pfcClass()
public java.lang.String onFocus()
public java.lang.String onBlur()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |