Class TableProcessor.Output

  • Enclosing class:
    TableProcessor

    public static final class TableProcessor.Output
    extends java.lang.Object
    The Output of the processor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int numberOfTableRows
      The number of rows in the table.
      net.sf.jasperreports.engine.data.JRMapCollectionDataSource tableDataSource
      The table datasource.
      java.lang.String tableSubReport
      The path to the generated sub-report.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tableDataSource

        public final net.sf.jasperreports.engine.data.JRMapCollectionDataSource tableDataSource
        The table datasource.
      • numberOfTableRows

        public final int numberOfTableRows
        The number of rows in the table.
      • tableSubReport

        public final java.lang.String tableSubReport
        The path to the generated sub-report. If dynamic is false then this will be null.