|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.data.StaticDataRow
org.jfree.report.data.ParameterDataRow
public class ParameterDataRow
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.
Constructor Summary | |
---|---|
ParameterDataRow(ParameterMapping[] parameters,
DataRow dataRow)
|
|
ParameterDataRow(ReportParameters parameters)
|
Method Summary |
---|
Methods inherited from class org.jfree.report.data.StaticDataRow |
---|
get, get, getColumnCount, getColumnName, getFlags, getFlags, setData, updateData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterDataRow(ReportParameters parameters)
public ParameterDataRow(ParameterMapping[] parameters, DataRow dataRow) throws DataSourceException
DataSourceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |