|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.qbe.services.worksheet.exporter.DataSourceTablePDFExporter
public class DataSourceTablePDFExporter
Field Summary | |
---|---|
static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
---|---|
DataSourceTablePDFExporter(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore,
java.text.DecimalFormat numberFormat,
java.lang.String userDateFormat)
|
Method Summary | |
---|---|
void |
buildTableContent(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore,
PdfPTable table)
Build the content of the table |
PdfPTable |
buildTableHeader(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore)
Builds the header of the table.. |
void |
export(com.lowagie.text.Document pdfDocument)
Create the object table and put it in the pdf document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static transient org.apache.log4j.Logger logger
Constructor Detail |
---|
public DataSourceTablePDFExporter(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore, java.text.DecimalFormat numberFormat, java.lang.String userDateFormat)
Method Detail |
---|
public void export(com.lowagie.text.Document pdfDocument) throws com.lowagie.text.BadElementException, com.lowagie.text.DocumentException
pdfDocument
- the destination document
com.lowagie.text.BadElementException
com.lowagie.text.DocumentException
public PdfPTable buildTableHeader(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore) throws com.lowagie.text.BadElementException
dataStore
-
com.lowagie.text.BadElementException
public void buildTableContent(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore, PdfPTable table) throws com.lowagie.text.BadElementException
dataStore
- table
- the table with the headers
com.lowagie.text.BadElementException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |