Uses of Class
net.sf.jasperreports.engine.PrintElementId
-
Packages that use PrintElementId Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.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 PrintElementId in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return PrintElementId Modifier and Type Method Description static PrintElementId
PrintElementId. forElement(JRPrintElement element)
Methods in net.sf.jasperreports.engine with parameters of type PrintElementId Modifier and Type Method Description boolean
PrintElementId. matches(PrintElementId id)
-
Uses of PrintElementId in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type PrintElementId Modifier and Type Method Description Map<PrintElementId,VirtualizableElementList>
JRVirtualizationContext. getVirtualizableLists()
Methods in net.sf.jasperreports.engine.fill with parameters of type PrintElementId Modifier and Type Method Description void
JRVirtualizationContext. cacheVirtualizableList(PrintElementId id, VirtualizableElementList virtualizableList)
VirtualizableElementList
JRVirtualizationContext. getVirtualizableList(PrintElementId id)
protected void
VirtualizableFrame. transferVirtualizedList(VirtualizableElementList originalElements, PrintElementId frameID)
-