Java Doc for InlineContentEditorBean.java in  » J2EE » fleXive » com » flexive » war » beans » admin » content » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » fleXive » com.flexive.war.beans.admin.content 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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)



Constructor Summary
public  InlineContentEditorBean()
    
 InlineContentEditorBean(boolean dummy)
    

Method Summary
public  Stringcancel()
    
public  Stringdelete()
    
public  longgetClipboardContentId()
     Returns the PK in the clipboard (used for cut/copy/paste function).
public  StringgetClipboardContentIdAsString()
     Returns the PK in the clipboard as string (used for cut/copy/paste function).
public  FxTreeNodegetClipboardNode()
     Returns the tree node stored in the clipboard (used for cut/copy/paste function).
public  LonggetClipboardPage()
     The page that the content was cut/copied from.
protected  StringgetEditorPage()
    
public  StringgetEditorType()
    
public  ContentEditorBeangetInstance()
    
public  booleangetPageIsInitialized()
     This getter returns true exactly one time every request, and is used to write some javascipts to the page on the first access.
public  StringgetParseRequestParameters()
    
public  booleangetPasteEnabled()
     Returns true if the paste option is available.
public  booleangetReloadPageOnClose()
    
public  StringgetReloadUrl()
    
protected  StringgetSessionCacheId()
    
public static  InlineContentEditorBeangetSingleton()
    
protected  Stringrelease()
    
public  Stringreload()
    
public  Stringsave()
    
public  StringsaveInNewVersion()
    
public  StringsaveInSession()
    
public  voidsetDoReload(boolean doReload)
    
public  voidsetEditorType(String editorType)
    


Constructor Detail
InlineContentEditorBean
public InlineContentEditorBean()(Code)



InlineContentEditorBean
InlineContentEditorBean(boolean dummy)(Code)




Method Detail
cancel
public String cancel()(Code)



delete
public String delete()(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.



getEditorPage
protected String getEditorPage()(Code)



getEditorType
public String getEditorType()(Code)



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



getParseRequestParameters
public String getParseRequestParameters() throws FxApplicationException(Code)



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)



getReloadUrl
public String getReloadUrl()(Code)



getSessionCacheId
protected String getSessionCacheId()(Code)



getSingleton
public static InlineContentEditorBean getSingleton()(Code)



release
protected String release()(Code)



reload
public String reload()(Code)



save
public String save()(Code)



saveInNewVersion
public String saveInNewVersion()(Code)



saveInSession
public String saveInSession()(Code)



setDoReload
public void setDoReload(boolean doReload)(Code)



setEditorType
public void setEditorType(String editorType)(Code)



Fields inherited from com.flexive.war.beans.admin.content.ContentEditorBean
UploadedFile file(Code)(Java Doc)
protected boolean isDummy(Code)(Java Doc)
protected TreeEngine tree(Code)(Java Doc)

