|
Interface Summary |
| IAggregateConstants |
Utility class for formula to contain basic Formula Type values as constants. |
| IAlignConstants |
Utility class for cell aliginment to contain basic alignment type values as constants. |
| ICellScript |
Extend this class to create a new cell script for a report, then add an instance of
your class to a particular cell of your report table to apply the script. |
| IChart |
The interface of chart object. |
| IChartModifier |
The interface for modifying the attributes of a chart embedded in a report. |
| ICustomDefinedFunctions |
An interface that can be extended to create custom functions in the
Report Designer application. |
| ICustomParameterDateFormat |
A class implementing this interface should also implement IQueryInParam. |
| IDatabaseInfo |
This interface provides information about the database and query
related to a chart. |
| IDataSource |
This interface is used to read data into QbReport. |
| IDBProvider |
This interface gives the user a way to provide custom database information
when creating drilldown reports and subreports. |
| IDelimiterConstants |
This is to define the delimiter constants used for TXT format export |
| IDynamicImageURLGenerator |
This interface allows the user to provide a custom URL for each image or chart. |
| IDynamicReportKeyGenerator |
This interface allows the user to provide a custom URL for each report. |
| IExportConstants |
This interface contains the constants denoted the various export format. |
| IFormat |
Tagging interface for data formats. |
| IFunctionConstants |
|
| IHTMLLinksProvider |
This interface is used for users to implement their own way of providing links
between html/dhtml pages of a report. |
| IInputData |
This interface defines methods to modify the report's input data
properties, including file or database information, and accessing
individual records. |
| IParameterizedDataSource |
This interface allows user to define a Java class data source with parameters. |
| IQueryFileInfo |
IQueryFileInfo
This class extends IDatabaseInfo and is used when the database query has
one or more parameters. |
| IQueryInParam |
|
| IQueryMultiValueInParam |
This class is for parameters that may expand to multiple values. |
| IQueryParamValuesProvider |
A class implementing this interface should also implement IQueryInParam. |
| IReport |
|
| IReportTypeConstants |
This interface contains the constants used to denote the various report types. |
| IResultSet |
This interface is used to read data in a tabular form. |
| IRow |
This interface is use to read individual fields in one row of data. |
| IRSMetaData |
This interface describes the structure of a tabular data set represented
by an IResultSet interface. |
| ISpreadSheetModel |
|
| ISpreadSheetModelListener |
This defines an interface for an object that listens to changes in
an ISpreadSheetModel. |
| IStringCustomizer |
This interface is used for String Customizer displaying Japanese Characters |
| ISubReport |
This is a dummy interface for an ReportAPI.SubReport object
This is done so that ReportElements.SubReportObject does not have to import
the ReportAPI package |