net.sf.dc.export
Class TableToFileExporter

java.lang.Object
  extended bynet.sf.dc.export.TableToFileExporter

public class TableToFileExporter
extends java.lang.Object

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

Since:
1.3
Version:
DC0.90
Author:
Robert-Jan van der Waals

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

_PDF

public static final int _PDF
See Also:
Constant Field Values

_HTML

public static final int _HTML
See Also:
Constant Field Values
Constructor Detail

TableToFileExporter

public TableToFileExporter(DCObject[] objects,
                           int reportType)
Starts the report creation for a set of data crow objects. The creation of the report is run in a seperate thread / process.

Parameters:
objects - data crow objects to report on
reportType - HTML or PDF document type