|
|||||||||
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 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 | |
---|---|
RichTextArea()
|
Method Summary | |
---|---|
int |
cols()
In EM. |
static java.lang.String |
convertToPlainText(java.lang.String richText)
|
java.lang.String |
displayValue()
|
boolean |
isStateless()
Overridden by AWComponent subclasses to indicate whether component instances should be preserved with the page/session (i.e. |
void |
renderResponse(AWRequestContext requestContext,
AWComponent component)
The receiver should render its content to the AWRequestContext.response() |
int |
rows()
In EM. |
void |
setAreaName(AWEncodedString areaName)
|
void |
setDisplayValue(java.lang.String displayValue)
|
java.lang.String |
style()
|
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 java.lang.String ClassName
public AWEncodedString _areaName
Constructor Detail |
---|
public RichTextArea()
Method Detail |
---|
public java.lang.String[] supportedBindingNames()
supportedBindingNames
in class AWComponent
public boolean isStateless()
AWComponent
isStateless
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 void setAreaName(AWEncodedString areaName)
public java.lang.String displayValue()
public void setDisplayValue(java.lang.String displayValue)
public int rows()
public int cols()
public java.lang.String style()
public static java.lang.String convertToPlainText(java.lang.String richText)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |