Package quadbase.common.param


package quadbase.common.param
Contains the classes that formats and prints the parameter page for a parameterized report or parameterized chart.
  • Class
    Description
    A page that user specifies parameters for a parameterized chart.
    Writer that writes ParameterPage in HTML format with Cascading Style Sheet Objects and Styles embedded.
    Writer that writes ParameterPage in HTML format.
    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.
    A page that user specifies parameters for a parameterized report or parameterized chart.
    An Abstract Writer that writes ParameterPage
    This is an interface that is used to manipulate parameters in a (report) template.
    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: