Class SpreadSheetRowReportFactory


  • public class SpreadSheetRowReportFactory
    extends ReportFactory
    A factory for GUI components for row-related reports.
    Version:
    $Revision: 7240 $
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • SpreadSheetRowReportFactory

        public SpreadSheetRowReportFactory()
    • Method Detail

      • getModel

        public static ReportFactory.Model getModel​(Report report)
        Returns a new model for the given report.
        Parameters:
        report - the report to create a model for
        Returns:
        the model
      • getTable

        public static SpreadSheetRowReportFactory.Table getTable​(Report report)
        Returns a new table for the given report.
        Parameters:
        report - the report to create a table for
        Returns:
        the table
      • getPanel

        public static BasePanel getPanel​(Report report)
        Returns a new panel for the given report.
        Parameters:
        report - the report to create a table/panel for
        Returns:
        the panel
      • getPanelForReports

        public static SpreadSheetRowReportFactory.Panel getPanelForReports​(List reports)
        Returns a new table for the given reports.
        Parameters:
        reports - the reports to create a tabbed pane for
        Returns:
        the tabbed pane