Uses of Class
net.sf.jasperreports.engine.base.JRVirtualPrintPage

Packages that use JRVirtualPrintPage
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRVirtualPrintPage in net.sf.jasperreports.engine.base
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRVirtualPrintPage
 JRVirtualPrintPage.ObjectIDPair[] JRVirtualPrintPage.IdentityDataProvider.getIdentityData(JRVirtualPrintPage page)
          Get identity data that the provider later want to handle when the virtual object is paged in.
 void JRVirtualPrintPage.IdentityDataProvider.setIdentityData(JRVirtualPrintPage page, JRVirtualPrintPage.ObjectIDPair[] identityData)
          Handle the identity data as necessary.
 

Uses of JRVirtualPrintPage in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRVirtualPrintPage
 JRVirtualPrintPage.ObjectIDPair[] JRBaseFiller.getIdentityData(JRVirtualPrintPage page)
          Collect all of the identity data the the JRBaseFiller needs to know.
 JRVirtualPrintPage.ObjectIDPair[] JRBaseFiller.PageIdentityDataProvider.getIdentityData(JRVirtualPrintPage page)
           
 void JRBaseFiller.setIdentityData(JRVirtualPrintPage page, JRVirtualPrintPage.ObjectIDPair[] identityData)
          Sets the identity date for a virtualized page.
 void JRBaseFiller.PageIdentityDataProvider.setIdentityData(JRVirtualPrintPage page, JRVirtualPrintPage.ObjectIDPair[] identityData)
           
 



Copyright © 2011. All Rights Reserved.