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

java.lang.Object
  extended byReportItemExecutorBase
      extended byorg.eclipse.birt.report.engine.layout.content.ItemExecutorWrapper

public class ItemExecutorWrapper
extends ReportItemExecutorBase

See Also:
Serialized Form

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 © 2005 Actuate Corp. All rights reserved.