Java Doc for Field.java in  » ERP-CRM-Financial » Kuali-Financial-System » edu » iu » uis » eden » lookupable » 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 » edu.iu.uis.eden.lookupable 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   edu.iu.uis.eden.lookupable.Field

Field
public class Field implements java.io.Serializable(Code)
A field of data used by WorkflowLookupable implementations. The field is typed according to the type of field it is and how it should be rendered on the Lookupable.
See Also:   WorkflowLookupable
author:
   jhopf
author:
   rkirkend


Field Summary
final public static  StringCHECKBOX_PRESENT
    
final public static  StringCHECKBOX_VALUE_CHECKED
    
final public static  StringCHECKBOX_VALUE_UNCHECKED
    
final public static  StringCHECKBOX_YES_NO
    
final public static  StringDATEPICKER
    
final public static  StringDROPDOWN
    
final public static  StringDROPDOWN_REFRESH
    
final public static  StringHIDDEN
    
final public static  StringLOOKUP_RESULT_ONLY
    
final public static  StringMULTIBOX
    
final public static  SetMULTI_VALUE_FIELD_TYPES
    
final public static  StringQUICKFINDER
    
final public static  StringRADIO
    
final public static  SetSEARCH_RESULT_DISPLAYABLE_FIELD_TYPES
    
final public static  StringTEXT
    

Constructor Summary
public  Field()
    
public  Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String propertyValue, List fieldValidValues, String quickFinderClassNameImpl)
    
public  Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String[] propertyValues, List fieldValidValues, String quickFinderClassNameImpl)
    
public  Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String propertyValue, List fieldValidValues, String quickFinderClassNameImpl, String defaultLookupableName)
    
public  Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String[] propertyValues, List fieldValidValues, String quickFinderClassNameImpl, String defaultLookupableName)
    

Method Summary
public  voidaddDisplayParameter(String key, String value)
    
public  BooleangetAllowWildcards()
    
public  BooleangetAutoWildcardBeginning()
    
public  BooleangetAutoWildcardEnding()
    
public  StringgetCHECKBOX_PRESENT()
    
public  StringgetCHECKBOX_VALUE_CHECKED()
    
public  StringgetCHECKBOX_VALUE_UNCHECKED()
    
public  StringgetCHECKBOX_YES_NO()
    
public  BooleangetCaseSensitive()
    
public  StringgetDATEPICKER()
    
public  StringgetDROPDOWN()
    
public  StringgetDROPDOWN_REFRESH()
    
public  StringgetDefaultLookupableName()
    
public  StringgetDisplayParameterValue(String key)
    
public  Map<String, String>getDisplayParameters()
    
public  StringgetFieldDataType()
    
public  StringgetFieldHelpUrl()
    
public  StringgetFieldLabel()
    
public  StringgetFieldType()
    
public  ListgetFieldValidValues()
    
public  StringgetHIDDEN()
    
public  BooleangetHasDatePicker()
    
public  StringgetLOOKUP_RESULT_ONLY()
    
public  StringgetMULTIBOX()
    
public  StringgetMainFieldLabel()
    
public  StringgetPropertyName()
    
public  StringgetPropertyValue()
    
public  String[]getPropertyValues()
    
public  StringgetQUICKFINDER()
    
public  StringgetQuickFinderClassNameImpl()
    
public  StringgetRADIO()
    
public  BooleangetRangeFieldInclusive()
    
public  StringgetSavablePropertyName()
    
public  StringgetTEXT()
    
public  booleanisAllowingWildcards()
    
public  booleanisAutoWildcardAtBeginning()
    
public  booleanisAutoWildcardAtEnding()
    
public  booleanisCaseSensitive()
    
public  booleanisColumnVisible()
    
public  booleanisHasLookupable()
    
public  booleanisInclusive()
    
public  booleanisInputField()
     Helper method to determine if this is a field that collects data.
public  booleanisMemberOfRange()
    
