|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The rich text area both rich text and plain text creation. It supports: bold italic underline newline multiple spaces font size font color highlight color ordered list bulleted list
| Bindings | |||
|---|---|---|---|
value
*
|
The text to be edited or displayed. In display mode, unsafe html tags are escaped. AWString can also be used (with escapeUnsafeHtml="$true") for display. |
String (both) |
|
editable
|
Determines the editability of the rich text area. |
boolean (get) |
|
readonly
|
See AWEditableRegion |
boolean (get) |
|
errorKey
|
See AWTextArea |
Object (get) |
|
emptyStringValue
|
See AWTextArea |
String (get) |
|
rows
|
See HTML textarea. Minimun is 10 rows. |
String (get) |
|
cols
|
See HTML textarea. Minimun is 69 columns. |
String (get) |
|
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.richtext.RichTextArea
public class RichTextArea
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
|---|
AWResponseGenerating.ResponseSubstitution |
| Constructor Summary | |
|---|---|
RichTextArea()
|
|
| Method Summary | |
|---|---|
int |
cols()
|
static String |
convertToPlainText(String richText)
|
String |
displayValue()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preseved with the page/session (i.e. |
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
int |
rows()
|
void |
setAreaName(AWEncodedString areaName)
|
void |
setDisplayValue(String displayValue)
|
String |
style()
|
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 String ClassName
public AWEncodedString _areaName
| Constructor Detail |
|---|
public RichTextArea()
| Method Detail |
|---|
public String[] supportedBindingNames()
supportedBindingNames in class AWComponentpublic boolean isStateless()
AWComponent
isStateless 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 void setAreaName(AWEncodedString areaName)
public String displayValue()
public void setDisplayValue(String displayValue)
public int rows()
public int cols()
public String style()
public static String convertToPlainText(String richText)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||