net.sf.jasperreports.engine
Interface JRRewindableDataSource

All Superinterfaces:
JRDataSource
All Known Implementing Classes:
JRAbstractBeanDataSource, JRBeanArrayDataSource, JRBeanCollectionDataSource, JREmptyDataSource, JRHibernateIterateDataSource, JRHibernateListDataSource, JRHibernateScrollDataSource, JRJpaDataSource, JRMapArrayDataSource, JRMapCollectionDataSource, JRSortableDataSource, JRTableModelDataSource, JRXlsDataSource, JRXmlDataSource, ListOfArrayDataSource

public interface JRRewindableDataSource
extends JRDataSource

This interface represents a data source which can go back to the first element.

Version:
$Id: JRRewindableDataSource.java 3033 2009-08-27 11:46:22Z teodord $
Author:
Teodor Danciu ([email protected])

Method Summary
 void moveFirst()
          Moves back to the first element in the data source.
 
Methods inherited from interface net.sf.jasperreports.engine.JRDataSource
getFieldValue, next
 

Method Detail

moveFirst

void moveFirst()
               throws JRException
Moves back to the first element in the data source.

Throws:
JRException


Copyright © 2011. All Rights Reserved.