Class InputParametersDialog

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.reportsui.screen.report.run.InputParametersDialog
All Implemented Interfaces:
FrameOwner

@UiController("report_InputParameters.dialog") @UiDescriptor("input-parameters-dialog.xml") public class InputParametersDialog extends Screen
  • Field Details

  • Constructor Details

    • InputParametersDialog

      public InputParametersDialog()
  • Method Details

    • setTemplateCode

      public void setTemplateCode(@Nullable String templateCode)
    • setOutputFileName

      public void setOutputFileName(@Nullable String outputFileName)
    • setBulkPrint

      public void setBulkPrint(boolean bulkPrint)
    • setReport

      public void setReport(Report report)
    • setInputParameter

      public void setInputParameter(@Nullable ReportInputParameter inputParameter)
    • setParameters

      public void setParameters(@Nullable Map<String,Object> parameters)
    • setInBackground

      public void setInBackground(boolean inBackground)
    • onPrintReportButtonClick

      @Subscribe("printReportButton") public void onPrintReportButtonClick(Button.ClickEvent event)
    • onBeforeShow

      @Subscribe protected void onBeforeShow(Screen.BeforeShowEvent event)
    • crossValidateParameters

      protected void crossValidateParameters(ValidationErrors validationErrors)
    • cancel

      @Subscribe("cancelButton") protected void cancel(Button.ClickEvent event)