|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.DeprecatedUINode | +--oracle.cabo.ui.BaseUINode | +--oracle.cabo.ui.BaseMutableUINode | +--oracle.cabo.ui.beans.BaseWebBean | +--oracle.cabo.ui.beans.MarlinBean | +--oracle.cabo.ui.beans.RawTextBean
The rawText control supports outputting of unescaped text. Use of this class means assuming full responsibility for generating proper HTML. Clients should strongly consider using HTMLWebBean instead of this class. In particular, this class does not attempt to encode or escape characters for NLS or HTML compliance. This class is derived from MarlinBean for backwards-compatibility only. The only methods supported are those found on BaseMutableUINode.
<rawText text=" _text_ " preText="_preText_ " postText=" _postText_" betweenText=" _betweenText_ "> <contents> <header> <link text="header info" destination="http://www.oracle.com"/> </header> </contents> </rawText>
<rawText< <contents> <hr> </contents> </rawText> <rawText> <hr> </rawText>
<rawText><![CDATA[ Here's some HTML: <a href="http://www.oracle.com">Oracle</a> and it can go <b>on and on and on</b>... ]]></rawText>
Constructor Summary | |
|
RawTextBean()
Construct an instance of the RawTextBean. |
protected |
RawTextBean(boolean ignored,
java.lang.String localName)
Construct an instance of the RawTextBean. |
|
RawTextBean(java.lang.String text)
Construct an instance of the RawTextBean. |
|
RawTextBean(java.lang.String preText,
java.lang.String text,
java.lang.String postText)
Construct an instance of the RawTextBean. |
Method Summary | |
java.lang.String |
getBetweenText()
Gets the text to be renderered between the children of this bean. |
static java.lang.String |
getBetweenText(MutableUINode bean)
Gets the text to be renderered between the children of this bean. |
java.lang.String |
getPostText()
Gets the text to be renderered after any children of this bean. |
static java.lang.String |
getPostText(MutableUINode bean)
Gets the text to be renderered after any children of this bean. |
java.lang.String |
getPreText()
Gets the text to be renderered before any children of this bean. |
static java.lang.String |
getPreText(MutableUINode bean)
Gets the text to be renderered before any children of this bean. |
java.lang.String |
getText()
Gets the text of the control. |
static java.lang.String |
getText(MutableUINode bean)
Gets the text of the control. |
static void |
setBetweenText(MutableUINode bean,
java.lang.String betweenText)
Sets the text to be renderered between the children of this bean. |
void |
setBetweenText(java.lang.String betweenText)
Sets the text to be renderered between the children of this bean. |
static void |
setPostText(MutableUINode bean,
java.lang.String postText)
Sets the text to be renderered after any children of this bean. |
void |
setPostText(java.lang.String postText)
Sets the text to be renderered after any children of this bean. |
static void |
setPreText(MutableUINode bean,
java.lang.String preText)
Sets the text to be renderered before any children of this bean. |
void |
setPreText(java.lang.String preText)
Sets the text to be renderered before any children of this bean. |
static void |
setText(MutableUINode bean,
java.lang.String text)
Sets the text of the control. |
void |
setText(java.lang.String text)
Sets the text of the control. |
Methods inherited from class oracle.cabo.ui.beans.MarlinBean |
isEqualMarlinName |
Methods inherited from class oracle.cabo.ui.BaseUINode |
getAttributeNames, getAttributeValue, getAttributeValueImpl, getChildArray, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getPreorderDescendentAttributeValue, getRawAttributeValue, getRenderedUINode, getRenderer, getRenderer, render, render, toString |
Methods inherited from class oracle.cabo.ui.DeprecatedUINode |
getAttributeValue, getChildNames, getNamedChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.cabo.ui.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Constructor Detail |
public RawTextBean()
public RawTextBean(java.lang.String text)
text
- the text of the control.public RawTextBean(java.lang.String preText, java.lang.String text, java.lang.String postText)
preText
- the text to be renderered before any
children of this bean.text
- the text of the control.postText
- the text to be renderered after any
children of this bean.protected RawTextBean(boolean ignored, java.lang.String localName)
Method Detail |
public final java.lang.String getPreText()
public final void setPreText(java.lang.String preText)
public final java.lang.String getPostText()
public final void setPostText(java.lang.String postText)
public final java.lang.String getBetweenText()
public final void setBetweenText(java.lang.String betweenText)
public final java.lang.String getText()
public final void setText(java.lang.String text)
public static java.lang.String getPreText(MutableUINode bean)
public static void setPreText(MutableUINode bean, java.lang.String preText)
public static java.lang.String getPostText(MutableUINode bean)
public static void setPostText(MutableUINode bean, java.lang.String postText)
public static java.lang.String getBetweenText(MutableUINode bean)
public static void setBetweenText(MutableUINode bean, java.lang.String betweenText)
public static java.lang.String getText(MutableUINode bean)
public static void setText(MutableUINode bean, java.lang.String text)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |