See: Description
Interface | Description |
---|---|
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.
|
IExportThreadListener | |
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
|
Class | Description |
---|---|
BarcodeFormat |
StringFormat
|
ColInfo |
When calling the QbReport Constructor with a ColInfo[] parameter, the data mapping from a data
source to a report layout is set using this ColInfo class.
|
HTMLBlock | |
ImageURLFormat |
StringFormat
|
LocaleDateTimeFormat |
This class formats and parses date and/or time values in a locale-specific way.
|
LocaleNumericFormat |
This class formats and parses numbers in a locale-specific way.
|
LogicalFormat |
LogicalFormat
|
NumericFormat |
NumericFormat
|
QueryResultSet |
A wrapper around java.sql.ResultSet/ResultSetMetaData to implement IResultSet and IRSMetaData
interfaces.
|
SimpleQueryFileInfo | |
SimpleQueryInParam | |
SimpleQueryMultiValueInParam | |
SimpleSpreadSheet |
This class provides a simple implementation for the ISpreadSheetModel interface.
|
SpreadSheetModelEvent |
This event specifies that a cell values in a SpreadSheetModel have been modified.
|
StreamResultSet |
This class implements a result set on a file of type .dat
|
StringFormat |
StringFormat
|
TextURLFormat |
StringFormat
|
XMLQueryResultSet |
This class implements a result set on a file of type .xml
|
XMLResultSet |
This class implements a result set on a file of type .xml
|