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 PrintElementIdPrintElementId. forElement(JRPrintElement element)Methods in net.sf.jasperreports.engine with parameters of type PrintElementId Modifier and Type Method Description booleanPrintElementId. 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 voidJRVirtualizationContext. cacheVirtualizableList(PrintElementId id, VirtualizableElementList virtualizableList)VirtualizableElementListJRVirtualizationContext. getVirtualizableList(PrintElementId id)protected voidVirtualizableFrame. transferVirtualizedList(VirtualizableElementList originalElements, PrintElementId frameID)
-