| Class | Description |
|---|---|
| quadbase.ChartAPI.PickObj | |
| quadbase.ChartAPI.swing.PickObj |
| Method | Description |
|---|---|
| quadbase.reportdesigner.ReportElements.ReportTable.addReportCellToRow(int, ReportCell) | |
| quadbase.reportdesigner.ReportElements.ReportSection.applyTemplate(ReportSection) |
This method is not used. Use copyTemplate instead for applying another section.
|
| quadbase.reportdesigner.ReportAPI.QbReport.export(int, OutputStream, int, String, String, int, boolean) |
use export(int format, OutputStream out, int exportPage, boolean saveAllData)
instead
|
| quadbase.reportdesigner.ReportAPI.QbReport.export(int, OutputStream, String, String, int, boolean) |
use export(int format, OutputStream out, boolean saveAllData)
|
| quadbase.reportdesigner.ReportAPI.QbReport.export(int, String, String, String, int, boolean) |
use export(int format, String fileName, boolean saveAllData)
|
| quadbase.reportdesigner.ReportElements.ReportElement.getBorderThickness() | |
| quadbase.reportdesigner.ReportElements.SubReportObject.getChartPath() |
call this method from the parent QbReport
|
| quadbase.ChartAPI.DbData.getFieldName() |
Please use the getMetaData method to obtain this information
|
| quadbase.ChartAPI.swing.DbData.getFieldName() |
Please use the getMetaData method to obtain this information
|
| quadbase.reportdesigner.ReportAPI.DbData.getFieldName() |
Please use the getMetaData method to obtain this information
|
| quadbase.ChartAPI.DbData.getFieldType() |
Please use the getMetaData method to obtain this information
|
| quadbase.ChartAPI.swing.DbData.getFieldType() |
Please use the getMetaData method to obtain this information
|
| quadbase.reportdesigner.ReportAPI.DbData.getFieldType() |
Please use the getMetaData method to obtain this information
|
| quadbase.util.IDataPointSet.getGridStep(int) |
Please use getTickerStep(int colIndex) The step size of ticker should equal step
size of grid, except after label filtering for date-time chart
|
| quadbase.util.IDialPropertySet.getHandCount() |
This method is deprecated and should use getNeedleCount instead
|
| quadbase.util.IDialPropertySet.getHandLength(int) |
This method is deprecated and should use getNeedleLength instead
|
| quadbase.ChartAPI.QbChart.getHTMLParamPage(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPage(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPage(String, int) |
use QbReport.getParameterPage(String,int) instead For parameterized report,
generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPage(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPage(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPage(String, int, String) |
use QbReport.getParameterPage(String,null,int,String) instead For parameterized
report, generate the html page for user to enter the parameters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPage(String, String, int) |
use QbReport.getParameterPage(String,String,int,null) instead For parameterized
report, generate the html page for user to enter the parameters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPage(String, String, int, String) |
use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPageBlock() |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page body for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPageBlock() |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page body for user to enter the paramters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPageBlock() |
use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPageBody(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPageBody(String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPageBody(String, int) |
use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
|
| quadbase.ChartAPI.QbChart.getHTMLParamPageBody(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the parameters
|
| quadbase.ChartAPI.swing.QbChart.getHTMLParamPageBody(String, int, String) |
use QbChart.getParameterPage(String, int, String) instead For parameterized
chart, generate the html page for user to enter the paramters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPageBody(String, int, String) |
use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPageBody(String, String, int) |
use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
|
| quadbase.reportdesigner.ReportAPI.QbReport.getHTMLParamPageBody(String, String, int, String) |
use QbReport.getParameterPage(String,String,int,String) instead For parameterized
report, generate the html page body for user to enter the parameters
|
| quadbase.ChartAPI.QbChart.gethTrendLines() |
Please use gethDataLines instead
|
| quadbase.ChartAPI.swing.QbChart.gethTrendLines() |
Please use gethDataLines instead
|
| quadbase.reportdesigner.ReportElements.SubReportObject.getImagePath() |
call this method from the parent QbReport
|
| quadbase.util.IDataPointSet.getLineThickness() |
Please use getDataLineThickness() and use @link
ISecondaryChart#getDataLineThickness for secondary chart
|
| quadbase.reportdesigner.ReportElements.SubReportObject.getSubReport(boolean, boolean, boolean) |
Use getSubReport(boolean isEnterpriseServer, boolean optimizeMemory, boolean
useBackupData, IReport qbreport) instead of this method.
|
| quadbase.reportdesigner.designer.QbReportDesigner.getTemplatesDirectory() |
use getBrowseDirectories().getReportTemplatesDirectory() instead.
Returns the templates directory. Open and save dialogs will initialize to this
directory.
|
| quadbase.ChartAPI.TextString.getText() | |
| quadbase.ChartAPI.swing.TextString.getText() | |
| quadbase.ChartAPI.TextString.getxratio() | |
| quadbase.ChartAPI.swing.TextString.getxratio() | |
| quadbase.ChartAPI.TextString.getyratio() | |
| quadbase.ChartAPI.swing.TextString.getyratio() | |
| quadbase.reportdesigner.ReportAPI.QbReport.isExportToMultiPages() |
Returns whether QbReport exports a separate file for each individual page in HTML
and DHTML
|
| quadbase.reportdesigner.ReportAPI.QbReport.isForExportOnly() |
Returns whether QbReport is used only for exporting report
|
| quadbase.util.IOverlayPropertySet.isOverlayTransparent() |
Please use @link IDataPointSet#isTranslucent()
|
| quadbase.util.ITable.isTableDrawn() |
The table is always drawn when it is set to visible.
|
| quadbase.reportdesigner.ReportAPI.QbReport.isUsingIE55DHTMLRendering() | |
| quadbase.reportdesigner.ReportAPI.QbReport.pack(String) |
Packs this QbReport, along with all information stored in the .rpt file as a .pak
file. Returns the file name of the .pak file.
|
| quadbase.reportdesigner.ReportAPI.QbReport.pack(String, String) |
Packs the report stored in the .rpt file along with its sub reports, drilldown
reports, charts and images. Returns the file name of the .pak file.
|
| quadbase.reportdesigner.ReportAPI.QbReport.pack(String, String, boolean) |
Packs the report stored in the .rpt file along with its sub reports, drilldown
reports, charts and images. Returns the file name of the .pak file.
|
| quadbase.reportdesigner.ReportAPI.QbReport.pack(String, String, String, String) |
Packs the report stored in the .rpt file along with its sub reports, drilldown
reports, charts and images. Returns the file name of the .pak file.
|
| quadbase.util.ITable.refreshTable() |
The table is refreshed when the chart is refreshed. Programmers should not call
this method.
|
| quadbase.reportdesigner.ReportAPI.QbReport.removeSubReportAt(int) |
DO NOT USE THIS METHOD. For internal use only.
|
| quadbase.reportdesigner.ReportAPI.QbReport.saveAs(String, String) | |
| quadbase.reportdesigner.ReportAPI.QbReport.setApplyExcelFormat(boolean) |
As of EspressReport 3.X. All formats will be applied. Indicate whether to apply
Excel format during export
|
| quadbase.reportdesigner.ReportElements.ReportElement.setBorder(int) | |
| quadbase.reportdesigner.ReportElements.ReportGrid.setBorder(int) | |
| quadbase.reportdesigner.ReportElements.ReportLine.setBorder(int) | |
| quadbase.reportdesigner.ReportElements.ReportSection.setBorder(int) | |
| quadbase.reportdesigner.ReportElements.ReportTable.setBorder(int) | |
| quadbase.reportdesigner.ReportElements.SubReportObject.setChartPath(String) |
use setChartPath from the QbReport object.
|
| quadbase.reportdesigner.ReportAPI.QbReport.setForExportOnly(boolean) |
use optimizeMemory argument in Constructor for same purpose
|
| quadbase.reportdesigner.ReportElements.ReportCell.setFormula(String) |
Replaced by @link setFormulaObj(Formula)
|
| quadbase.ChartAPI.QbChart.setGIFEnable(String, String) |
this method has no effect - GIF export is always enabled
|
| quadbase.ChartAPI.swing.QbChart.setGIFEnable(String, String) |
this method has no effect - GIF export is always enabled
|
| quadbase.util.IDataPointSet.setGridStep(int, int) |
Please use getTickerStep(int colIndex, int size) The step size of ticker should
equal step size of grid, except after label filtering for date-time chart
|
| quadbase.util.IDialPropertySet.setHandLength(int, double) |
This method is deprecated and should use setNeedleLength instead
|
| quadbase.reportdesigner.ReportElements.SubReportObject.setImagePath(String) |
call this method from the parent QbReport
|
| quadbase.util.IDataPointSet.setLineThickness(int) |
Please use setDataLineThickness(int[] thickness) use @link
ISecondaryChart#setDataLineThickness for secondary chart
|
| quadbase.util.IOverlayPropertySet.setOverlayTransparent(boolean) |
Please use @link IDataPointSet#setTranslucent(boolean b)
|
| quadbase.reportdesigner.ReportAPI.QbReport.setRTFEncoding(String) |
All RTF files are now written using Unicode, so they support all characters with
no need to specify encoding
|
| quadbase.ChartAPI.QbChart.setScrollBarOption(int) |
This method is no longer existed. Please see quadbase.util.ICanvas.setScrollBarOption
|
| quadbase.ChartAPI.swing.QbChart.setScrollBarOption(int) |
This method is no longer existed. Please see quadbase.util.ICanvas.setScrollBarOption
|
| quadbase.util.ITable.setTableDrawn(boolean) |
The table is always drawn when it is set to visible
|
| quadbase.reportdesigner.designer.QbReportDesigner.setTemplatesDirectory(String) |
use getBrowseDirectories().setReportTemplatesDirectory(String) instead.
Set the templates directory. Open and save dialogs will initialize to this
directory. The template directory must be relative to the working directory. The
default is 'Templates/'.
|
| quadbase.ChartAPI.TextString.setText(String) | |
| quadbase.ChartAPI.swing.TextString.setText(String) | |
| quadbase.reportdesigner.ReportAPI.QbReport.setUseStyleSheet(boolean) | |
| quadbase.reportdesigner.ReportAPI.QbReport.setUsingIE55DHTMLRendering(boolean) | |
| quadbase.ChartAPI.TextString.setxratio(float) | |
| quadbase.ChartAPI.swing.TextString.setxratio(float) | |
| quadbase.ChartAPI.TextString.setyratio(float) | |
| quadbase.ChartAPI.swing.TextString.setyratio(float) | |
| quadbase.reportdesigner.ReportAPI.QbReport.unpack(String, String, String) |
unpack a .pak fie to .rpt file and write sub reports, drilldown, charts and
images to files.
|
| quadbase.reportdesigner.ReportAPI.QbReport.unpack(String, String, String, boolean) |
unpack a .pak fie to .rpt file and write sub reports, drilldown, charts and
images to files.
|
| quadbase.util.ITable.update() |
The table is updated after each method call. Programmers should not call this
method.
|
| Constructor | Description |
|---|---|
| quadbase.ChartAPI.DBInfo(Connection, String, Applet) | |
| quadbase.ChartAPI.swing.DBInfo(Connection, String, Applet) | |
| quadbase.reportdesigner.ReportAPI.DBInfo(Connection, String, Applet) | |
| quadbase.ChartAPI.DBInfo(String, String, String, String, String, Applet) | |
| quadbase.ChartAPI.swing.DBInfo(String, String, String, String, String, Applet) | |
| quadbase.reportdesigner.ReportAPI.DBInfo(String, String, String, String, String, Applet) | |
| quadbase.ChartAPI.QbChart(Applet, int, int, IResultSet, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, IResultSet, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, boolean, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, boolean, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, boolean, int[], IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, boolean, int[], IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.QbChart(Applet, int, int, String, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.swing.QbChart(Applet, int, int, String, IColumnMap, String) |
Please use the constructor having a file type argument before dataFile argument.
Use either QbChart.DATAFILE or QbChart.QUERYFILE as the file type.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IDatabaseInfo, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IResultSet, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IResultSet, IColumnMap) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, IResultSet, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, IResultSet, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, String, IColumnMap) |
Please use the constructor having a template as its last argument. Then use null
as the last argument.
|
| quadbase.ChartAPI.QbChart(Frame, int, int, String, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, int, int, String, IColumnMap, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.QbChart(Frame, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.ChartAPI.swing.QbChart(Frame, String) |
Please use the constructor having the applet parameter. Use "(Applet) null" as
the first argument.
|
| quadbase.reportdesigner.ReportAPI.QbReport(Object, int, IDatabaseInfo, ColInfo[], String, boolean, boolean) |
optimize memory export has been replaced by the Record File Export. Use
QbReport(Object parent, int reportType, IDatabaseInfo dbinfo, ColInfo[] mapping,
String template, Properties props) constructor instead.
|