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


java.lang.Object
   net.sf.jasperreports.engine.fill.JRFillElement
      net.sf.jasperreports.engine.fill.JRFillSubreport

JRFillSubreport
public class JRFillSubreport extends JRFillElement implements JRSubreport(Code)

author:
   Teodor Danciu (teodord@users.sourceforge.net)
version:
   $Id: JRFillSubreport.java 1828 2007-08-24 13:58:43Z teodord $


Field Summary
protected  JRBaseFillersubreportFiller
    

Constructor Summary
protected  JRFillSubreport(JRBaseFiller filler, JRSubreport subreport, JRFillObjectFactory factory)
    

Method Summary
public  voidcollectExpressions(JRExpressionCollector collector)
    
protected  voidcopyValue(JRFillSubreportReturnValue returnValue)
    
protected  voidcopyValues()
     Copies the values from the subreport to the variables of the master report.
public  JRCloneablecreateClone(JRFillCloneFactory factory)
    
protected  JRSubreportReturnValuecreateDistinctCountHelperReturnValue(JRSubreportReturnValue returnValue)
    
protected  JRSubreportReturnValuecreateHelperReturnValue(JRSubreportReturnValue returnValue, String nameSuffix, byte calculation)
    
protected  voidevaluate(byte evaluation)
    
protected  voidevaluateSubreport(byte evaluation)
    
protected  JRPrintElementfill()
    
protected  voidfillSubreport()
    
public  JRExpressiongetConnectionExpression()
    
public  JRChildgetCopy(JRAbstractObjectFactory factory)
    
public  JRExpressiongetDataSourceExpression()
    
public  JRExpressiongetExpression()
    
protected  JRTemplateRectanglegetJRTemplateRectangle()
    
public  bytegetMode()
    
public static  MapgetParameterValues(JRBaseFiller filler, JRExpression parametersMapExpression, JRDatasetParameter[] subreportParameters, byte evaluation, boolean ignoreNullExpressions, boolean removeResourceBundle, boolean removeFormatFactory)
     Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
public  JRSubreportParameter[]getParameters()
    
public  JRExpressiongetParametersMapExpression()
    
protected  CollectiongetPrintElements()
    
public  JRSubreportReturnValue[]getReturnValues()
    
protected static  JRSubreportRunnerFactorygetRunnerFactory()
    
protected  voidinitSubreportFiller(JREvaluator evaluator)
    
public  BooleanisOwnUsingCache()
    
public  booleanisUsingCache()
    
protected  booleanprepare(int availableStretchHeight, boolean isOverflow)
    
protected  voidresolveElement(JRPrintElement element, byte evaluation)
    
public  voidrewind()
    
protected  voidsaveReturnVariables()
    
public  voidsetUsingCache(boolean isUsingCache)
    
public  voidsetUsingCache(Boolean isUsingCache)
    
public  booleanusesForReturnValue(String variableName)
    
public  voidwriteXml(JRXmlWriter xmlWriter)
    

Field Detail
subreportFiller
protected JRBaseFiller subreportFiller(Code)




Constructor Detail
JRFillSubreport
protected JRFillSubreport(JRBaseFiller filler, JRSubreport subreport, JRFillObjectFactory factory)(Code)




Method Detail
collectExpressions
public void collectExpressions(JRExpressionCollector collector)(Code)



copyValue
protected void copyValue(JRFillSubreportReturnValue returnValue)(Code)



copyValues
protected void copyValues()(Code)
Copies the values from the subreport to the variables of the master report.



createClone
public JRCloneable createClone(JRFillCloneFactory factory)(Code)



createDistinctCountHelperReturnValue
protected JRSubreportReturnValue createDistinctCountHelperReturnValue(JRSubreportReturnValue returnValue)(Code)



createHelperReturnValue
protected JRSubreportReturnValue createHelperReturnValue(JRSubreportReturnValue returnValue, String nameSuffix, byte calculation)(Code)



evaluate
protected void evaluate(byte evaluation) throws JRException(Code)



evaluateSubreport
protected void evaluateSubreport(byte evaluation) throws JRException(Code)



fill
protected JRPrintElement fill()(Code)



fillSubreport
protected void fillSubreport() throws JRException(Code)



getConnectionExpression
public JRExpression getConnectionExpression()(Code)



getCopy
public JRChild getCopy(JRAbstractObjectFactory factory)(Code)



getDataSourceExpression
public JRExpression getDataSourceExpression()(Code)



getExpression
public JRExpression getExpression()(Code)



getJRTemplateRectangle
protected JRTemplateRectangle getJRTemplateRectangle()(Code)



getMode
public byte getMode()(Code)



getParameterValues
public static Map getParameterValues(JRBaseFiller filler, JRExpression parametersMapExpression, JRDatasetParameter[] subreportParameters, byte evaluation, boolean ignoreNullExpressions, boolean removeResourceBundle, boolean removeFormatFactory) throws JRException(Code)
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs.
Parameters:
  filler - report filler
Parameters:
  parametersMapExpression - expression that yields bulk parameter values map
Parameters:
  subreportParameters - list of individual parameter values
Parameters:
  evaluation - evaluation type
Parameters:
  ignoreNullExpressions - whether to ignore individual parameter value expressions
Parameters:
  removeResourceBundle - whether to remove the JRParameter.REPORT_RESOURCE_BUNDLE REPORT_RESOURCE_BUNDLEvalue from the bulk values map the parameter values map
throws:
  JRException -



getParameters
public JRSubreportParameter[] getParameters()(Code)



getParametersMapExpression
public JRExpression getParametersMapExpression()(Code)



getPrintElements
protected Collection getPrintElements()(Code)



getReturnValues
public JRSubreportReturnValue[] getReturnValues()(Code)



getRunnerFactory
protected static JRSubreportRunnerFactory getRunnerFactory() throws JRException(Code)



initSubreportFiller
protected void initSubreportFiller(JREvaluator evaluator) throws JRException(Code)



isOwnUsingCache
public Boolean isOwnUsingCache()(Code)



isUsingCache
public boolean isUsingCache()(Code)



prepare
protected boolean prepare(int availableStretchHeight, boolean isOverflow) throws JRException(Code)



resolveElement
protected void resolveElement(JRPrintElement element, byte evaluation)(Code)



rewind
public void rewind() throws JRException(Code)



saveReturnVariables
protected void saveReturnVariables()(Code)



setUsingCache
public void setUsingCache(boolean isUsingCache)(Code)
JRFillSubreport.setUsingCache(Boolean)



setUsingCache
public void setUsingCache(Boolean isUsingCache)(Code)



usesForReturnValue
public boolean usesForReturnValue(String variableName)(Code)



writeXml
public void writeXml(JRXmlWriter xmlWriter) throws IOException(Code)



Fields inherited from net.sf.jasperreports.engine.fill.JRFillElement
protected JRFillBand band(Code)(Java Doc)
protected JRFillElementContainer conditionalStylesContainer(Code)(Java Doc)
protected byte currentEvaluation(Code)(Java Doc)
protected JRDefaultStyleProvider defaultStyleProvider(Code)(Java Doc)
protected Map delayedEvaluationsMap(Code)(Java Doc)
protected JRFillElementGroup elementGroup(Code)(Java Doc)
protected JRFillExpressionEvaluator expressionEvaluator(Code)(Java Doc)
protected JRBaseFiller filler(Code)(Java Doc)
protected JRStyle initStyle(Code)(Java Doc)
protected JRElement parent(Code)(Java Doc)
protected JRGroup printWhenGroupChanges(Code)(Java Doc)
protected Map templates(Code)(Java Doc)

Methods inherited from net.sf.jasperreports.engine.fill.JRFillElement
protected void addDependantElement(JRElement element)(Code)(Java Doc)
protected void collectDelayedEvaluations()(Code)(Java Doc)
protected void collectDelayedEvaluations(JRExpression expression)(Code)(Java Doc)
protected void delayedEvaluate(JRRecordedValuesPrintElement printElement, JREvaluationTime evaluationTime, byte evaluation) throws JRException(Code)(Java Doc)
abstract protected void evaluate(byte evaluation) throws JRException(Code)(Java Doc)
final protected Object evaluateExpression(JRExpression expression, byte evaluation) throws JRException(Code)(Java Doc)
protected void evaluatePrintWhenExpression(byte evaluation) throws JRException(Code)(Java Doc)
abstract protected JRPrintElement fill() throws JRException(Code)(Java Doc)
public Color getBackcolor()(Code)(Java Doc)
protected JRFillBand getBand()(Code)(Java Doc)
protected int getBandBottomY()(Code)(Java Doc)
public JRDefaultStyleProvider getDefaultStyleProvider()(Code)(Java Doc)
protected Collection getDependantElements()(Code)(Java Doc)
public JRElementGroup getElementGroup()(Code)(Java Doc)
protected byte getEvaluationTime()(Code)(Java Doc)
protected JRFillField getField(String fieldName)(Code)(Java Doc)
public Color getForecolor()(Code)(Java Doc)
protected JRElement[] getGroupElements()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public String getKey()(Code)(Java Doc)
public byte getMode()(Code)(Java Doc)
public Color getOwnBackcolor()(Code)(Java Doc)
public Color getOwnForecolor()(Code)(Java Doc)
public Byte getOwnMode()(Code)(Java Doc)
public byte getPositionType()(Code)(Java Doc)
public JRExpression getPrintWhenExpression()(Code)(Java Doc)
public JRGroup getPrintWhenGroupChanges()(Code)(Java Doc)
protected int getRelativeY()(Code)(Java Doc)
protected int getStretchHeight()(Code)(Java Doc)
public byte getStretchType()(Code)(Java Doc)
public JRStyle getStyle()(Code)(Java Doc)
public String getStyleNameReference()(Code)(Java Doc)
protected JRTemplateElement getTemplate(JRStyle style)(Code)(Java Doc)
protected JRFillVariable getVariable(String variableName)(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getX()(Code)(Java Doc)
public int getY()(Code)(Java Doc)
protected void initDelayedEvaluationPrint(JRRecordedValuesPrintElement printElement) throws JRException(Code)(Java Doc)
protected void initDelayedEvaluations()(Code)(Java Doc)
protected boolean isAlreadyPrinted()(Code)(Java Doc)
protected boolean isAutoEvaluateNow()(Code)(Java Doc)
protected boolean isEvaluateAuto()(Code)(Java Doc)
protected boolean isEvaluateNow()(Code)(Java Doc)
public boolean isPrintInFirstWholeBand()(Code)(Java Doc)
public boolean isPrintRepeatedValues()(Code)(Java Doc)
public boolean isPrintWhenDetailOverflows()(Code)(Java Doc)
protected boolean isPrintWhenExpressionNull()(Code)(Java Doc)
protected boolean isPrintWhenTrue()(Code)(Java Doc)
public boolean isRemoveLineWhenBlank()(Code)(Java Doc)
protected boolean isReprinted()(Code)(Java Doc)
protected boolean isToPrint()(Code)(Java Doc)
protected boolean isValueRepeating()(Code)(Java Doc)
protected void moveDependantElements()(Code)(Java Doc)
protected boolean prepare(int availableStretchHeight, boolean isOverflow) throws JRException(Code)(Java Doc)
protected void registerTemplate(JRStyle style, JRTemplateElement template)(Code)(Java Doc)
protected void reset()(Code)(Java Doc)
abstract protected void resolveElement(JRPrintElement element, byte evaluation) throws JRException(Code)(Java Doc)
protected void resolveElement(JRPrintElement element, byte evaluation, JREvaluationTime evaluationTime) throws JRException(Code)(Java Doc)
abstract protected void rewind() throws JRException(Code)(Java Doc)
protected void setAlreadyPrinted(boolean isAlreadyPrinted)(Code)(Java Doc)
public void setBackcolor(Color backcolor)(Code)(Java Doc)
protected void setBand(JRFillBand band)(Code)(Java Doc)
protected void setBandBottomY(int bandBottomY)(Code)(Java Doc)
protected void setConditionalStylesContainer(JRFillElementContainer conditionalStylesContainer)(Code)(Java Doc)
protected void setCurrentEvaluation(byte evaluation)(Code)(Java Doc)
public void setForecolor(Color forecolor)(Code)(Java Doc)
public void setHeight(int height)(Code)(Java Doc)
public void setMode(byte mode)(Code)(Java Doc)
public void setMode(Byte mode)(Code)(Java Doc)
public void setPositionType(byte positionType)(Code)(Java Doc)
public void setPrintInFirstWholeBand(boolean isPrint)(Code)(Java Doc)
public void setPrintRepeatedValues(boolean isPrintRepeatedValues)(Code)(Java Doc)
public void setPrintWhenDetailOverflows(boolean isPrint)(Code)(Java Doc)
protected void setPrintWhenExpressionNull(boolean isPrintWhenExpressionNull)(Code)(Java Doc)
protected void setPrintWhenTrue(boolean isPrintWhenTrue)(Code)(Java Doc)
protected void setRelativeY(int relativeY)(Code)(Java Doc)
public void setRemoveLineWhenBlank(boolean isRemoveLine)(Code)(Java Doc)
protected void setReprinted(boolean isReprinted)(Code)(Java Doc)
final protected void setShrinkable(boolean shrinkable)(Code)(Java Doc)
protected void setStretchHeight(int stretchHeight)(Code)(Java Doc)
public void setStretchType(byte stretchType)(Code)(Java Doc)
public void setStyle(JRStyle style)(Code)(Java Doc)
public void setStyleNameReference(String name)(Code)(Java Doc)
protected void setToPrint(boolean isToPrint)(Code)(Java Doc)
protected void setValueRepeating(boolean isValueRepeating)(Code)(Java Doc)
public void setWidth(int width)(Code)(Java Doc)
public void setX(int x)(Code)(Java Doc)
public void setY(int y)(Code)(Java Doc)
protected void stretchElement(int bandStretch)(Code)(Java Doc)
protected void stretchHeightFinal()(Code)(Java Doc)

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.