|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use com.inet.report | |
|---|---|
| com.inet.designer | Provides all classes and interfaces for the i-net Designer. |
| com.inet.problemfinder | Provides all classes and interfaces for the i-net Clear Reports Problem Finder. |
| com.inet.report | Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). |
| com.inet.report.cache | Provides all classes and interfaces for the memory, database and hard disk cache. |
| com.inet.report.certificate | Provides all classes and interfaces necessary to get the certificate used to sign the PDF files created with i-net Clear Reports. |
| com.inet.report.chart | Provides all classes for the i-net Clear Reports chart. |
| com.inet.report.chart.dataset | Provides all classes and interfaces for chart data handling. |
| com.inet.report.chart.plot | Provides all classes and interfaces for chart plot. |
| com.inet.report.config.datasource | Provides all classes that are necessary to manage the i-net Clear Reports Data Source Configurations. |
| com.inet.report.event | Provides all classes and interfaces for specific events and listeners. |
| com.inet.report.parser | Provides all classes and interface for the i-net Clear Reports XML parser. |
| com.inet.report.schedule | Provides all classes and interfaces for the i-net Scheduler. |
| com.inet.report.translation | Provides all classes and interfaces for translation and internationalization of a report. |
| Classes in com.inet.report used by com.inet.designer | |
|---|---|
| Element
The class Element is the superclass of all visible objects in
the report. |
|
| Engine
This is the i-net Clear Reports report engine. |
|
| FormulaField
This class represents a field, which value is calculated by a formula. |
|
| Group
This class represents a grouping and disposes references to group header- and group footer areas. |
|
| PromptField
This class represents a prompt, that is, a field whose value(s) are asked for from the user at runtime. |
|
| ReportException
This is the base class of the i-net Clear Reports exception hierarchy. |
|
| SQLField
This class represents a field for sql-statements. |
|
| Section
The Section class represents the sections of a report. |
|
| SummaryField
A summary field summarizes data of other fields in the report. |
|
| Classes in com.inet.report used by com.inet.problemfinder | |
|---|---|
| Engine
This is the i-net Clear Reports report engine. |
|
| Classes in com.inet.report used by com.inet.report | |
|---|---|
| AbstractFontElement
The abstract class AbstractFontElement implements
FontProperties class and extends Element. |
|
| AbstractLineElement
This class is an abstract implementation of the interface LineProperties. |
|
| AbstractPictureElement
Parent class of all elements which shows a picture. |
|
| AbstractValueElement
This class is an abstract implementation of the interface ValueProperties. |
|
| Area
The Area element of the Runtime Designer Component. |
|
| BorderProperties
Interface for elements that support properties like line style for borders, fore- and back color of the element. |
|
| Box
This class represents a box in the report. |
|
| BoxProperties
Interface for elements that displays boxes-like elements with round edges. |
|
| BySummaryOrder
BySummaryOrder saves the options for the sort by aggregate function. |
|
| CascadingSource
An implementation of this interface can be used as a parent source for a cascading prompt (see CascadingValueProvider). |
|
| Chart2
This class represents a chart element with new chart API that has been or should be drawn in a report. |
|
| CrossTab
This class represents a cross table that has been or should be drawn in a report. |
|
| CrossTabCell
This class represents container for summarize fields in a cross table. |
|
| CrossTabColumn
A CrossTabColumn holds a field which values are used for the columns of the cross table, i.e. a dayplan would use a CrossTabColumn with a time-field. |
|
| CrossTabDescriptionSection
Description section for the Crosstab. |
|
| CrossTabGridLineFormat
Represents the properties of a crosstab grid line. |
|
| CrossTabRow
A CrossTabRow holds a field that values are used for the rows of the cross table, i.e. a dayplan would use a CrossTabRow with a weekday-field. |
|
| Database
This class is a layer between a DBMS or any other data source and i-net Clear Reports. |
|
| DatabaseField
This class represents a database field. |
|
| DatabasePicture
It represents a picture that is saved in a BLOB of the database. |
|
| DatabaseTables
The class DatabaseTables is the starting point if you want to configure everything has to do
with databases, tables, connections, table joins and so on. |
|
| Datasource
A datasource represents a connection to a database. |
|
| DefaultValue
Holder for a PromptField's default value and its description. |
|
| DynamicValueProvider
Provides default values for a prompt field at run-time. |
|
| Element
The class Element is the superclass of all visible objects in
the report. |
|
| ElementContainer
The interface describes the methods to add some complex elements such as multi-section lines, charts, subreports and crosstabs to the element container. |
|
| Engine
This is the i-net Clear Reports report engine. |
|
| EngineError
This class provides information about an execution error of an Engine or a sub Engine. |
|
| EngineStatus
This class provides status information for an Engine of a main report. |
|
Field
Field is the superclass of the different types of fields which can be used in a report. |
|
| FieldElement
A FieldElement is an object like a label but the content of it comes dynamically from a field, i.e. a DatabaseField, FormulaField,
PromptField etc. |
|
| FieldPart
This class provides an object commonly known as a FieldElement, i.e. with a DatabaseField or a SummaryField. |
|
| FieldValueProvider
The FieldValueProvider takes one or two DatabaseFields and at run time provides the values in the fields as default values. |
|
| Fields
The Fields set for the Runtime Designer Component. |
|
| FontProperties
Interface for elements that displays text formatted with fonts. |
|
| FormulaField
This class represents a field, which value is calculated by a formula. |
|
| GeneralProperties
Interface for all elements that can be inserted into sections. |
|
| Group
This class represents a grouping and disposes references to group header- and group footer areas. |
|
| GroupField
The GroupField represents a group name field, which is automatically created with the creation of a Group object. |
|
| HyperlinkProperties
Interface for elements that supports links to external documents. |
|
| JavaBean
An instance of this class is an i-net Clear Reports Element that represents a Java Bean
which can be rendered to a report. |
|
| Join
A Join represents a connection between two tables. |
|
| Line
With the Line class you can draw a vertical or horizontal line anywhere in your report. |
|
| LineProperties
Interface for elements that draws lines across multiple sections. |
|
| Paragraph
The Paragraph class represents a line in a Text
and is a set of TextPart elements and FieldPart
elements. |
|
| ParagraphProperties
Interface for elements that displays lines of text. |
|
| Picture
This class represent a static picture. |
|
| PictureProperties
Interface for elements that display pictures. |
|
| PromptField
This class represents a prompt, that is, a field whose value(s) are asked for from the user at runtime. |
|
| PropertiesChecker
This is the PropertiesChecker interface. |
|
| Region
The Region class is the super class of Area and Section. |
|
| ReportComponent
This is the base class of all report components. |
|
| ReportException
This is the base class of the i-net Clear Reports exception hierarchy. |
|
| ReportProperties
The report properties describe global options for a report or sub report. |
|
| ReportServlet
This class implements the communication between the client and the engine, that create the requested report. |
|
| SQLField
This class represents a field for sql-statements. |
|
| SQLValueProvider
This implementation of DynamicValueProvider takes a given SQL statement and executes it as a query on the given data source. |
|
| Section
The Section class represents the sections of a report. |
|
| SignatureForm
This class describes the visible Signature in PDF documents, that will be shown in Adobe Reader. |
|
| SignatureProperties
This class describes the look of visible signature field: which elements will be shown in certificate details, if any, whether the subject name will be written in separate part of the signature, whether the signature field must be divided into two parts. |
|
| SimpleElementContainer
The interface describes the methods to add some elements such as Text, Box, Line, FieldElement, Picture, JavaBean and DataBasePicture to the container. |
|
| SortField
With this field you can only set the sorting of the report data. |
|
| SpecialField
The SpecialField was created for contents that's source is in the environment of the
running engine or of the engine itself. |
|
| SpecifiedOrder
This class saved the details of the specified sort order of groups |
|
| Subreport
Engines cannot hold more than one datasource, so if you need a report that uses data from two or more datasources, you have to use Subreport objects
in the report. |
|
| SubreportLink
A SubreportLink object links a field in main report with a field in subreport with use of a prompt field in the subreport. |
|
| SubreportProperties
Interface for elements that supports onDemand like subreports. |
|
| SummaryField
A summary field summarizes data of other fields in the report. |
|
| SummaryInfo
With this class SummaryInfo you can get/set the report summary info specified in the "Summary Info" of the Reports Designer or with the setXXX methods in this class. |
|
| TableSource
A TableSource is the represantation of a table, a view, a stored procedure or a SQL command. |
|
| Text
This class provides an object that represents a label. |
|
| TextInterpretationProperties
TextInterpretationProperties are implemented by any element which offer text interpretation as HTML or RTF. |
|
| TextPart
The text objects in a report are separated into parts of text, where each part has its own format, i.e. color & size. |
|
| TextProperties
Interface for all elements with text, i.e. for Text, Subreport, and FieldElement. |
|
| Trigger
A trigger is a runtime value that will be evaluated at runtime and can be accessed after a report has rendered. |
|
| Validatable
An object that is validatable. |
|
| Validity
This class hold the state of an checked object. |
|
| Validity.States
States of an object |
|
| ValueProperties
Interface for elements that display numbers, string and other types of values. |
|
| Classes in com.inet.report used by com.inet.report.cache | |
|---|---|
| Engine
This is the i-net Clear Reports report engine. |
|
| PropertiesChecker
This is the PropertiesChecker interface. |
|
| ReportException
This is the base class of the i-net Clear Reports exception hierarchy. |
|
| Classes in com.inet.report used by com.inet.report.certificate | |
|---|---|
| Engine
This is the i-net Clear Reports report engine. |
|
| Classes in com.inet.report used by com.inet.report.chart | |
|---|---|
| Chart2
This class represents a chart element with new chart API that has been or should be drawn in a report. |
|
| Classes in com.inet.report used by com.inet.report.chart.dataset | |
|---|---|
| Chart2
This class represents a chart element with new chart API that has been or should be drawn in a report. |
|
Field
Field is the superclass of the different types of fields which can be used in a report. |
|
| Group
This class represents a grouping and disposes references to group header- and group footer areas. |
|
| SummaryField
A summary field summarizes data of other fields in the report. |
|
| Classes in com.inet.report used by com.inet.report.chart.plot | |
|---|---|
| Chart2
This class represents a chart element with new chart API that has been or should be drawn in a report. |
|
| FormulaField
This class represents a field, which value is calculated by a formula. |
|
| Classes in com.inet.report used by com.inet.report.config.datasource | |
|---|---|
| ReportException
This is the base class of the i-net Clear Reports exception hierarchy. |
|
| Classes in com.inet.report used by com.inet.report.event | |
|---|---|
| Element
The class Element is the superclass of all visible objects in
the report. |
|
| Engine
This is the i-net Clear Reports report engine. |
|
| Classes in com.inet.report used by com.inet.report.parser | |
|---|---|
| ReportException
This is the base class of the i-net Clear Reports exception hierarchy. |
|
| Classes in com.inet.report used by com.inet.report.schedule | |
|---|---|
| PropertiesChecker
This is the PropertiesChecker interface. |
|
| Classes in com.inet.report used by com.inet.report.translation | |
|---|---|
| Engine
This is the i-net Clear Reports report engine. |
|
| ReportException
This is the base class of the i-net Clear Reports exception hierarchy. |
|
|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||