Java Doc for ConsoleTemplateSession.java in  » Workflow-Engines » JFolder » org » jfolder » common » web » template » 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 » Workflow Engines » JFolder » org.jfolder.common.web.template 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jfolder.common.web.template.ConsoleTemplateSession

All known Subclasses:   org.jfolder.console.base.ConsolePageSession,
ConsoleTemplateSession
public class ConsoleTemplateSession (Code)


Field Summary
final public static  StringCOMPONENT_MENU
    
final public static  StringCOMPONENT_MENU_LAUNCH_POINT
    
final public static  StringCREATION_OF_CONCEPT_TAG
    
final static  StringDONT_RECORD_THIS_BRANCH
    
final public static  StringSTUDIO_EDIT_INPUT
    
final public static  StringSTUDIO_EDIT_INPUT_OPTION
    
final public static  StringSTUDIO_EDIT_INPUT_OTHER
    
final public static  StringTOGGLE_LINK_SEPARATOR
    

Constructor Summary
protected  ConsoleTemplateSession()
    

Method Summary
public  voidcommitConsolePageContentUsage()
    
final public static  StringgetAnchorPointPartName()
    
final public static  StringgetCreationOfConceptTagPart()
    
final public static  StringgetDontRecordThisBranchPart()
    
final public static  StringgetDropDownBoxPartName()
    
final public static  StringgetFileUploadPartName()
    
final public static  StringgetHiddenFieldPartName()
    
final protected static  StringgetMacroPointerId()
    
final public static  StringgetMainToggleSectionPart()
    
protected  MenuBranchgetMenuBranch(int inIndex)
    
protected  HashMapgetMenuCellProps(int inIndex)
    
protected  HashMapgetMenuCellStyles(int inIndex)
    
public  ObjectgetMenuConceptTagBranch(int inIndex)
    
public  intgetMenuCount()
    
final public static  StringgetMenuItemPartName()
    
protected  HashMapgetMenuTableProps(int inIndex)
    
protected  HashMapgetMenuTableStyles(int inIndex)
    
protected  IntegergetMenuTextLimit(int inIndex)
    
public  ArrayListgetMenuToggleLink(int inIndex)
    
public  PageSetupContextgetPageSetupContext()
    
public  StringgetPreviousToggleLink()
    
final public static  StringgetTableButtonPartName()
    
final public static  StringgetTextAreaPartName()
    
final public static  StringgetTextBoxPartName()
    
public  StringgetToggleLink()
    
public  ArrayListgetToggleLinkAsArrayList()
    
final public static  StringgetToggleLinkFromArrayList(ArrayList inList)
    
final public static  ArrayListgetToggleLinkFromString(String inValue)
    
public  ArrayListgetToggleLinkSubSectionAsList(int inIndex)
    
final protected static  StringgetWebPageViewHighlight()
    
final public static  booleanisToggleLinkPartComponent(String inLinkPart)
    
final public static  booleanisToggleLinkPartNormal(String inLinkPart)
    
final public static  booleanisToggleLinkPartSection(String inLinkPart)
    
final public static  booleanisToggleLinkStudioEditInput(String inLinkPart)
    
final public static  booleanisToggleLinkStudioEditInputOther(String inLinkPart)
    
public  voidpopToggleLink()
    
public  voidprepareConsolePageContentUsage()
    
public  voidpushToggleLink(String inLinkPart)
    
public  voidpushToggleLinkAnchorPoint()
    
protected  voidpushToggleLinkComponent(String inLinkPart)
    
public  voidpushToggleLinkCreationParameterCaller()
    
public  voidpushToggleLinkDontRecordThisBranch()
    
public  voidpushToggleLinkDropDownBox()
    
public  voidpushToggleLinkFileUpload()
    
public  voidpushToggleLinkHiddenField()
    
public  voidpushToggleLinkMenuItem()
    
public  voidpushToggleLinkRadioButton()
    
protected  voidpushToggleLinkSection(String inLinkPart)
    
public  voidpushToggleLinkStaticImage()
    
public  voidpushToggleLinkStudioEditInput()
    
public  voidpushToggleLinkStudioEditInputOther()
    
public  voidpushToggleLinkTableButton()
    
public  voidpushToggleLinkTagBase()
    
public  voidpushToggleLinkTemplateView()
    
public  voidpushToggleLinkTextArea()
    
public  voidpushToggleLinkTextBase()
    
public  voidpushToggleLinkTextBox()
    
public  voidpushToggleLinkToggleCaller()
    
public  voidpushToggleLinkTreeBase()
    
public  voidpushToggleLinkWebPageViewIterativeSubSection()
    
public  voidpushToggleLinkWebPageViewPopUp()
    
public  voidpushToggleLinkWebPageViewPopUpCaller()
    
protected  voidregisterMenu(ArrayList inToggleLink, MenuBranch inBranch, HashMap inTableProps, HashMap inTableStyles, HashMap inCellProps, HashMap inCellStyles, Integer inTextLimit, Object inCtmb)
    
protected  voidsetToggleLink(ArrayList inToggleLink)
    

Field Detail
COMPONENT_MENU
final public static String COMPONENT_MENU(Code)



COMPONENT_MENU_LAUNCH_POINT
final public static String COMPONENT_MENU_LAUNCH_POINT(Code)



CREATION_OF_CONCEPT_TAG
final public static String CREATION_OF_CONCEPT_TAG(Code)



DONT_RECORD_THIS_BRANCH
final static String DONT_RECORD_THIS_BRANCH(Code)



STUDIO_EDIT_INPUT
final public static String STUDIO_EDIT_INPUT(Code)



STUDIO_EDIT_INPUT_OPTION
final public static String STUDIO_EDIT_INPUT_OPTION(Code)



STUDIO_EDIT_INPUT_OTHER
final public static String STUDIO_EDIT_INPUT_OTHER(Code)



TOGGLE_LINK_SEPARATOR
final public static String TOGGLE_LINK_SEPARATOR(Code)




Constructor Detail
ConsoleTemplateSession
protected ConsoleTemplateSession()(Code)




Method Detail
commitConsolePageContentUsage
public void commitConsolePageContentUsage()(Code)



getAnchorPointPartName
final public static String getAnchorPointPartName()(Code)



getCreationOfConceptTagPart
final public static String getCreationOfConceptTagPart()(Code)



getDontRecordThisBranchPart
final public static String getDontRecordThisBranchPart()(Code)



getDropDownBoxPartName
final public static String getDropDownBoxPartName()(Code)



getFileUploadPartName
final public static String getFileUploadPartName()(Code)



getHiddenFieldPartName
final public static String getHiddenFieldPartName()(Code)



getMacroPointerId
final protected static String getMacroPointerId()(Code)



getMainToggleSectionPart
final public static String getMainToggleSectionPart()(Code)



getMenuBranch
protected MenuBranch getMenuBranch(int inIndex)(Code)



getMenuCellProps
protected HashMap getMenuCellProps(int inIndex)(Code)



getMenuCellStyles
protected HashMap getMenuCellStyles(int inIndex)(Code)



getMenuConceptTagBranch
public Object getMenuConceptTagBranch(int inIndex)(Code)



getMenuCount
public int getMenuCount()(Code)



getMenuItemPartName
final public static String getMenuItemPartName()(Code)



getMenuTableProps
protected HashMap getMenuTableProps(int inIndex)(Code)



getMenuTableStyles
protected HashMap getMenuTableStyles(int inIndex)(Code)



getMenuTextLimit
protected Integer getMenuTextLimit(int inIndex)(Code)



getMenuToggleLink
public ArrayList getMenuToggleLink(int inIndex)(Code)



getPageSetupContext
public PageSetupContext getPageSetupContext()(Code)



getPreviousToggleLink
public String getPreviousToggleLink()(Code)



getTableButtonPartName
final public static String getTableButtonPartName()(Code)



getTextAreaPartName
final public static String getTextAreaPartName()(Code)



getTextBoxPartName
final public static String getTextBoxPartName()(Code)



