| |
|
| java.lang.Object com.flexive.war.beans.admin.content.ContentEditorBean com.flexive.war.beans.admin.content.InlineContentEditorBean
InlineContentEditorBean | public class InlineContentEditorBean extends ContentEditorBean implements ActionBean,Serializable(Code) | | This Bean is used for the frontpage inline editing editor.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
InlineContentEditorBean | public InlineContentEditorBean()(Code) | | |
InlineContentEditorBean | InlineContentEditorBean(boolean dummy)(Code) | | |
getClipboardContentId | public long getClipboardContentId()(Code) | | Returns the PK in the clipboard (used for cut/copy/paste function).
the PK in the clipboard |
getClipboardContentIdAsString | public String getClipboardContentIdAsString()(Code) | | Returns the PK in the clipboard as string (used for cut/copy/paste function).
the PK in the clipboard as string |
getClipboardNode | public FxTreeNode getClipboardNode()(Code) | | Returns the tree node stored in the clipboard (used for cut/copy/paste function).
the tree node stored in the clipboard |
getClipboardPage | public Long getClipboardPage()(Code) | | The page that the content was cut/copied from.
The page that the content was cut/copied from. |
getInstance | public ContentEditorBean getInstance()(Code) | | Returns the active content editor beans of the calling jsf user session,
or null id none is available at the call time
the content editor beans, or null |
getPageIsInitialized | public boolean getPageIsInitialized()(Code) | | This getter returns true exactly one time every request, and is used to write some
javascipts to the page on the first access.
true exactly one time every request |
getPasteEnabled | public boolean getPasteEnabled()(Code) | | Returns true if the paste option is available.
true if the paste option is available |
getReloadPageOnClose | public boolean getReloadPageOnClose()(Code) | | |
setDoReload | public void setDoReload(boolean doReload)(Code) | | |
setEditorType | public void setEditorType(String editorType)(Code) | | |
|
|
|