Context class shared by all the fillers involved in a report (master and subfillers).
The context is created by the master filler and inherited by the subfillers.
author: Lucian Chirita (lucianc@users.sourceforge.net) version: $Id: JRFillContext.java 1759 2007-06-20 16:47:34Z lucianc $ See Also:net.sf.jasperreports.engine.fill.JRBaseFiller
The image is cached for further use.
Parameters: source - the source that was used to load the image Parameters: image - the loaded image See Also:JRFillContext.getLoadedImage(Object)
The subreport is cached for further use.
Parameters: source - the source that was used to load the subreport Parameters: subreport - the loaded subreport See Also:JRFillContext.getLoadedSubreport(Object)
The template is cached for further use.
Parameters: source - the source that was used to load the template Parameters: template - the loaded templage See Also:JRFillContext.getLoadedTemplate(Object)
setIgnorePagination
public void setIgnorePagination(boolean ignorePagination)(Code)
Sets the flag that decides whether pagination should be ignored during filling.
Parameters: ignorePagination - See Also:JRFillContext.isIgnorePagination()
public void setMasterLocale(Locale masterLocale)(Code)
setMasterTimeZone
public void setMasterTimeZone(TimeZone masterTimeZone)(Code)
setPerPageBoundElements
public void setPerPageBoundElements(boolean perPageBoundElements)(Code)
Sets the flag indicating whether fillers should keep per page bound
element maps.
Parameters: perPageBoundElements - the value of the flag See Also:JRFillContext.isPerPageBoundElements()
Sets the current master print page.
Parameters: page - the master print page See Also:JRFillContext.getPrintPage()
setRunningQueryExecuter
public synchronized void setRunningQueryExecuter(JRQueryExecuter queryExecuter)(Code)
Sets the running query executer.
This method is called before firing the query.
Parameters: queryExecuter - the running query executer
setUsingVirtualizer
public void setUsingVirtualizer(boolean usingVirtualizer)(Code)
Sets the flag indicating whether a virtualizer is used by the filling process.
Parameters: usingVirtualizer - whether virtualization is used See Also:JRFillContext.isUsingVirtualizer()