public class FillHelper extends java.lang.Object implements net.sf.jasperreports.engine.fill.AsynchronousFilllListener, PageEventListenerI, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EV_NAME_DISABLE_REPORT_VIRTUALIZER |
| Constructor and Description |
|---|
FillHelper() |
FillHelper(net.sf.jasperreports.engine.fill.AsynchronousFillHandle _asyncFillHandle,
TalkativeJRFileVirtualizer _virtualizer) |
FillHelper(java.lang.Long _reportId) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
fireReady() |
net.sf.jasperreports.engine.fill.AsynchronousFillHandle |
getAsyncFillHandle() |
int |
getCurrentPages() |
java.lang.RuntimeException |
getError() |
net.sf.jasperreports.engine.JasperPrint |
getJp() |
TalkativeJRFileVirtualizer |
getVirtualizer() |
boolean |
isCanceled() |
static boolean |
isReportVirtualizerDisabled(BOLoaderI bol)
Returns true if the EinstellungenVariable named
EV_NAME_DISABLE_REPORT_VIRTUALIZER
is set to TRUE or no BOLoaderI is passed. |
void |
newPage() |
void |
reportCancelled() |
void |
reportFillError(java.lang.Throwable t) |
void |
reportFinished(net.sf.jasperreports.engine.JasperPrint _jp) |
void |
setAsyncFillHandle(net.sf.jasperreports.engine.fill.AsynchronousFillHandle _asyncFillHandle) |
void |
setCanceled(boolean $7) |
void |
setCurrentPages(int $6) |
void |
setError(java.lang.RuntimeException $4) |
void |
setJp(net.sf.jasperreports.engine.JasperPrint $5) |
void |
setVirtualizer(TalkativeJRFileVirtualizer _virtualizer) |
void |
start() |
void |
syncFill() |
public static final java.lang.String EV_NAME_DISABLE_REPORT_VIRTUALIZER
public FillHelper()
public FillHelper(java.lang.Long _reportId)
public FillHelper(net.sf.jasperreports.engine.fill.AsynchronousFillHandle _asyncFillHandle,
TalkativeJRFileVirtualizer _virtualizer)
public static final boolean isReportVirtualizerDisabled(BOLoaderI bol)
EV_NAME_DISABLE_REPORT_VIRTUALIZER
is set to TRUE or no BOLoaderI is passed.public net.sf.jasperreports.engine.fill.AsynchronousFillHandle getAsyncFillHandle()
public void setAsyncFillHandle(net.sf.jasperreports.engine.fill.AsynchronousFillHandle _asyncFillHandle)
public TalkativeJRFileVirtualizer getVirtualizer()
public void setVirtualizer(TalkativeJRFileVirtualizer _virtualizer)
public void reportFinished(net.sf.jasperreports.engine.JasperPrint _jp)
reportFinished in interface net.sf.jasperreports.engine.fill.AsynchronousFilllListenerpublic void reportCancelled()
reportCancelled in interface net.sf.jasperreports.engine.fill.AsynchronousFilllListenerpublic void reportFillError(java.lang.Throwable t)
reportFillError in interface net.sf.jasperreports.engine.fill.AsynchronousFilllListenerpublic void newPage()
newPage in interface PageEventListenerIpublic void fireReady()
public void syncFill()
public void start()
public void cancel()
public java.lang.RuntimeException getError()
public void setError(java.lang.RuntimeException $4)
public net.sf.jasperreports.engine.JasperPrint getJp()
public void setJp(net.sf.jasperreports.engine.JasperPrint $5)
public int getCurrentPages()
public void setCurrentPages(int $6)
public boolean isCanceled()
public void setCanceled(boolean $7)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.