|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
close()
close the executor, if the executor is closed, all sub executor will be termiante 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 |
public void setModelObject(java.lang.Object handle)
handle
- a handle to the extended item model objectpublic void setContext(IExecutorContext context)
context
- public void setParent(IReportItemExecutor parent)
parent
- public IReportItemExecutor getParent()
public java.lang.Object getModelObject()
public IExecutorContext getContext()
public IContent execute()
public IBaseResultSet[] getQueryResults()
public IContent getContent()
public boolean hasNextChild()
public IReportItemExecutor getNextChild()
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |