Java Doc for KualiForm.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » core » web » struts » form » 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 » ERP CRM Financial » Kuali Financial System » org.kuali.core.web.struts.form 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.web.struts.pojo.PojoFormBase
   org.kuali.core.web.struts.form.KualiForm

All known Subclasses:   org.kuali.core.web.struts.form.InquiryForm,  org.kuali.core.web.struts.form.KualiDocumentFormBase,  org.kuali.module.financial.web.struts.form.DepositWizardForm,  org.kuali.core.web.struts.form.KualiHelpForm,  org.kuali.core.web.struts.form.QuestionPromptForm,  org.kuali.module.financial.web.struts.form.CashDrawerCorrectionForm,  org.kuali.kfs.web.struts.form.KualiBatchInputFileForm,  org.kuali.core.web.struts.form.LookupForm,  org.kuali.kfs.web.struts.form.KualiBalanceInquiryReportMenuForm,  org.kuali.module.financial.web.struts.form.CashManagementStatusForm,  org.kuali.kfs.web.struts.form.KualiBatchInputFileSetForm,
KualiForm
public class KualiForm extends PojoFormBase (Code)
This class common properites for all action forms.


Field Summary
protected  List<ExtraButton>extraButtons
    

Constructor Summary
public  KualiForm()
    

Method Summary
public  MapgetActionFormUtilMap()
    
public  KeyLabelPairgetAdditionalDocInfo1()
     Gets the additionalDocInfo1 attribute.
public  KeyLabelPairgetAdditionalDocInfo2()
     Gets the additionalDocInfo2 attribute.
public  StringgetAnchor()
    
public  intgetCurrentTabIndex()
    
public  MapgetDisplayedErrors()
    
public  ExtraButtongetExtraButton(int index)
    
public  List<ExtraButton>getExtraButtons()
    
public  HeaderNavigation[]getHeaderNavigationTabs()
     Gets the headerNavigationTabs attribute.
public  StringgetMethodToCall()
     Used by the dispatch action to determine which action method to call into.
public  StringgetNavigationCss()
     Gets the navigationCss attribute.
public  intgetNextArbitrarilyHighIndex()
    
public  StringgetRefreshCaller()
     Can be used by actions refresh method to determine what called the the refresh method.
public  StringgetTabState(String key)
    
public  Map<String, String>getTabStates()
    
public  voidincrementTabIndex()
    
public  booleanisFieldLevelHelpEnabled()
     Returns whether field level help is enabled for this form.
public  voidpopulate(HttpServletRequest request)
     Checks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request.
protected  voidpopulateFieldLevelHelpEnabled(HttpServletRequest request)
     Populates whether the each field will have field-level help associated with it.
public  voidsetActionFormUtilMap(Map validOptionsMap)
    
public  voidsetAdditionalDocInfo1(KeyLabelPair additionalDocInfo1)
     Sets the additionalDocInfo1 attribute value.
public  voidsetAdditionalDocInfo2(KeyLabelPair additionalDocInfo2)
     Sets the additionalDocInfo2 attribute value.
public  voidsetAnchor(String anchor)
    
public  voidsetCurrentTabIndex(int currentTabIndex)
    
public  voidsetExtraButton(int index, ExtraButton extraButton)
    
public  voidsetExtraButtons(List<ExtraButton> extraButtons)
    
public  voidsetFieldLevelHelpEnabled(boolean fieldLevelHelpEnabled)
    
public  voidsetHeaderNavigationTabs(HeaderNavigation[] headerNavigationTabs)
     Sets the headerNavigationTabs attribute value.
public  voidsetMethodToCall(String methodToCall)
    
public  voidsetNavigationCss(String navigationCss)
     Sets the navigationCss attribute value.
public  voidsetRefreshCaller(String refreshCaller)
    
public  voidsetTabStates(Map<String, String> tabStates)
    

Field Detail
extraButtons
protected List<ExtraButton> extraButtons(Code)




Constructor Detail
KualiForm
public KualiForm()(Code)
no args constructor which must init our tab states list




Method Detail
getActionFormUtilMap
public Map getActionFormUtilMap()(Code)
Returns the validOptionsMap.



getAdditionalDocInfo1
public KeyLabelPair getAdditionalDocInfo1()(Code)
Gets the additionalDocInfo1 attribute. Returns the additionalDocInfo1.



getAdditionalDocInfo2
public KeyLabelPair getAdditionalDocInfo2()(Code)
Gets the additionalDocInfo2 attribute. Returns the additionalDocInfo2.



getAnchor
public String getAnchor()(Code)



getCurrentTabIndex
public int getCurrentTabIndex()(Code)



getDisplayedErrors
public Map getDisplayedErrors()(Code)



getExtraButton
public ExtraButton getExtraButton(int index)(Code)



getExtraButtons
public List<ExtraButton> getExtraButtons()(Code)



