com.groiss.reporting.export
Interface ReportingExporter


public interface ReportingExporter


Field Summary
static Pair STYLE_HIDDEN
           
 
Method Summary
 void addConfigOptions(Query q, XHTMLPage p)
           
 void export(javax.servlet.http.HttpServletResponse res, Query q, javax.swing.table.TableModel tm)
          exports the talbe model
 java.lang.String getExportName()
           
 

Field Detail

STYLE_HIDDEN

static final Pair STYLE_HIDDEN
Method Detail

getExportName

java.lang.String getExportName()
Returns:
the I18N name of the exporter

addConfigOptions

void addConfigOptions(Query q,
                      XHTMLPage p)
Parameters:
q - the query Object
p - the XHMLPage for ExportOptions

export

void export(javax.servlet.http.HttpServletResponse res,
            Query q,
            javax.swing.table.TableModel tm)
            throws java.lang.Exception
exports the talbe model

Parameters:
res -
q -
tm -
Throws:
java.lang.Exception


Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.