jbreport.core
Class NullReportStylesheet

java.lang.Object
jbreport.core.AbstractReportElement
jbreport.core.NullReportStylesheet
- All Implemented Interfaces:
- java.lang.Cloneable, jbreport.ReportComposite, jbreport.ReportElement, jbreport.ReportStylesheet, Traversable, XMLAware
- class NullReportStylesheet
- extends AbstractReportElement
- implements jbreport.ReportStylesheet
This provides the ReportStylesheet functionality for when the stylesheet
does not do anything but return null when queried.
| Methods inherited from class jbreport.core.AbstractReportElement |
accept, assert, assertNotNull, boundParameters, breakEventNotify, clone, copy, copy, getBoundParamValue, getElement, getFactory, getList, getName, getParent, getRepository, getString, getStylesheet, getType, inOrderIterator, inOrderTraverse, loadData, postOrderIterator, postOrderTraverse, preLoadData, preOrderIterator, preOrderTraverse, setParent, setString, updateData, xmlEnd, xmlEndChild, xmlInitialize |
| Methods inherited from interface jbreport.ReportElement |
boundParameters, copy, copy, getBoundParamValue, getElement, getFactory, getList, getName, getParent, getRepository, getString, getStylesheet, getType, loadData, setParent, setString, xmlEnd, xmlEndChild, xmlInitialize |
NullReportStylesheet
NullReportStylesheet()
addElement
public void addElement(jbreport.ReportElement elem)
- Description copied from interface:
jbreport.ReportComposite
- Adds an element as a child of this element. This should be ordered in
the same way as they were inserted.
- Specified by:
addElement in interface jbreport.ReportComposite
getStyleValue
public java.lang.String getStyleValue(java.lang.String objectType,
java.lang.String className,
java.lang.String paramType)
throws jbreport.ReportException
- Description copied from interface:
jbreport.ReportStylesheet
- This method is used to lookup style values.
- Specified by:
getStyleValue in interface jbreport.ReportStylesheet