|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jasperassistant.designer.viewer.util.Compatibility
Utility methods used to maintain binary compatibility accross different JasperReports versions
Method Summary | |
static java.util.List |
getChildren(net.sf.jasperreports.engine.JRPrintElement element)
Returns children of the given print element that is potentially a container. |
static void |
setOnePagePerSheetParameter(net.sf.jasperreports.engine.export.JRXlsExporter exporter,
java.lang.Boolean value)
Sets the IS_ONE_PAGE_PER_SHEET parameter for the given xls
exporter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.List getChildren(net.sf.jasperreports.engine.JRPrintElement element)
element
- the print element
public static void setOnePagePerSheetParameter(net.sf.jasperreports.engine.export.JRXlsExporter exporter, java.lang.Boolean value)
IS_ONE_PAGE_PER_SHEET
parameter for the given xls
exporter. This allows to overcome the binary incompatibility change
introduced in JasperReports 1.2.7 when the parameter's declaration was
moved to an abstract class.
exporter
- the xls exportervalue
- the parameter's value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |