|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.site.content.admin.AbstractBasicContentEditorResult
public class AbstractBasicContentEditorResult
the result for the AbstractBasicContentEditor.
| Constructor Summary | |
|---|---|
AbstractBasicContentEditorResult()
|
|
| Method Summary | |
|---|---|
void |
addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
adds a attribute to the root-container of this result. |
void |
addContent(org.jdom.Content jDomContent)
adds a Content of this result. |
void |
addTimeZones()
Flag indicating whether to de-serialise time-zones for the result. |
org.jdom.Element |
deserializeToJDOM()
this will deserialize the state of the JDOMable as a JDOM
Element. |
void |
setAttachment(Attachment att)
sets the Attachement for the result. |
void |
setContent(AbstractBasicContent c)
sets the content of the result. |
void |
setMode(int i)
sets the mode for the result. |
void |
setVariant(AbstractBasicVariant<?> v)
sets the variant of the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBasicContentEditorResult()
| Method Detail |
|---|
public org.jdom.Element deserializeToJDOM()
JDOMableJDOMable as a JDOM
Element.
deserializeToJDOM in interface JDOMableElement.JDOMable.deserializeToJDOM()public final void setContent(AbstractBasicContent c)
c - the AbstractBasicContent to be setpublic final void setVariant(AbstractBasicVariant<?> v)
v - the AbstractBasicVariant to be set
public final void addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
attributeName - the name of the attributeattributeValue - the value of the attributepublic final void addContent(org.jdom.Content jDomContent)
Content of this result.
jDomContent - the Content to addpublic final void setMode(int i)
i - the mode to setpublic final void setAttachment(Attachment att)
Attachement for the result.
att - the Attachment to setpublic final void addTimeZones()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||