|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReportItemExecutor
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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()
IBaseResultSet[] getQueryResults()
IContent getContent()
boolean hasNextChild()
IReportItemExecutor getNextChild()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||