|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.export.TableToFileExporter
Creates a PDF or HTML document / report based on a set of data crow objects. Hidden and empty fields are not reported on. The format and layout of the document is simple and straight forward. iText is used to created the actual report
Field Summary | |
static int |
_HTML
|
static int |
_PDF
|
Constructor Summary | |
TableToFileExporter(DCObject[] objects,
int reportType)
Starts the report creation for a set of data crow objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int _PDF
public static final int _HTML
Constructor Detail |
public TableToFileExporter(DCObject[] objects, int reportType)
objects
- data crow objects to report onreportType
- HTML or PDF document type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |