Java Doc for HyperLinkableReportElement.java in  » Report » iReport-2.0.5 » it » businesslogic » ireport » 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 » iReport 2.0.5 » it.businesslogic.ireport 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


it.businesslogic.ireport.HyperLinkableReportElement

All known Subclasses:   it.businesslogic.ireport.ChartReportElement2,  it.businesslogic.ireport.chart.Chart,  it.businesslogic.ireport.ImageReportElement,  it.businesslogic.ireport.TextFieldReportElement,
HyperLinkableReportElement
public interface HyperLinkableReportElement (Code)

author:
   Administrator




Method Summary
public  java.lang.StringgetAnchorNameExpression()
     Getter for property anchorNameExpression.
public  intgetBookmarkLevel()
     Getter for property bookmarkLevel.
public  java.lang.StringgetHyperlinkAnchorExpression()
     Getter for property hyperlinkAnchorExpression.
public  java.lang.StringgetHyperlinkPageExpression()
     Getter for property hyperlinkPageExpression.
public  java.lang.StringgetHyperlinkReferenceExpression()
     Getter for property hyperlinkReferenceExpression.
public  java.lang.StringgetHyperlinkTarget()
     Getter for property hyperlinkTarget.
public  java.lang.StringgetHyperlinkType()
     Getter for property hyperlinkType.
public  java.util.ListgetLinkParameters()
     Getter for property linkParameters.
public  StringgetTooltipExpression()
     Getter for property TooltipExpression.
public  voidsetAnchorNameExpression(java.lang.String anchorNameExpression)
     Setter for property anchorNameExpression.
public  voidsetBookmarkLevel(int bookmarkLevel)
     Setter for property bookmarkLevel.
public  voidsetHyperlinkAnchorExpression(java.lang.String hyperlinkAnchorExpression)
     Setter for property hyperlinkAnchorExpression.
public  voidsetHyperlinkPageExpression(java.lang.String hyperlinkPageExpression)
     Setter for property hyperlinkPageExpression.
public  voidsetHyperlinkReferenceExpression(java.lang.String hyperlinkReferenceExpression)
     Setter for property hyperlinkReferenceExpression.
public  voidsetHyperlinkTarget(java.lang.String hyperlinkTarget)
     Setter for property hyperlinkTarget.
public  voidsetHyperlinkType(java.lang.String hyperlinkType)
     Setter for property hyperlinkType.
public  voidsetLinkParameters(java.util.List linkParameters)
     Setter for property linkParameters.
public  voidsetTooltipExpression(String s)
     Setter for property TooltipExpression.



Method Detail
getAnchorNameExpression
public java.lang.String getAnchorNameExpression()(Code)
Getter for property anchorNameExpression. Value of property anchorNameExpression.



getBookmarkLevel
public int getBookmarkLevel()(Code)
Getter for property bookmarkLevel. Value of property bookmarkLevel.



getHyperlinkAnchorExpression
public java.lang.String getHyperlinkAnchorExpression()(Code)
Getter for property hyperlinkAnchorExpression. Value of property hyperlinkAnchorExpression.



getHyperlinkPageExpression
public java.lang.String getHyperlinkPageExpression()(Code)
Getter for property hyperlinkPageExpression. Value of property hyperlinkPageExpression.



getHyperlinkReferenceExpression
public java.lang.String getHyperlinkReferenceExpression()(Code)
Getter for property hyperlinkReferenceExpression. Value of property hyperlinkReferenceExpression.



getHyperlinkTarget
public java.lang.String getHyperlinkTarget()(Code)
Getter for property hyperlinkTarget. Value of property hyperlinkTarget.



getHyperlinkType
public java.lang.String getHyperlinkType()(Code)
Getter for property hyperlinkType. Value of property hyperlinkType.



getLinkParameters
public java.util.List getLinkParameters()(Code)
Getter for property linkParameters. Value of property linkParameters.



getTooltipExpression
public String getTooltipExpression()(Code)
Getter for property TooltipExpression. Value of property linkParameters.



setAnchorNameExpression
public void setAnchorNameExpression(java.lang.String anchorNameExpression)(Code)
Setter for property anchorNameExpression.
Parameters:
  anchorNameExpression - New value of property anchorNameExpression.



setBookmarkLevel
public void setBookmarkLevel(int bookmarkLevel)(Code)
Setter for property bookmarkLevel.
Parameters:
  bookmarkLevel - New value of property bookmarkLevel.



setHyperlinkAnchorExpression
public void setHyperlinkAnchorExpression(java.lang.String hyperlinkAnchorExpression)(Code)
Setter for property hyperlinkAnchorExpression.
Parameters:
  hyperlinkAnchorExpression - New value of property hyperlinkAnchorExpression.



setHyperlinkPageExpression
public void setHyperlinkPageExpression(java.lang.String hyperlinkPageExpression)(Code)
Setter for property hyperlinkPageExpression.
Parameters:
  hyperlinkPageExpression - New value of property hyperlinkPageExpression.



setHyperlinkReferenceExpression
public void setHyperlinkReferenceExpression(java.lang.String hyperlinkReferenceExpression)(Code)
Setter for property hyperlinkReferenceExpression.
Parameters:
  hyperlinkReferenceExpression - New value of property hyperlinkReferenceExpression.



setHyperlinkTarget
public void setHyperlinkTarget(java.lang.String hyperlinkTarget)(Code)
Setter for property hyperlinkTarget.
Parameters:
  hyperlinkTarget - New value of property hyperlinkTarget.



setHyperlinkType
public void setHyperlinkType(java.lang.String hyperlinkType)(Code)
Setter for property hyperlinkType.
Parameters:
  hyperlinkType - New value of property hyperlinkType.



setLinkParameters
public void setLinkParameters(java.util.List linkParameters)(Code)
Setter for property linkParameters.
Parameters:
  bookmarkLevel - New value of property linkParameters.



setTooltipExpression
public void setTooltipExpression(String s)(Code)
Setter for property TooltipExpression.
Parameters:
  bookmarkLevel - New value of property linkParameters.



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