Class ParameterDataRow

java.lang.Object
org.jfree.report.data.StaticDataRow
org.jfree.report.data.ParameterDataRow
All Implemented Interfaces:
DataRow, DataSet

public class ParameterDataRow extends StaticDataRow
This is the first datarow in each report. It holds the values of all declared input parameters. This datarow does not advance and does not keep track of any changes, as parameters are considered read-only once the reporting has started.
Author:
Thomas Morgner