dori.jasper.engine.base
Class JRBaseSubreport
java.lang.Object
dori.jasper.engine.base.JRBaseElement
dori.jasper.engine.base.JRBaseSubreport
- All Implemented Interfaces:
- JRElement, JRSubreport, java.io.Serializable
- public class JRBaseSubreport
- extends JRBaseElement
- implements JRSubreport
- See Also:
- Serialized Form
Fields inherited from class dori.jasper.engine.base.JRBaseElement |
backcolor, elementGroup, forecolor, height, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, key, mode, positionType, printWhenExpression, printWhenGroupChanges, stretchType, width, x, y |
Methods inherited from class dori.jasper.engine.base.JRBaseElement |
getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface dori.jasper.engine.JRElement |
getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX |
isUsingCache
protected boolean isUsingCache
parametersMapExpression
protected JRExpression parametersMapExpression
parameters
protected JRSubreportParameter[] parameters
connectionExpression
protected JRExpression connectionExpression
dataSourceExpression
protected JRExpression dataSourceExpression
expression
protected JRExpression expression
JRBaseSubreport
protected JRBaseSubreport()
JRBaseSubreport
protected JRBaseSubreport(JRSubreport subreport,
JRBaseObjectFactory factory)
isUsingCache
public boolean isUsingCache()
- Specified by:
isUsingCache
in interface JRSubreport
setUsingCache
public void setUsingCache(boolean isUsingCache)
- Specified by:
setUsingCache
in interface JRSubreport
getParametersMapExpression
public JRExpression getParametersMapExpression()
- Specified by:
getParametersMapExpression
in interface JRSubreport
getParameters
public JRSubreportParameter[] getParameters()
- Specified by:
getParameters
in interface JRSubreport
getConnectionExpression
public JRExpression getConnectionExpression()
- Specified by:
getConnectionExpression
in interface JRSubreport
getDataSourceExpression
public JRExpression getDataSourceExpression()
- Specified by:
getDataSourceExpression
in interface JRSubreport
getExpression
public JRExpression getExpression()
- Specified by:
getExpression
in interface JRSubreport
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.