Package org.outerj.xreporter.report.instance

Object model of a report instance, this holds all data concerned to a specific report instance and leaves the rest to the report definition.

See:
          Description

Interface Summary
Report This is the public interface of report instances towards the outside world.
 

Class Summary
CheckLockedInvocationHandler This is an invocation handler that will sit between the user of the Report interface and the actual ReportImpl.
Column Column instance.
Columns Information about columns for a report-instance.
Condition A Condition in a report instance.
InputField  
InputFields A set of InputFields.
OrderBy Orderby configuration of a report instance.
Parameter  
Qbe Qbe settings for a specific report instance.
QbeCondition Special variant of Condition for usage in the QBE.
ReportImpl This class represents a Report instance.
ResetTimeoutInvocationHandler This is an invocation handler that will sit between the user of the Report interface and the actual ReportImpl.
Step A Step object represents a step in the user-interaction where parameters and conditions are gathered.
 

Package org.outerj.xreporter.report.instance Description

Object model of a report instance, this holds all data concerned to a specific report instance and leaves the rest to the report definition.