public  booleanisSearchable()
    
public  booleanisUsingDatePicker()
    
public  voidpopulateFieldFromExistingField(Field existingField)
    
public  voidsetAllowWildcards(Boolean allowWildcards)
    
public  voidsetAutoWildcardBeginning(Boolean autoWildcardBeginning)
    
public  voidsetAutoWildcardEnding(Boolean autoWildcardEnding)
    
public  voidsetCaseSensitive(Boolean caseSensitive)
    
public  voidsetColumnVisible(boolean isColumnVisible)
    
public  voidsetDefaultLookupableName(String defaultLookupableName)
    
public  voidsetDisplayParameters(Map<String, String> displayParameters)
    
public  voidsetFieldDataType(String fieldDataType)
    
public  voidsetFieldHelpUrl(String fieldHelpUrl)
    
public  voidsetFieldLabel(String fieldLabel)
    
public  voidsetFieldType(String fieldType)
    
public  voidsetFieldValidValues(List fieldValidValues)
    
public  voidsetHasDatePicker(Boolean hasDatePicker)
    
public  voidsetHasLookupable(boolean hasLookupable)
    
public  voidsetMainFieldLabel(String mainFieldLabel)
    
public  voidsetMemberOfRange(boolean memberOfRange)
    
public  voidsetPropertyName(String propertyName)
    
public  voidsetPropertyValue(String propertyValue)
    
public  voidsetPropertyValues(String[] propertyValues)
    
public  voidsetQuickFinderClassNameImpl(String quickFinderClassNameImpl)
    
public  voidsetRangeFieldInclusive(Boolean rangeFieldInclusive)
    
public  voidsetSavablePropertyName(String savablePropertyName)
    
public  voidsetSearchable(boolean searchable)
    

Field Detail
CHECKBOX_PRESENT
final public static String CHECKBOX_PRESENT(Code)



CHECKBOX_VALUE_CHECKED
final public static String CHECKBOX_VALUE_CHECKED(Code)



CHECKBOX_VALUE_UNCHECKED
final public static String CHECKBOX_VALUE_UNCHECKED(Code)



CHECKBOX_YES_NO
final public static String CHECKBOX_YES_NO(Code)



DATEPICKER
final public static String DATEPICKER(Code)



DROPDOWN
final public static String DROPDOWN(Code)



DROPDOWN_REFRESH
final public static String DROPDOWN_REFRESH(Code)



HIDDEN
final public static String HIDDEN(Code)



LOOKUP_RESULT_ONLY
final public static String LOOKUP_RESULT_ONLY(Code)



MULTIBOX
final public static String MULTIBOX(Code)



MULTI_VALUE_FIELD_TYPES
final public static Set MULTI_VALUE_FIELD_TYPES(Code)



QUICKFINDER
final public static String QUICKFINDER(Code)



RADIO
final public static String RADIO(Code)



SEARCH_RESULT_DISPLAYABLE_FIELD_TYPES
final public static Set SEARCH_RESULT_DISPLAYABLE_FIELD_TYPES(Code)



TEXT
final public static String TEXT(Code)




Constructor Detail
Field
public Field()(Code)



Field
public Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String propertyValue, List fieldValidValues, String quickFinderClassNameImpl)(Code)



Field
public Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String[] propertyValues, List fieldValidValues, String quickFinderClassNameImpl)(Code)



Field
public Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String propertyValue, List fieldValidValues, String quickFinderClassNameImpl, String defaultLookupableName)(Code)



Field
public Field(String fieldLabel, String fieldHelpUrl, String fieldType, boolean hasLookupable, String propertyName, String[] propertyValues, List fieldValidValues, String quickFinderClassNameImpl, String defaultLookupableName)(Code)




Method Detail
addDisplayParameter
public void addDisplayParameter(String key, String value)(Code)



getAllowWildcards
public Boolean getAllowWildcards()(Code)
the allowWildcards



