org.eclipse.birt.report.engine.layout.content
Class ItemExecutorWrapper

java.lang.Object
  extended byorg.eclipse.birt.report.engine.layout.content.ItemExecutorWrapper
All Implemented Interfaces:
org.eclipse.birt.report.engine.executor.IReportItemExecutor

public class ItemExecutorWrapper
extends java.lang.Object
implements org.eclipse.birt.report.engine.executor.IReportItemExecutor


Field Summary
protected  IContent content
           
protected  org.eclipse.birt.report.engine.executor.IReportItemExecutor executor
           
 
Constructor Summary
ItemExecutorWrapper(org.eclipse.birt.report.engine.executor.IReportItemExecutor executor, IContent content)
           
 
Method Summary
 void close()
           
 IContent execute()
           
 org.eclipse.birt.report.engine.executor.IReportItemExecutor getNextChild()
           
 boolean hasNextChild()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executor

protected org.eclipse.birt.report.engine.executor.IReportItemExecutor executor

content

protected IContent content
Constructor Detail

ItemExecutorWrapper

public ItemExecutorWrapper(org.eclipse.birt.report.engine.executor.IReportItemExecutor executor,
                           IContent content)
Method Detail

close

public void close()
Specified by:
close in interface org.eclipse.birt.report.engine.executor.IReportItemExecutor

execute

public IContent execute()
Specified by:
execute in interface org.eclipse.birt.report.engine.executor.IReportItemExecutor

getNextChild

public org.eclipse.birt.report.engine.executor.IReportItemExecutor getNextChild()
Specified by:
getNextChild in interface org.eclipse.birt.report.engine.executor.IReportItemExecutor

hasNextChild

public boolean hasNextChild()
Specified by:
hasNextChild in interface org.eclipse.birt.report.engine.executor.IReportItemExecutor


Copyright © 2005 Actuate Corp. All rights reserved.