Java Doc for JRParameter.java in  » Report » jasperreports-2.0.1 » net » sf » jasperreports » engine » 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 » Report » jasperreports 2.0.1 » net.sf.jasperreports.engine 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sf.jasperreports.engine.JRParameter

All known Subclasses:   net.sf.jasperreports.engine.base.JRBaseParameter,
JRParameter
public interface JRParameter extends JRPropertiesHolder(Code)

author:
   Teodor Danciu (teodord@users.sourceforge.net)
version:
   $Id: JRParameter.java 1759 2007-06-20 16:47:34Z lucianc $


Field Summary
final public static  StringIS_IGNORE_PAGINATION
     Whether to use pagination.
final public static  StringREPORT_CLASS_LOADER
     A java.lang.ClassLoader instance to be used during the report filling process to load resources such as images, fonts and subreport templates.
final public static  StringREPORT_CONNECTION
     A java.sql.Connection needed to run the default report query.
final public static  StringREPORT_DATA_SOURCE
     A JRDataSource instance representing the report data source.
final public static  StringREPORT_FORMAT_FACTORY
     A net.sf.jasperreports.engine.util.FormatFactory FormatFactory instance to be used during the report filling process to create instances of java.text.DateFormat to format date text fields and instances of java.text.NumberFormat to format numeric text fields.
final public static  StringREPORT_LOCALE
     A java.util.Locale instance containing the resource bundle desired locale.
final public static  StringREPORT_MAX_COUNT
     An integer allowing users to limit the datasource size.
final public static  StringREPORT_PARAMETERS_MAP
     A Map containing report parameters passed by users at fill time.
final public static  StringREPORT_RESOURCE_BUNDLE
     The java.util.ResourceBundle containing localized messages.
final public static  StringREPORT_SCRIPTLET
     A JRAbstractScriptlet containing an instance of the report scriptlet provided by the user.
final public static  StringREPORT_TEMPLATES
     A java.util.Collection collection of JRTemplate templates passed to the report at fill time.
final public static  StringREPORT_TIME_ZONE
     A java.util.TimeZone instance to use for date formatting.
final public static  StringREPORT_URL_HANDLER_FACTORY
     A java.net.URLStreamHandlerFactory instance to be used during the report filling process to handler custom URL protocols for loading resources such as images, fonts and subreport templates.
final public static  StringREPORT_VIRTUALIZER
     The JRVirtualizer JRVirtualizer to be used for page virtualization.


Method Summary
public  JRExpressiongetDefaultValueExpression()
    
public  StringgetDescription()
    
public  StringgetName()
    
public  ClassgetValueClass()
    
public  StringgetValueClassName()
    
public  booleanisForPrompting()
    
public  booleanisSystemDefined()
    
public  voidsetDescription(String description)
    

Field Detail
IS_IGNORE_PAGINATION
final public static String IS_IGNORE_PAGINATION(Code)
Whether to use pagination. If set to true the report will be generated on one long page.



REPORT_CLASS_LOADER
final public static String REPORT_CLASS_LOADER(Code)
A java.lang.ClassLoader instance to be used during the report filling process to load resources such as images, fonts and subreport templates.



REPORT_CONNECTION
final public static String REPORT_CONNECTION(Code)
A java.sql.Connection needed to run the default report query.



REPORT_DATA_SOURCE
final public static String REPORT_DATA_SOURCE(Code)
A JRDataSource instance representing the report data source. JasperReports defines some convenience implementations of JRDataSource, but users may create their own data sources for specific needs.



REPORT_FORMAT_FACTORY
final public static String REPORT_FORMAT_FACTORY(Code)
A net.sf.jasperreports.engine.util.FormatFactory FormatFactory instance to be used during the report filling process to create instances of java.text.DateFormat to format date text fields and instances of java.text.NumberFormat to format numeric text fields.



REPORT_LOCALE
final public static String REPORT_LOCALE(Code)
A java.util.Locale instance containing the resource bundle desired locale. This parameter should be used in conjunction with REPORT_RESOURCE_BUNDLE.



REPORT_MAX_COUNT
final public static String REPORT_MAX_COUNT(Code)
An integer allowing users to limit the datasource size.



REPORT_PARAMETERS_MAP
final public static String REPORT_PARAMETERS_MAP(Code)
A Map containing report parameters passed by users at fill time.



REPORT_RESOURCE_BUNDLE
final public static String REPORT_RESOURCE_BUNDLE(Code)
The java.util.ResourceBundle containing localized messages. If the resource bundle base name is specified at design time, the engine will try to load the resource bundle using specified name and locale.



REPORT_SCRIPTLET
final public static String REPORT_SCRIPTLET(Code)
A JRAbstractScriptlet containing an instance of the report scriptlet provided by the user.



REPORT_TEMPLATES
final public static String REPORT_TEMPLATES(Code)
A java.util.Collection collection of JRTemplate templates passed to the report at fill time.

These templates add to the ones specified in the report (see JRReport.getTemplates ). In the final templates list they are placed after the report templates; therefore styles from these templates can use and override styles in the report templates. They are, however, placed before the report styles hence report styles can use and override styles from these templates.




REPORT_TIME_ZONE
final public static String REPORT_TIME_ZONE(Code)
A java.util.TimeZone instance to use for date formatting.



REPORT_URL_HANDLER_FACTORY
final public static String REPORT_URL_HANDLER_FACTORY(Code)
A java.net.URLStreamHandlerFactory instance to be used during the report filling process to handler custom URL protocols for loading resources such as images, fonts and subreport templates.



REPORT_VIRTUALIZER
final public static String REPORT_VIRTUALIZER(Code)
The JRVirtualizer JRVirtualizer to be used for page virtualization. This parameter is optional.





Method Detail
getDefaultValueExpression
public JRExpression getDefaultValueExpression()(Code)



getDescription
public String getDescription()(Code)



getName
public String getName()(Code)



getValueClass
public Class getValueClass()(Code)



getValueClassName
public String getValueClassName()(Code)



isForPrompting
public boolean isForPrompting()(Code)



isSystemDefined
public boolean isSystemDefined()(Code)



setDescription
public void setDescription(String description)(Code)



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