public class ItemExecutorWrapper
extends org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
| 限定符和类型 | 字段和说明 |
|---|---|
protected IContent |
content |
protected IReportItemExecutor |
executor |
| 构造器和说明 |
|---|
ItemExecutorWrapper(IReportItemExecutor executor,
IContent content) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
close the executor, if the executor is closed, all sub executor will be
terminate also.
|
IContent |
execute()
execute the report item
|
IReportItemExecutor |
getNextChild()
return the next child's executor
|
boolean |
hasNextChild()
does the executor has child executor
|
protected IReportItemExecutor executor
protected IContent content
public ItemExecutorWrapper(IReportItemExecutor executor, IContent content)
public void close()
throws org.eclipse.birt.core.exception.BirtException
IReportItemExecutorclose 在接口中 IReportItemExecutorclose 在类中 org.eclipse.birt.report.engine.extension.ReportItemExecutorBaseorg.eclipse.birt.core.exception.BirtExceptionpublic IContent execute()
IReportItemExecutorpublic IReportItemExecutor getNextChild() throws org.eclipse.birt.core.exception.BirtException
IReportItemExecutororg.eclipse.birt.core.exception.BirtExceptionpublic boolean hasNextChild()
throws org.eclipse.birt.core.exception.BirtException
IReportItemExecutororg.eclipse.birt.core.exception.BirtExceptionCopyright © 2008 Actuate Corp. All rights reserved.