|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdbreport.JDBReport
public class JDBReport
| Constructor Summary | |
|---|---|
JDBReport()
|
|
| Method Summary | |
|---|---|
static ReportDialog |
showModalReport(Window owner,
URL url,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
boolean show)
|
static ReportEditor |
showReport(File file)
Loads the report from file and shows ReportEditor window |
static ReportEditor |
showReport(File file,
Map<String,Object> dataSetList)
Loads the report from file and shows ReportEditor window |
static ReportEditor |
showReport(File file,
Map<String,Object> dataSetList,
Map<Object,Object> vars)
Loads the report from file and shows ReportEditor window |
static ReportEditor |
showReport(File file,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
boolean show)
Loads the report from file |
static ReportEditor |
showReport(URL url)
Loads the report from url and shows ReportEditor window |
static ReportEditor |
showReport(URL url,
Map<String,Object> dataSetList)
Loads the report from url and shows ReportEditor window |
static ReportEditor |
showReport(URL url,
Map<String,Object> dataSetList,
Map<Object,Object> vars)
Loads report from url and shows ReportEditor window |
static ReportEditor |
showReport(URL url,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
boolean show)
Loads the report from url |
static ReportEditor |
viewReport()
Shows empty ReportEditor window |
static ReportEditor |
viewReport(File file)
Shows ReportEditor window with report from file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBReport()
| Method Detail |
|---|
public static ReportEditor showReport(File file)
throws LoadReportException
file - report template file
LoadReportException
public static ReportEditor showReport(File file,
Map<String,Object> dataSetList)
throws LoadReportException
file - report template filedataSetList - the list of DataSets
LoadReportException
public static ReportEditor showReport(File file,
Map<String,Object> dataSetList,
Map<Object,Object> vars)
throws LoadReportException
file - report template filedataSetList - the list of DataSetsvars - the list of variables
LoadReportException
public static ReportEditor showReport(URL url)
throws LoadReportException
url - report template url
LoadReportException
public static ReportEditor showReport(URL url,
Map<String,Object> dataSetList)
throws LoadReportException
url - report template urldataSetList - the list of DataSets
LoadReportException
public static ReportEditor showReport(URL url,
Map<String,Object> dataSetList,
Map<Object,Object> vars)
throws LoadReportException
url - - report template urldataSetList - the list of DataSetsvars - var list
LoadReportException
public static ReportEditor showReport(File file,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
boolean show)
throws LoadReportException
file - report template filedataSetList - the list of DataSetsvars - the list of variablesshow - if true set visible Report window
LoadReportException
public static ReportEditor showReport(URL url,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
boolean show)
throws LoadReportException
url - report template urldataSetList - the list of DataSetsvars - the list of variablesshow - if true set visible Report window
LoadReportExceptionpublic static ReportEditor viewReport()
public static ReportEditor viewReport(File file)
file - report file
public static ReportDialog showModalReport(Window owner,
URL url,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
boolean show)
throws LoadReportException
LoadReportException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||