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
String
COMPONENT_MENU
final
public
static
String
COMPONENT_MENU_LAUNCH_POINT
final
public
static
String
CREATION_OF_CONCEPT_TAG
final static
String
DONT_RECORD_THIS_BRANCH
final
public
static
String
STUDIO_EDIT_INPUT
final
public
static
String
STUDIO_EDIT_INPUT_OPTION
final
public
static
String
STUDIO_EDIT_INPUT_OTHER
final
public
static
String
TOGGLE_LINK_SEPARATOR
Constructor Summary
protected
ConsoleTemplateSession
()
Method Summary
public
void
commitConsolePageContentUsage
()
final
public
static
String
getAnchorPointPartName
()
final
public
static
String
getCreationOfConceptTagPart
()
final
public
static
String
getDontRecordThisBranchPart
()
final
public
static
String
getDropDownBoxPartName
()
final
public
static
String
getFileUploadPartName
()
final
public
static
String
getHiddenFieldPartName
()
final
protected
static
String
getMacroPointerId
()
final
public
static
String
getMainToggleSectionPart
()
protected
MenuBranch
getMenuBranch
(int inIndex)
protected
HashMap
getMenuCellProps
(int inIndex)
protected
HashMap
getMenuCellStyles
(int inIndex)
public
Object
getMenuConceptTagBranch
(int inIndex)
public
int
getMenuCount
()
final
public
static
String
getMenuItemPartName
()
protected
HashMap
getMenuTableProps
(int inIndex)
protected
HashMap
getMenuTableStyles
(int inIndex)
protected
Integer
getMenuTextLimit
(int inIndex)
public
ArrayList
getMenuToggleLink
(int inIndex)
public
PageSetupContext
getPageSetupContext
()
public
String
getPreviousToggleLink
()
final
public
static
String
getTableButtonPartName
()
final
public
static
String
getTextAreaPartName
()
final
public
static
String
getTextBoxPartName
()
public
String
getToggleLink
()
public
ArrayList
getToggleLinkAsArrayList
()
final
public
static
String
getToggleLinkFromArrayList
(
ArrayList
inList)
final
public
static
ArrayList
getToggleLinkFromString
(
String
inValue)
public
ArrayList
getToggleLinkSubSectionAsList
(int inIndex)
final
protected
static
String
getWebPageViewHighlight
()
final
public
static boolean
isToggleLinkPartComponent
(
String
inLinkPart)
final
public
static boolean
isToggleLinkPartNormal
(
String
inLinkPart)
final
public
static boolean
isToggleLinkPartSection
(
String
inLinkPart)
final
public
static boolean
isToggleLinkStudioEditInput
(
String
inLinkPart)
final
public
static boolean
isToggleLinkStudioEditInputOther
(
String
inLinkPart)
public
void
popToggleLink
()
public
void
prepareConsolePageContentUsage
()
public
void
pushToggleLink
(
String
inLinkPart)
public
void
pushToggleLinkAnchorPoint
()
protected
void
pushToggleLinkComponent
(
String
inLinkPart)
public
void
pushToggleLinkCreationParameterCaller
()
public
void
pushToggleLinkDontRecordThisBranch
()
public
void
pushToggleLinkDropDownBox
()
public
void
pushToggleLinkFileUpload
()
public
void
pushToggleLinkHiddenField
()
public
void
pushToggleLinkMenuItem
()
public
void
pushToggleLinkRadioButton
()
protected
void
pushToggleLinkSection
(
String
inLinkPart)
public
void
pushToggleLinkStaticImage
()
public
void
pushToggleLinkStudioEditInput
()
public
void
pushToggleLinkStudioEditInputOther
()
public
void
pushToggleLinkTableButton
()
public
void
pushToggleLinkTagBase
()
public
void
pushToggleLinkTemplateView
()
public
void
pushToggleLinkTextArea
()
public
void
pushToggleLinkTextBase
()
public
void
pushToggleLinkTextBox
()
public
void
pushToggleLinkToggleCaller
()
public
void
pushToggleLinkTreeBase
()
public
void
pushToggleLinkWebPageViewIterativeSubSection
()
public
void
pushToggleLinkWebPageViewPopUp
()
public
void
pushToggleLinkWebPageViewPopUpCaller
()
protected
void
registerMenu
(
ArrayList
inToggleLink,
MenuBranch
inBranch,
HashMap
inTableProps,
HashMap
inTableStyles,
HashMap
inCellProps,
HashMap
inCellStyles,
Integer
inTextLimit,
Object
inCtmb)
protected
void
setToggleLink
(
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.