|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a Text component.
A TextComponent is a ContentComponent and
cannot be stored as a separate entity in the repository.
A TextComponent contains plain text. This interface provides
methods to retrieve and set the text contained within this component.
ContentComponent| Field Summary | |
static java.lang.String |
COPYRIGHT
Copyright statement |
| Method Summary | |
java.lang.String |
getText()
Returns the text contained in this component as a String. |
void |
setText(java.lang.String p_text)
Sets the plain text contained in this TextComponent. |
| Methods inherited from interface com.ibm.workplace.wcm.api.ContentComponent |
getContainer, getName |
| Field Detail |
public static final java.lang.String COPYRIGHT
| Method Detail |
public java.lang.String getText()
String.
public void setText(java.lang.String p_text)
TextComponent.
p_text - the text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||