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

java.lang.Object
  extended by ReportItemExecutorBase
      extended by org.eclipse.birt.report.engine.layout.content.ItemExecutorWrapper

public class ItemExecutorWrapper
extends ReportItemExecutorBase


Field Summary
protected  IContent content
           
protected  IReportItemExecutor executor
           
 
Constructor Summary
ItemExecutorWrapper(IReportItemExecutor executor, IContent content)
           
 
Method Summary
 void close()
           
 IContent execute()
           
 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 IReportItemExecutor executor

content

protected IContent content
Constructor Detail

ItemExecutorWrapper

public ItemExecutorWrapper(IReportItemExecutor executor,
                           IContent content)
Method Detail

close

public void close()

execute

public IContent execute()

getNextChild

public IReportItemExecutor getNextChild()

hasNextChild

public boolean hasNextChild()


Copyright © 2008 Actuate Corp. All rights reserved.