|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRVirtualPrintPage.IdentityDataProvider | |
---|---|
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.IdentityDataProvider in net.sf.jasperreports.engine.base |
---|
Methods in net.sf.jasperreports.engine.base with parameters of type JRVirtualPrintPage.IdentityDataProvider | |
---|---|
void |
JRVirtualPrintPage.addIdentityDataProvider(JRVirtualPrintPage.IdentityDataProvider p)
|
void |
JRVirtualPrintPage.removeIdentityDataProvider(JRVirtualPrintPage.IdentityDataProvider p)
|
Uses of JRVirtualPrintPage.IdentityDataProvider in net.sf.jasperreports.engine.fill |
---|
Classes in net.sf.jasperreports.engine.fill that implement JRVirtualPrintPage.IdentityDataProvider | |
---|---|
class |
JRBaseFiller
|
protected static class |
JRBaseFiller.PageIdentityDataProvider
|
class |
JRHorizontalFiller
|
class |
JRVerticalFiller
|
Methods in net.sf.jasperreports.engine.fill that return JRVirtualPrintPage.IdentityDataProvider | |
---|---|
static JRVirtualPrintPage.IdentityDataProvider |
JRBaseFiller.PageIdentityDataProvider.getIdentityDataProvider(JRPrintPage printPage)
|
static JRVirtualPrintPage.IdentityDataProvider |
JRBaseFiller.PageIdentityDataProvider.removeIdentityDataProvider(JRPrintPage printPage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |