Class ItemExecutorWrapper
java.lang.Object
org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
org.eclipse.birt.report.engine.layout.content.ItemExecutorWrapper
- All Implemented Interfaces:
IReportItemExecutor
public class ItemExecutorWrapper
extends org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
-
Field Summary
FieldsFields inherited from class org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
executorContext, handle, parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
getContent, getContext, getModelObject, getParent, getQueryResults, setContext, setModelObject, setParent
-
Field Details
-
executor
-
-
-
Constructor Details
-
ItemExecutorWrapper
-
-
Method Details
-
close
public void close() throws org.eclipse.birt.core.exception.BirtExceptionDescription copied from interface:IReportItemExecutor
close the executor, if the executor is closed, all sub executor will be terminate also.- Specified by:
close
in interfaceIReportItemExecutor
- Overrides:
close
in classorg.eclipse.birt.report.engine.extension.ReportItemExecutorBase
- Throws:
org.eclipse.birt.core.exception.BirtException
-
execute
Description copied from interface:IReportItemExecutor
execute the report item -
getNextChild
Description copied from interface:IReportItemExecutor
return the next child's executor- Throws:
org.eclipse.birt.core.exception.BirtException
-
hasNextChild
public boolean hasNextChild() throws org.eclipse.birt.core.exception.BirtExceptionDescription copied from interface:IReportItemExecutor
does the executor has child executor- Returns:
- Throws:
org.eclipse.birt.core.exception.BirtException
-