Class ItemExecutorWrapper

java.lang.Object
org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
org.eclipse.birt.report.engine.layout.content.ItemExecutorWrapper
All Implemented Interfaces:
IReportItemExecutor

public class ItemExecutorWrapper extends org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
  • Field Details

  • Constructor Details

  • Method Details

    • close

      public void close() throws org.eclipse.birt.core.exception.BirtException
      Description copied from interface: IReportItemExecutor
      close the executor, if the executor is closed, all sub executor will be terminate also.
      Specified by:
      close in interface IReportItemExecutor
      Overrides:
      close in class org.eclipse.birt.report.engine.extension.ReportItemExecutorBase
      Throws:
      org.eclipse.birt.core.exception.BirtException
    • execute

      public IContent execute()
      Description copied from interface: IReportItemExecutor
      execute the report item
    • getNextChild

      public IReportItemExecutor getNextChild() throws org.eclipse.birt.core.exception.BirtException
      Description copied from interface: IReportItemExecutor
      return the next child's executor
      Throws:
      org.eclipse.birt.core.exception.BirtException
    • hasNextChild

      public boolean hasNextChild() throws org.eclipse.birt.core.exception.BirtException
      Description copied from interface: IReportItemExecutor
      does the executor has child executor
      Returns:
      Throws:
      org.eclipse.birt.core.exception.BirtException