public interface IReportItemExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
close the executor, if the executor is closed, all sub executor will be
terminate also.
|
IContent |
execute()
execute the report item
|
IContent |
getContent()
get the content
|
IExecutorContext |
getContext()
get executor context
|
java.lang.Object |
getModelObject()
get extended report item model handle
|
IReportItemExecutor |
getNextChild()
return the next child's executor
|
IReportItemExecutor |
getParent()
get parent report item executor
|
IBaseResultSet[] |
getQueryResults()
get QueryResults of the executor
|
boolean |
hasNextChild()
does the executor has child executor
|
void |
setContext(IExecutorContext context)
set executor context to the extension executor
|
void |
setModelObject(java.lang.Object handle)
set extended report item model handle to the extension executor *
|
void |
setParent(IReportItemExecutor parent)
set parent report item executor
|
void setModelObject(java.lang.Object handle)
handle - a handle to the extended item model objectvoid setContext(IExecutorContext context)
context - void setParent(IReportItemExecutor parent)
parent - IReportItemExecutor getParent()
java.lang.Object getModelObject()
IExecutorContext getContext()
IContent execute() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionIBaseResultSet[] getQueryResults()
IContent getContent()
boolean hasNextChild()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionIReportItemExecutor getNextChild() throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionvoid close()
throws org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.core.exception.BirtExceptionCopyright © 2008 Actuate Corp. All rights reserved.