EspressChart
v 5.5

Package quadbase.common.param

Contains the classes that formats and prints the parameter page for a parameterized report or parameterized chart.

See:
          Description

Interface Summary
Param This interface represents a parameter used in a template, it can be used to retrieve information about the parameter such as name, prompt name, as well as set or get its current values.
Parameters This is an interface that is used to manipulate parameters in a (report) template.
 

Class Summary
AbstractParam  
ChartParameterPage A page that user specifies parameters for a parameterized chart.
CssClass Css Class names constants.
CssHtmlParameterPageWriter Writer that writes ParameterPage in HTML format with Cascading Style Sheet Objects and Styles embedded.
CssHtmlWriter A Writer that writes CSS supported html code
FormulaParam  
HtmlParameterPageWriter Writer that writes ParameterPage in HTML format.
HtmlWriter A Writer that writes html code
MergeParameters  
OrderedParameterSet  
ParameterGrabber  
ParameterPage A page that user specifies parameters for a parameterized report or parameterized chart.
ParameterPageWriter An Abstract Writer that writes ParameterPage
ParameterSet This class implements Parameters.
QueryParam  
QueryParamObj Query Parameter Object Contains QueryInParam as well as Parameter (sharing info) Also contains some useful variables for merging such as the reportName, parameter order in that report, and the index in that order
ReportParameterPage A page that user specifies paramters for a parameterized report Typically, the use of a ParameterPage involves a ParameterPageWriter and the code is as follows:

ReportParamSet Contains all parameters in a report.
RootQueryParam  
 

Package quadbase.common.param Description

Contains the classes that formats and prints the parameter page for a parameterized report or parameterized chart.


EspressChart
v 5.5