Methods inherited from com.flexive.war.beans.admin.content.ContentEditorBean
public Boolean _init()(Code)(Java Doc)
public void _initSteps()(Code)(Java Doc)
public void addChilds(ActionEvent event)(Code)(Java Doc)
public void addElement(ActionEvent event)(Code)(Java Doc)
public void addTreeNode(ActionEvent event)(Code)(Java Doc)
public void addTreeNode(long _node)(Code)(Java Doc)
public String cancel()(Code)(Java Doc)
public String compact()(Code)(Java Doc)
public String delete()(Code)(Java Doc)
public String enableEdit()(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
public ACL getAcl()(Code)(Java Doc)
public CeAddElementOptions getAddElementOptions()(Code)(Java Doc)
public FxContent getContent()(Code)(Java Doc)
public ContentEngine getContentEngine()(Code)(Java Doc)
public CeDataWrapper getData()(Code)(Java Doc)
public List<FxData> getDataList()(Code)(Java Doc)
public CeDisplayProvider getDisplay()(Code)(Java Doc)
protected static FxString getDisplay(FxAssignment ass)(Code)(Java Doc)
public List<SelectItem> getEditableTypes()(Code)(Java Doc)
public String getEditorActionName()(Code)(Java Doc)
public String getEditorActionXpath()(Code)(Java Doc)
protected String getEditorPage()(Code)(Java Doc)
public String getEditorType()(Code)(Java Doc)
public FxData getElement()(Code)(Java Doc)
public String getElements()(Code)(Java Doc)
public FxEnvironment getEnvironment()(Code)(Java Doc)
public Hashtable<String, String> getFileInputValues()(Code)(Java Doc)
public UploadedFile getFiletest()(Code)(Java Doc)
public List<FxGroupAssignment> getGroups()(Code)(Java Doc)
public long getId()(Code)(Java Doc)
public CeIdGenerator getIdGenerator()(Code)(Java Doc)
public ContentEditorBean getInstance(HttpServletRequest request)(Code)(Java Doc)
public ContentEditorBean getInstance()(Code)(Java Doc)
protected String getJsfAttributeName()(Code)(Java Doc)
public String getParseRequestParameters() throws FxApplicationException(Code)(Java Doc)
public FxPK getPk()(Code)(Java Doc)
public List<SelectItem> getPossibleWorkflowSteps()(Code)(Java Doc)
public List<FxPropertyAssignment> getProperties()(Code)(Java Doc)
protected String getSessionCacheId()(Code)(Java Doc)
public static ContentEditorBean getSingleton()(Code)(Java Doc)
public String getStep()(Code)(Java Doc)
public String getStepDescription()(Code)(Java Doc)
public FxTreeNode getTreeNode()(Code)(Java Doc)
public long getTreeNodeParent()(Code)(Java Doc)
public List<FxTreeNode> getTreeNodes()(Code)(Java Doc)
public long getType()(Code)(Java Doc)
public String getTypeDisplay()(Code)(Java Doc)
public String getUserCd()(Code)(Java Doc)
public int getVersion()(Code)(Java Doc)
public FxContentVersionInfo getVersionInfo()(Code)(Java Doc)
public String initNew()(Code)(Java Doc)
public boolean isDeleteAble()(Code)(Java Doc)
public boolean isEditAble()(Code)(Java Doc)
public boolean isInitialized()(Code)(Java Doc)
public boolean isNew()(Code)(Java Doc)
public boolean isReadOnly()(Code)(Java Doc)
public boolean isSupportSecurity()(Code)(Java Doc)
public String load()(Code)(Java Doc)
public String loadUserContent()(Code)(Java Doc)
public void moveElementDown(ActionEvent event)(Code)(Java Doc)
public void moveElementUp(ActionEvent event)(Code)(Java Doc)
public void prepareSave() throws FxApplicationException(Code)(Java Doc)
protected String release()(Code)(Java Doc)
public String reload()(Code)(Java Doc)
public void removeElement(ActionEvent event)(Code)(Java Doc)
public void removeTreeNode(ActionEvent event)(Code)(Java Doc)
public String save()(Code)(Java Doc)
public String saveInNewVersion()(Code)(Java Doc)
public String saveInSession()(Code)(Java Doc)
public void setAcl(ACL acl)(Code)(Java Doc)
public void setBinary(String xpath, FxBinary binary)(Code)(Java Doc)
public void setEditorActionName(String editorActionName)(Code)(Java Doc)
public void setEditorActionXpath(String editorActionXpath)(Code)(Java Doc)
public void setEditorType(String editorType)(Code)(Java Doc)
public void setElement(FxData elememt)(Code)(Java Doc)
public void setElements(String elements)(Code)(Java Doc)
public void setFileInputValues(Hashtable<String, String> fileInputValues)(Code)(Java Doc)
public void setFiletest(UploadedFile file)(Code)(Java Doc)
public void setId(long id)(Code)(Java Doc)
public void setPk(FxPK pk)(Code)(Java Doc)
public void setReadOnly(boolean readOnly)(Code)(Java Doc)
public void setStep(String value)(Code)(Java Doc)
public void setTreeNode(FxTreeNode treeNode)(Code)(Java Doc)
public void setTreeNodeParent(long treeNode)(Code)(Java Doc)
public void setTreeNodes(List<FxTreeNode> treeNodes)(Code)(Java Doc)
public void setType(long type)(Code)(Java Doc)
public void setVersion(int version)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.