getToggleLink
public String getToggleLink()(Code)



getToggleLinkAsArrayList
public ArrayList getToggleLinkAsArrayList()(Code)



getToggleLinkFromArrayList
final public static String getToggleLinkFromArrayList(ArrayList inList)(Code)



getToggleLinkFromString
final public static ArrayList getToggleLinkFromString(String inValue)(Code)



getToggleLinkSubSectionAsList
public ArrayList getToggleLinkSubSectionAsList(int inIndex)(Code)



getWebPageViewHighlight
final protected static String getWebPageViewHighlight()(Code)



isToggleLinkPartComponent
final public static boolean isToggleLinkPartComponent(String inLinkPart)(Code)



isToggleLinkPartNormal
final public static boolean isToggleLinkPartNormal(String inLinkPart)(Code)



isToggleLinkPartSection
final public static boolean isToggleLinkPartSection(String inLinkPart)(Code)



isToggleLinkStudioEditInput
final public static boolean isToggleLinkStudioEditInput(String inLinkPart)(Code)



isToggleLinkStudioEditInputOther
final public static boolean isToggleLinkStudioEditInputOther(String inLinkPart)(Code)



popToggleLink
public void popToggleLink()(Code)



prepareConsolePageContentUsage
public void prepareConsolePageContentUsage()(Code)



pushToggleLink
public void pushToggleLink(String inLinkPart)(Code)



pushToggleLinkAnchorPoint
public void pushToggleLinkAnchorPoint()(Code)



pushToggleLinkComponent
protected void pushToggleLinkComponent(String inLinkPart)(Code)



pushToggleLinkCreationParameterCaller
public void pushToggleLinkCreationParameterCaller()(Code)



pushToggleLinkDontRecordThisBranch
public void pushToggleLinkDontRecordThisBranch()(Code)



pushToggleLinkDropDownBox
public void pushToggleLinkDropDownBox()(Code)



pushToggleLinkFileUpload
public void pushToggleLinkFileUpload()(Code)



pushToggleLinkHiddenField
public void pushToggleLinkHiddenField()(Code)



pushToggleLinkMenuItem
public void pushToggleLinkMenuItem()(Code)



pushToggleLinkRadioButton
public void pushToggleLinkRadioButton()(Code)



pushToggleLinkSection
protected void pushToggleLinkSection(String inLinkPart)(Code)



pushToggleLinkStaticImage
public void pushToggleLinkStaticImage()(Code)



pushToggleLinkStudioEditInput
public void pushToggleLinkStudioEditInput()(Code)



pushToggleLinkStudioEditInputOther
public void pushToggleLinkStudioEditInputOther()(Code)



pushToggleLinkTableButton
public void pushToggleLinkTableButton()(Code)



pushToggleLinkTagBase
public void pushToggleLinkTagBase()(Code)



pushToggleLinkTemplateView
public void pushToggleLinkTemplateView()(Code)



pushToggleLinkTextArea
public void pushToggleLinkTextArea()(Code)



pushToggleLinkTextBase
public void pushToggleLinkTextBase()(Code)



pushToggleLinkTextBox
public void pushToggleLinkTextBox()(Code)



pushToggleLinkToggleCaller
public void pushToggleLinkToggleCaller()(Code)



pushToggleLinkTreeBase
public void pushToggleLinkTreeBase()(Code)



pushToggleLinkWebPageViewIterativeSubSection
public void pushToggleLinkWebPageViewIterativeSubSection()(Code)



pushToggleLinkWebPageViewPopUp
public void pushToggleLinkWebPageViewPopUp()(Code)



pushToggleLinkWebPageViewPopUpCaller
public void pushToggleLinkWebPageViewPopUpCaller()(Code)



registerMenu
protected void registerMenu(ArrayList inToggleLink, MenuBranch inBranch, HashMap inTableProps, HashMap inTableStyles, HashMap inCellProps, HashMap inCellStyles, Integer inTextLimit, Object inCtmb)(Code)



setToggleLink
protected void setToggleLink(ArrayList inToggleLink)(Code)



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.