net.sf.jasperreports.engine.base
Interface JRVirtualPrintPage.IdentityDataProvider

All Known Implementing Classes:
JRBaseFiller.PageIdentityDataProvider, JRFillBand
Enclosing interface:
JRVirtualPrintPage

public static interface JRVirtualPrintPage.IdentityDataProvider

Classes that want to deal with the identity data should implement this. The JRBaseFiller needs to do this.


Method Summary
 JRVirtualPrintPage.ObjectIDPair[] getIdentityData(JRVirtualPrintPage page)
          Get identity data that the provider later want to handle when the virtual object is paged in.
 void setIdentityData(JRVirtualPrintPage page, JRVirtualPrintPage.ObjectIDPair[] identityData)
          Handle the identity data as necessary.
 

Method Detail

getIdentityData

public JRVirtualPrintPage.ObjectIDPair[] getIdentityData(JRVirtualPrintPage page)
Get identity data that the provider later want to handle when the virtual object is paged in.


setIdentityData

public void setIdentityData(JRVirtualPrintPage page,
                            JRVirtualPrintPage.ObjectIDPair[] identityData)
Handle the identity data as necessary.



© 2001-2005 JasperSoft Corporation www.jaspersoft.com