getAutoWildcardBeginning
public Boolean getAutoWildcardBeginning()(Code)
the autoWildcardBeginning



getAutoWildcardEnding
public Boolean getAutoWildcardEnding()(Code)
the autoWildcardEnding



getCHECKBOX_PRESENT
public String getCHECKBOX_PRESENT()(Code)
the cHECKBOX_PRESENT



getCHECKBOX_VALUE_CHECKED
public String getCHECKBOX_VALUE_CHECKED()(Code)
the cHECKBOX_VALUE_CHECKED



getCHECKBOX_VALUE_UNCHECKED
public String getCHECKBOX_VALUE_UNCHECKED()(Code)
the cHECKBOX_VALUE_UNCHECKED



getCHECKBOX_YES_NO
public String getCHECKBOX_YES_NO()(Code)
the cHECKBOX_YES_NO



getCaseSensitive
public Boolean getCaseSensitive()(Code)
the caseSensitive



getDATEPICKER
public String getDATEPICKER()(Code)
the dATEPICKER



getDROPDOWN
public String getDROPDOWN()(Code)
the dROPDOWN



getDROPDOWN_REFRESH
public String getDROPDOWN_REFRESH()(Code)
the dROPDOWN_REFRESH



getDefaultLookupableName
public String getDefaultLookupableName()(Code)
the defaultLookupableName



getDisplayParameterValue
public String getDisplayParameterValue(String key)(Code)



getDisplayParameters
public Map<String, String> getDisplayParameters()(Code)
the displayParameters



getFieldDataType
public String getFieldDataType()(Code)
the fieldDataType



getFieldHelpUrl
public String getFieldHelpUrl()(Code)
the fieldHelpUrl



getFieldLabel
public String getFieldLabel()(Code)
the fieldLabel



getFieldType
public String getFieldType()(Code)
the fieldType



getFieldValidValues
public List getFieldValidValues()(Code)
the fieldValidValues



getHIDDEN
public String getHIDDEN()(Code)
the hIDDEN



getHasDatePicker
public Boolean getHasDatePicker()(Code)
the hasDatePicker



getLOOKUP_RESULT_ONLY
public String getLOOKUP_RESULT_ONLY()(Code)
the lOOKUP_RESULT_ONLY



getMULTIBOX
public String getMULTIBOX()(Code)
the mULTIBOX



getMainFieldLabel
public String getMainFieldLabel()(Code)
the mainFieldLabel



getPropertyName
public String getPropertyName()(Code)
the propertyName



getPropertyValue
public String getPropertyValue()(Code)
the propertyValue



getPropertyValues
public String[] getPropertyValues()(Code)
the propertyValues



getQUICKFINDER
public String getQUICKFINDER()(Code)
the qUICKFINDER



getQuickFinderClassNameImpl
public String getQuickFinderClassNameImpl()(Code)
the quickFinderClassNameImpl



getRADIO
public String getRADIO()(Code)
the rADIO



getRangeFieldInclusive
public Boolean getRangeFieldInclusive()(Code)
the rangeFieldInclusive



getSavablePropertyName
public String getSavablePropertyName()(Code)
the savablePropertyName



getTEXT
public String getTEXT()(Code)
the tEXT



isAllowingWildcards
public boolean isAllowingWildcards()(Code)



isAutoWildcardAtBeginning
public boolean isAutoWildcardAtBeginning()(Code)



isAutoWildcardAtEnding
public boolean isAutoWildcardAtEnding()(Code)



isCaseSensitive
public boolean isCaseSensitive()(Code)



isColumnVisible
public boolean isColumnVisible()(Code)
the isColumnVisible



isHasLookupable
public boolean isHasLookupable()(Code)
the hasLookupable



isInclusive
public boolean isInclusive()(Code)



isInputField
public boolean isInputField()(Code)
Helper method to determine if this is a field that collects data.
Parameters:
  fieldType -



isMemberOfRange
public boolean isMemberOfRange()(Code)
the memberOfRange



isSearchable
public boolean isSearchable()(Code)
the searchable



isUsingDatePicker
public boolean isUsingDatePicker()(Code)



populateFieldFromExistingField
public void populateFieldFromExistingField(Field existingField)(Code)



setAllowWildcards
public void setAllowWildcards(Boolean allowWildcards)(Code)

Parameters:
  allowWildcards - the allowWildcards to set



setAutoWildcardBeginning
public void setAutoWildcardBeginning(Boolean autoWildcardBeginning)(Code)

Parameters:
  autoWildcardBeginning - the autoWildcardBeginning to set



setAutoWildcardEnding
public void setAutoWildcardEnding(Boolean autoWildcardEnding)(Code)

Parameters:
  autoWildcardEnding - the autoWildcardEnding to set



setCaseSensitive
public void setCaseSensitive(Boolean caseSensitive)(Code)

Parameters:
  caseSensitive - the caseSensitive to set



setColumnVisible
public void setColumnVisible(boolean isColumnVisible)(Code)

Parameters:
  isColumnVisible - the isColumnVisible to set



setDefaultLookupableName
public void setDefaultLookupableName(String defaultLookupableName)(Code)

Parameters:
  defaultLookupableName - the defaultLookupableName to set



setDisplayParameters
public void setDisplayParameters(Map<String, String> displayParameters)(Code)

Parameters:
  displayParameters - the displayParameters to set



setFieldDataType
public void setFieldDataType(String fieldDataType)(Code)

Parameters:
  fieldDataType - the fieldDataType to set



setFieldHelpUrl
public void setFieldHelpUrl(String fieldHelpUrl)(Code)

Parameters:
  fieldHelpUrl - the fieldHelpUrl to set



setFieldLabel
public void setFieldLabel(String fieldLabel)(Code)

Parameters:
  fieldLabel - the fieldLabel to set



setFieldType
public void setFieldType(String fieldType)(Code)

Parameters:
  fieldType - the fieldType to set



setFieldValidValues
public void setFieldValidValues(List fieldValidValues)(Code)

Parameters:
  fieldValidValues - the fieldValidValues to set



setHasDatePicker
public void setHasDatePicker(Boolean hasDatePicker)(Code)

Parameters:
  hasDatePicker - the hasDatePicker to set



setHasLookupable
public void setHasLookupable(boolean hasLookupable)(Code)

Parameters:
  hasLookupable - the hasLookupable to set



setMainFieldLabel
public void setMainFieldLabel(String mainFieldLabel)(Code)

Parameters:
  mainFieldLabel - the mainFieldLabel to set



setMemberOfRange
public void setMemberOfRange(boolean memberOfRange)(Code)

Parameters:
  memberOfRange - the memberOfRange to set



setPropertyName
public void setPropertyName(String propertyName)(Code)

Parameters:
  propertyName - the propertyName to set



setPropertyValue
public void setPropertyValue(String propertyValue)(Code)

Parameters:
  propertyValue - the propertyValue to set



setPropertyValues
public void setPropertyValues(String[] propertyValues)(Code)

Parameters:
  propertyValues - the propertyValues to set



setQuickFinderClassNameImpl
public void setQuickFinderClassNameImpl(String quickFinderClassNameImpl)(Code)

Parameters:
  quickFinderClassNameImpl - the quickFinderClassNameImpl to set



setRangeFieldInclusive
public void setRangeFieldInclusive(Boolean rangeFieldInclusive)(Code)

Parameters:
  rangeFieldInclusive - the rangeFieldInclusive to set



setSavablePropertyName
public void setSavablePropertyName(String savablePropertyName)(Code)

Parameters:
  savablePropertyName - the savablePropertyName to set



setSearchable
public void setSearchable(boolean searchable)(Code)

Parameters:
  searchable - the searchable to set



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.