|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IEditorResponse A respnse representor: This call can be used for any kind of response free additions. Such as html or hjava scripts.
| Method Summary | |
void |
addJavaScript(java.lang.String javaScript)
Add java script code to the response. |
void |
addMessageKey(EditorMessageType messageType,
java.lang.String messageKey)
Add a message key that represented a message that will be published (formatted) to the editor user. |
void |
addMessageKey(EditorMessageType messageType,
java.lang.String messageKey,
java.lang.Object[] parameters)
Add a message key that represented a message that will be published (formatted) to the editor user. |
com.sapportals.portal.prt.component.IPortalComponentResponse |
getResponse()
Get the portal component response. |
void |
include(com.sapportals.portal.prt.pom.INode node)
Include a POM node on this response |
void |
setBeforeSaveQuestion(java.lang.String question)
Set a question that will be raised to the user When trying to save the editor content. |
void |
setClientProperty(java.lang.String key,
java.lang.String data)
Set a data associated with a key. |
| Method Detail |
public void include(com.sapportals.portal.prt.pom.INode node)
node - public void setBeforeSaveQuestion(java.lang.String question)
question - the question string (must be NLS formatted!)
public void setClientProperty(java.lang.String key,
java.lang.String data)
key - key with which the specified value is to be associated.data - data to be associated with the specified key.public com.sapportals.portal.prt.component.IPortalComponentResponse getResponse()
public void addJavaScript(java.lang.String javaScript)
javaScript - the java script code
public void addMessageKey(EditorMessageType messageType,
java.lang.String messageKey)
messageType - type of messagemessageKey - The key of the message
public void addMessageKey(EditorMessageType messageType,
java.lang.String messageKey,
java.lang.Object[] parameters)
messageType - type of messagemessageKey - The key of the messageparameters - Array of parameters taht will be used for the formatting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||