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


org.kuali.core.datadictionary.control.ControlDefinition

All known Subclasses:   org.kuali.core.datadictionary.control.ControlDefinitionBase,
ControlDefinition
public interface ControlDefinition extends DataDictionaryDefinition(Code)
ControlDefinition




Method Summary
public  IntegergetCols()
    
public  IntegergetRows()
    
public  StringgetScript()
    
public  IntegergetSize()
    
public  ClassgetValuesFinderClass()
    
public  booleanisApcSelect()
    
public  booleanisCheckbox()
    
public  booleanisCurrency()
    
public  booleanisDatePicker()
    
public  booleanisHidden()
    
public  booleanisKualiUser()
    
public  booleanisLookupHidden()
    
public  booleanisLookupReadonly()
    
public  booleanisRadio()
    
public  booleanisSelect()
    
public  booleanisText()
    
public  booleanisTextarea()
    
public  booleanisWorkflowWorkgroup()
    
public  voidsetCols(Integer cols)
     Sets the cols parameter for textarea controls.
public  voidsetDatePicker(boolean datePicker)
    
public  voidsetRows(Integer rows)
     Sets the rows parameter for textarea controls.
public  voidsetScript(String script)
    
public  voidsetSize(Integer size)
     Sets the size parameter for text controls.
public  voidsetValuesFinderClass(Class valuesFinderClass)
     Sets the Class used to retrieve the complete range of values for radiobutton and select controls.



Method Detail
getCols
public Integer getCols()(Code)
cols parameter for textarea controls.



getRows
public Integer getRows()(Code)
rows parameters for textarea controls



getScript
public String getScript()(Code)
any Script associated with this control



getSize
public Integer getSize()(Code)
size parameters for text controls



getValuesFinderClass
public Class getValuesFinderClass()(Code)
Class used to retrieve the complete range of values for radiobutton and select controls.



isApcSelect
public boolean isApcSelect()(Code)
true if this ControlDefinition instance represents an HTML select control that is tied to an APC rule



isCheckbox
public boolean isCheckbox()(Code)
true if this ControlDefinition instance represents an HTML checkbox control



isCurrency
public boolean isCurrency()(Code)
true if the ControlDefinition instance represents a currency control



isDatePicker
public boolean isDatePicker()(Code)



isHidden
public boolean isHidden()(Code)
true if this ControlDefinition instance represents an HTML hidden control



isKualiUser
public boolean isKualiUser()(Code)
true if the ControlDefinition instance represents a kualiUser control



isLookupHidden
public boolean isLookupHidden()(Code)
true if the ControlDefinition instance represents a lookupHidden control



isLookupReadonly
public boolean isLookupReadonly()(Code)
true if the ControlDefinition instance represents a lookupReadonly control



isRadio
public boolean isRadio()(Code)
true if this ControlDefinition instance represents an HTML radiobutton control



isSelect
public boolean isSelect()(Code)
true if this ControlDefinition instance represents an HTML select control



isText
public boolean isText()(Code)
true if this ControlDefinition instance represents an HTML text control



isTextarea
public boolean isTextarea()(Code)
true if this ControlDefinition instance represents an HTML textarea control



isWorkflowWorkgroup
public boolean isWorkflowWorkgroup()(Code)
true if the ControlDefinition instance represents a workflow workgroup control



setCols
public void setCols(Integer cols)(Code)
Sets the cols parameter for textarea controls.
Parameters:
  cols -



setDatePicker
public void setDatePicker(boolean datePicker)(Code)



setRows
public void setRows(Integer rows)(Code)
Sets the rows parameter for textarea controls.
Parameters:
  rows -



setScript
public void setScript(String script)(Code)
Sets the Script
Parameters:
  script -



setSize
public void setSize(Integer size)(Code)
Sets the size parameter for text controls.
Parameters:
  size -



setValuesFinderClass
public void setValuesFinderClass(Class valuesFinderClass)(Code)
Sets the Class used to retrieve the complete range of values for radiobutton and select controls.
Parameters:
  valuesFinderClass -



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.