getHeaderNavigationTabs
public HeaderNavigation[] getHeaderNavigationTabs()(Code)
Gets the headerNavigationTabs attribute. Returns the headerNavigationTabs.



getMethodToCall
public String getMethodToCall()(Code)
Used by the dispatch action to determine which action method to call into. Returns the methodToCall.



getNavigationCss
public String getNavigationCss()(Code)
Gets the navigationCss attribute. Returns the navigationCss.



getNextArbitrarilyHighIndex
public int getNextArbitrarilyHighIndex()(Code)



getRefreshCaller
public String getRefreshCaller()(Code)
Can be used by actions refresh method to determine what called the the refresh method. Returns the refreshCaller.



getTabState
public String getTabState(String key)(Code)
Special getter based on key to work with multi rows for tab state objects



getTabStates
public Map<String, String> getTabStates()(Code)
the tab state list



incrementTabIndex
public void incrementTabIndex()(Code)



isFieldLevelHelpEnabled
public boolean isFieldLevelHelpEnabled()(Code)
Returns whether field level help is enabled for this form.



populate
public void populate(HttpServletRequest request)(Code)
Checks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request.



populateFieldLevelHelpEnabled
protected void populateFieldLevelHelpEnabled(HttpServletRequest request)(Code)
Populates whether the each field will have field-level help associated with it. Depending on how the jsp/tags are implemented, the value populated by this method may be overruled by other settings
Parameters:
  request -



setActionFormUtilMap
public void setActionFormUtilMap(Map validOptionsMap)(Code)

Parameters:
  validOptionsMap - The validOptionsMap to set.



setAdditionalDocInfo1
public void setAdditionalDocInfo1(KeyLabelPair additionalDocInfo1)(Code)
Sets the additionalDocInfo1 attribute value.
Parameters:
  additionalDocInfo1 - The additionalDocInfo1 to set.



setAdditionalDocInfo2
public void setAdditionalDocInfo2(KeyLabelPair additionalDocInfo2)(Code)
Sets the additionalDocInfo2 attribute value.
Parameters:
  additionalDocInfo2 - The additionalDocInfo2 to set.



setAnchor
public void setAnchor(String anchor)(Code)



setCurrentTabIndex
public void setCurrentTabIndex(int currentTabIndex)(Code)



setExtraButton
public void setExtraButton(int index, ExtraButton extraButton)(Code)



setExtraButtons
public void setExtraButtons(List<ExtraButton> extraButtons)(Code)



setFieldLevelHelpEnabled
public void setFieldLevelHelpEnabled(boolean fieldLevelHelpEnabled)(Code)



setHeaderNavigationTabs
public void setHeaderNavigationTabs(HeaderNavigation[] headerNavigationTabs)(Code)
Sets the headerNavigationTabs attribute value.
Parameters:
  headerNavigationTabs - The headerNavigationTabs to set.



setMethodToCall
public void setMethodToCall(String methodToCall)(Code)

Parameters:
  methodToCall - The methodToCall to set.



setNavigationCss
public void setNavigationCss(String navigationCss)(Code)
Sets the navigationCss attribute value.
Parameters:
  navigationCss - The navigationCss to set.



setRefreshCaller
public void setRefreshCaller(String refreshCaller)(Code)

Parameters:
  refreshCaller - The refreshCaller to set.



setTabStates
public void setTabStates(Map<String, String> tabStates)(Code)
simple setter for the tab state Map
Parameters:
  tabStates -



Methods inherited from org.kuali.core.web.struts.pojo.PojoFormBase
final protected void addMaxUploadSize(String sizeString)(Code)(Java Doc)
protected void cacheUnconvertedValue(String key, Object value)(Code)(Java Doc)
protected void customInitMaxUploadSizes()(Code)(Java Doc)
public Object formatValue(Object value, String keypath, Class type)(Code)(Java Doc)
protected Class formatterClassForKeypath(String keypath)(Code)(Java Doc)
public Map getEncryptedProperties()(Code)(Java Doc)
protected Formatter getFormatter(String keypath, Class propertyType)(Code)(Java Doc)
public Map getFormatterTypes()(Code)(Java Doc)
final protected List<String> getMaxUploadSizes()(Code)(Java Doc)
protected Class getPropertyType(String keypath) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException(Code)(Java Doc)
public Map getUnconvertedValues()(Code)(Java Doc)
protected List getUnknownKeys()(Code)(Java Doc)
final protected void initMaxUploadSizes()(Code)(Java Doc)
public void populate(HttpServletRequest request)(Code)(Java Doc)
public void postprocessRequestParameters(Map requestParameters)(Code)(Java Doc)
public void processValidationFail()(Code)(Java Doc)
public void setEncryptedProperties(Map encryptedProperties)(Code)(Java Doc)
public void setFormatterType(String keypath, Class type)(Code)(Java Doc)
public void setFormatterTypes(Map formatterTypes)(Code)(Java Doc)
public void setUnconvertedValues(Map unconvertedValues)(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.