org.eclipse.birt.report.engine.layout.content
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
Methods inherited from class org.eclipse.birt.report.engine.extension.ReportItemExecutorBase |
getContent, getContext, getModelObject, getParent, getQueryResults, setContext, setModelObject, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executor
protected IReportItemExecutor executor
content
protected IContent content
ItemExecutorWrapper
public ItemExecutorWrapper(IReportItemExecutor executor,
IContent content)
close
public void close()
- Description copied from interface:
IReportItemExecutor
- close the executor, if the executor is closed, all sub executor will be
terminate also.
- Specified by:
close
in interface IReportItemExecutor
- Overrides:
close
in class org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
execute
public IContent execute()
- Description copied from interface:
IReportItemExecutor
- execute the report item
getNextChild
public IReportItemExecutor getNextChild()
- Description copied from interface:
IReportItemExecutor
- return the next child's executor
hasNextChild
public boolean hasNextChild()
- Description copied from interface:
IReportItemExecutor
- does the executor has child executor
- Returns:
Copyright © 2008 Actuate Corp. All rights reserved.