|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Renders an HTML <textarea ...>...</textarea>
tag on the page.
Bindings | |||
---|---|---|---|
name
|
Sets the name of the |
String (get) |
|
value
*
|
Determines the text that is displayed in the text area. |
String (both) |
|
editable
|
Indicates whether the value is editable. If the binding is not supplied, a value is taken from the page environment. |
boolean (get) |
|
emptyStringValue
|
Determines the text that is displayed in the text area if there is no data from the user. This text is also returned in the value binding. |
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) |
|
escapeHtml
|
Determines whether the HTML contained in the text area is escaped. Does not affect the way the text is actually displayed in the text area by the browser. |
boolean (get) |
|
formatter
|
The formatter to be used when both rendering the string into the HTML, and parsing the string from the request. AWFormatting is a ClassExtension which covers java.text.Formatter, ariba.util.Formatter, etc. |
AWFormatting (get) |
|
isRefresh
|
Specifies that the form be submitted immediately when a change is made and the field loses focus (e.g. when the user tabs out). |
boolean (get) |
|
maxLength
|
If provided, specifies the maximum length of the text displayed in the text area. Any amount greater will be truncated. If it is 0, there is no maxLength. |
int (get) |
|
showMaxLength
|
Display the number of characters left if true and if maxLength is specified. |
boolean (get) |
|
onChange
|
Not supported? |
String (get) |
|
onKeyDown
|
Do not use this binding. This is documented here to prevent onKeyDown from being available in "otherBindings". |
String (get) |
|
placeholder
|
Placeholder text displayed to the user when value is null or empty. |
Object (get) |
|
behavior
|
For internal use: Allow for override of text field behavior. |
Object (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.aribaweb.html.AWTextArea
public class AWTextArea
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 | |
---|---|
AWTextArea()
|
Method Summary | |
---|---|
java.lang.String |
cssClass()
|
java.lang.Object |
disabled()
|
java.lang.String |
formatPlaceHolder()
|
java.lang.String |
formattedString()
|
java.lang.String |
formattedValue()
|
boolean |
isEditable()
|
boolean |
isInHighLightedErrorScope()
|
AWEncodedString |
limitTextJavaScriptString()
|
java.lang.Object |
maxLength()
|
AWEncodedString |
maxLengthIndicatorId()
|
int |
maxLengthIndicatorString()
|
AWEncodedString |
onBlurString()
|
AWEncodedString |
onKeyDownString()
|
AWEncodedString |
onPasteString()
|
void |
setFormValue(java.lang.String formValueString)
|
boolean |
showMaxLengthIndicator()
|
java.lang.String[] |
supportedBindingNames()
|
AWEncodedString |
textAreaId()
|
AWEncodedString |
textAreaName()
|
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 AWEncodedString _elementId
public AWEncodedString _textAreaId
Constructor Detail |
---|
public AWTextArea()
Method Detail |
---|
public java.lang.String[] supportedBindingNames()
supportedBindingNames
in class AWComponent
public AWEncodedString limitTextJavaScriptString()
public AWEncodedString textAreaName()
public java.lang.Object maxLength()
public java.lang.String formattedString()
public void setFormValue(java.lang.String formValueString)
public AWEncodedString textAreaId()
public AWEncodedString onKeyDownString()
public java.lang.String formattedValue()
public boolean isEditable()
public boolean isInHighLightedErrorScope()
public java.lang.Object disabled()
public boolean showMaxLengthIndicator()
public AWEncodedString maxLengthIndicatorId()
public int maxLengthIndicatorString()
public java.lang.String cssClass()
public java.lang.String formatPlaceHolder()
public AWEncodedString onBlurString()
public AWEncodedString onPasteString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |