jdbreport.source
Class ArrayDataSet
java.lang.Object
jdbreport.source.AbstractDataSet
jdbreport.source.ReflectDataSet
jdbreport.source.ArrayDataSet
- All Implemented Interfaces:
- Cloneable, ReportDataSet
public class ArrayDataSet
- extends ReflectDataSet
- Version:
- 1.4 15.03.2010
- Author:
- Andrey Kholmanskih
Method Summary |
boolean |
next()
Moves the cursor on the next record (object) in the DataSet |
boolean |
reopen()
Reopens the DataSet when the MasterDataSet changes parameters |
ArrayDataSet
public ArrayDataSet(String id,
Object[] array)
next
public boolean next()
throws ReportException
- Description copied from interface:
ReportDataSet
- Moves the cursor on the next record (object) in the DataSet
- Specified by:
next
in interface ReportDataSet
- Overrides:
next
in class AbstractDataSet
- Returns:
- true if successful
- Throws:
ReportException
reopen
public boolean reopen()
throws ReportException
- Description copied from interface:
ReportDataSet
- Reopens the DataSet when the MasterDataSet changes parameters
- Returns:
- true if not eof
- Throws:
ReportException