Interface CoverageReportView.Presenter

  • All Superinterfaces:
    org.drools.workbench.screens.scenariosimulation.client.rightpanel.SubDockView.Presenter
    All Known Implementing Classes:
    CoverageReportPresenter
    Enclosing interface:
    CoverageReportView

    public static interface CoverageReportView.Presenter
    extends org.drools.workbench.screens.scenariosimulation.client.rightpanel.SubDockView.Presenter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onDownloadReportButtonClicked()  
      void populateCoverageReport​(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type, org.drools.scenariosimulation.api.model.SimulationRunMetadata simulationRunMetadata)  
      void setDownloadReportCommand​(org.uberfire.mvp.Command downloadReportCommand)  
      • Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.rightpanel.SubDockView.Presenter

        isCurrentlyShow, reset, setCurrentPath
    • Method Detail

      • populateCoverageReport

        void populateCoverageReport​(org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type type,
                                    org.drools.scenariosimulation.api.model.SimulationRunMetadata simulationRunMetadata)
      • onDownloadReportButtonClicked

        void onDownloadReportButtonClicked()
      • setDownloadReportCommand

        void setDownloadReportCommand​(org.uberfire.mvp.Command downloadReportCommand)