Java Doc for CreationParameterContext.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.CreationParameterContext

CreationParameterContext
public class CreationParameterContext implements ConsoleParameterContext(Code)


Field Summary
final protected static  StringCONSOLE_CREATION_PARAMETER_COUNT
    
final protected static  StringCONSOLE_CREATION_PARAMETER_TYPE_PREFIX
    
final protected static  StringCONSOLE_CREATION_REPLACE_PARAMETERS
    
final protected static  StringCONSOLE_CREATION_STRUCTURE_PREFIX
    
final protected static  StringCONSOLE_CREATION_SUBMIT_ONE
    
final protected static  StringCONSOLE_CREATION_SUBMIT_TWO
    
final public static  IntegerTYPE_BUTTON
    
final public static  IntegerTYPE_EXCLUSIVE_SELECT
    
final public static  IntegerTYPE_FILE_UPLOAD
    
final public static  IntegerTYPE_HIDDEN_BOX
    
final public static  IntegerTYPE_INCLUSIVE_SELECT
    
final public static  IntegerTYPE_TEXT_AREA
    
final public static  IntegerTYPE_TEXT_BOX
    


Method Summary
public  voidaddInputAsButton(Integer inIndex, String inLabel, String inScript)
    
public  voidaddInputAsExclusive(Integer inIndex, String inLabel, String inList, String inListLabels)
    
public  voidaddInputAsFileUpload(Integer inIndex, String inLabel)
    
public  voidaddInputAsHiddenBox(Integer inIndex, String inValue)
    
public  voidaddInputAsInclusive(Integer inIndex, String inLabel, String inList, String inListLabels, String inT)
    
public  voidaddInputAsTextArea(Integer inIndex, String inLabel, String inValue)
    
public  voidaddInputAsTextBox(Integer inIndex, String inLabel, String inValue)
    
public  voidaddInputAsVariable(Integer inIndex, String inLabel, Class inClass)
    
public  voidaddUnformattedInput(Integer inIndex, Integer inType, String inLabel, String inValue, String inList, String inListLabels)
    
public  voidaddUnformattedInput(Integer inIndex, String inType, String inLabel, String inValue, String inList, String inListLabels)
    
public  StringcreateParameterCall()
    
public  booleanequals(Object inObj)
    
final public static  StringgetBaseId()
    
final public static  StringgetButtonFromTypeButton(int inIndex)
    
final public static  StringgetCancelText()
    
final public static  StringgetCreationSubmit(SubmitActionContext inSac, boolean inReplaceParameters, int inParameterCount)
    
final public static  StringgetDropDownBoxFromTypeSelectExclusive(int inIndex)
    
final public static  StringgetDropDownBoxFromTypeSelectInclusive(int inIndex)
    
final public static  StringgetFileUploadFromTypeFileUpload(int inIndex)
    
final public static  StringgetHiddenBoxFromTypeHiddenBox(int inIndex)
    
final public static  StringgetOtherFromTypeButton(int inIndex)
    
final public static  StringgetTextAreaFromTypeTextArea(int inIndex)
    
final public static  StringgetTextBoxFromTypeSelectInclusive(int inIndex)
    
final public static  StringgetTextBoxFromTypeTextBox(int inIndex)
    
public  inthashCode()
    
final public static  CreationParameterContextnewInstance(String inTopLabel, SubmitActionContext inSac, boolean inReplaceParams, boolean inShowSubmitTwo)
    
final public static  CreationParameterContextnewInstance(String inTopLabel, String inAction, boolean inReplaceParams, boolean inShowSubmitTwo)
    
final public static  CreationParameterContextnewInstance(String inTopLabel, SubmitActionContext inSac, boolean inReplaceParams, boolean inShowSubmitTwo, boolean inUseQuotes)
    
final public static  CreationParameterContextnewInstance(String inTopLabel, String inAction, boolean inReplaceParams, boolean inShowSubmitTwo, boolean inUseQuotes)
    
final public static  StringprepareItems(String inItems)
    
final public static  voidrenderConceptTagCreationFunction(ConsoleTemplateContext inCtc)
    
final public static  voidrenderConceptTagCreationObject(ConsoleTemplateContext inCtc, ConsoleTemplateSession inCts)
    

Field Detail
CONSOLE_CREATION_PARAMETER_COUNT
final protected static String CONSOLE_CREATION_PARAMETER_COUNT(Code)



CONSOLE_CREATION_PARAMETER_TYPE_PREFIX
final protected static String CONSOLE_CREATION_PARAMETER_TYPE_PREFIX(Code)



CONSOLE_CREATION_REPLACE_PARAMETERS
final protected static String CONSOLE_CREATION_REPLACE_PARAMETERS(Code)



CONSOLE_CREATION_STRUCTURE_PREFIX
final protected static String CONSOLE_CREATION_STRUCTURE_PREFIX(Code)



CONSOLE_CREATION_SUBMIT_ONE
final protected static String CONSOLE_CREATION_SUBMIT_ONE(Code)



CONSOLE_CREATION_SUBMIT_TWO
final protected static String CONSOLE_CREATION_SUBMIT_TWO(Code)



TYPE_BUTTON
final public static Integer TYPE_BUTTON(Code)



TYPE_EXCLUSIVE_SELECT
final public static Integer TYPE_EXCLUSIVE_SELECT(Code)



TYPE_FILE_UPLOAD
final public static Integer TYPE_FILE_UPLOAD(Code)



TYPE_HIDDEN_BOX
final public static Integer TYPE_HIDDEN_BOX(Code)



TYPE_INCLUSIVE_SELECT
final public static Integer TYPE_INCLUSIVE_SELECT(Code)



TYPE_TEXT_AREA
final public static Integer TYPE_TEXT_AREA(Code)



TYPE_TEXT_BOX
final public static Integer TYPE_TEXT_BOX(Code)





Method Detail
addInputAsButton
public void addInputAsButton(Integer inIndex, String inLabel, String inScript)(Code)



addInputAsExclusive
public void addInputAsExclusive(Integer inIndex, String inLabel, String inList, String inListLabels)(Code)



addInputAsFileUpload
public void addInputAsFileUpload(Integer inIndex, String inLabel)(Code)



addInputAsHiddenBox
public void addInputAsHiddenBox(Integer inIndex, String inValue)(Code)



addInputAsInclusive
public void addInputAsInclusive(Integer inIndex, String inLabel, String inList, String inListLabels, String inT)(Code)



addInputAsTextArea
public void addInputAsTextArea(Integer inIndex, String inLabel, String inValue)(Code)



addInputAsTextBox
public void addInputAsTextBox(Integer inIndex, String inLabel, String inValue)(Code)



addInputAsVariable
public void addInputAsVariable(Integer inIndex, String inLabel, Class inClass)(Code)



addUnformattedInput
public void addUnformattedInput(Integer inIndex, Integer inType, String inLabel, String inValue, String inList, String inListLabels)(Code)



addUnformattedInput
public void addUnformattedInput(Integer inIndex, String inType, String inLabel, String inValue, String inList, String inListLabels)(Code)



createParameterCall
public String createParameterCall() throws IOException(Code)



equals
public boolean equals(Object inObj)(Code)



getBaseId
final public static String getBaseId()(Code)



getButtonFromTypeButton
final public static String getButtonFromTypeButton(int inIndex)(Code)



getCancelText
final public static String getCancelText()(Code)



getCreationSubmit
final public static String getCreationSubmit(SubmitActionContext inSac, boolean inReplaceParameters, int inParameterCount)(Code)



getDropDownBoxFromTypeSelectExclusive
final public static String getDropDownBoxFromTypeSelectExclusive(int inIndex)(Code)



getDropDownBoxFromTypeSelectInclusive
final public static String getDropDownBoxFromTypeSelectInclusive(int inIndex)(Code)



getFileUploadFromTypeFileUpload
final public static String getFileUploadFromTypeFileUpload(int inIndex)(Code)



getHiddenBoxFromTypeHiddenBox
final public static String getHiddenBoxFromTypeHiddenBox(int inIndex)(Code)



getOtherFromTypeButton
final public static String getOtherFromTypeButton(int inIndex)(Code)



getTextAreaFromTypeTextArea
final public static String getTextAreaFromTypeTextArea(int inIndex)(Code)



getTextBoxFromTypeSelectInclusive
final public static String getTextBoxFromTypeSelectInclusive(int inIndex)(Code)



getTextBoxFromTypeTextBox
final public static String getTextBoxFromTypeTextBox(int inIndex)(Code)



hashCode
public int hashCode()(Code)



newInstance
final public static CreationParameterContext newInstance(String inTopLabel, SubmitActionContext inSac, boolean inReplaceParams, boolean inShowSubmitTwo)(Code)



newInstance
final public static CreationParameterContext newInstance(String inTopLabel, String inAction, boolean inReplaceParams, boolean inShowSubmitTwo)(Code)



newInstance
final public static CreationParameterContext newInstance(String inTopLabel, SubmitActionContext inSac, boolean inReplaceParams, boolean inShowSubmitTwo, boolean inUseQuotes)(Code)



newInstance
final public static CreationParameterContext newInstance(String inTopLabel, String inAction, boolean inReplaceParams, boolean inShowSubmitTwo, boolean inUseQuotes)(Code)



prepareItems
final public static String prepareItems(String inItems)(Code)



renderConceptTagCreationFunction
final public static void renderConceptTagCreationFunction(ConsoleTemplateContext inCtc) throws IOException(Code)



renderConceptTagCreationObject
final public static void renderConceptTagCreationObject(ConsoleTemplateContext inCtc, ConsoleTemplateSession inCts) throws IOException(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.