Class ReportEditParametersFragment

java.lang.Object
io.jmix.ui.screen.ScreenFragment
io.jmix.reportsui.screen.report.edit.tabs.ReportEditParametersFragment
All Implemented Interfaces:
FrameOwner

@UiController("report_ReportEditParameters.fragment") @UiDescriptor("report-edit-parameters-fragment.xml") public class ReportEditParametersFragment extends ScreenFragment
  • Field Details

  • Constructor Details

    • ReportEditParametersFragment

      public ReportEditParametersFragment()
  • Method Details

    • inputParametersTableNameValueProvider

      @Install(to="inputParametersTable.name", subject="valueProvider") protected String inputParametersTableNameValueProvider(ReportInputParameter parameter)
    • inputParametersTableUpEnabledRule

      @Install(to="inputParametersTable.up", subject="enabledRule") protected boolean inputParametersTableUpEnabledRule()
    • onInputParametersTableUp

      @Subscribe("inputParametersTable.up") protected void onInputParametersTableUp(Action.ActionPerformedEvent event)
    • inputParametersTableDownEnabledRule

      @Install(to="inputParametersTable.down", subject="enabledRule") protected boolean inputParametersTableDownEnabledRule()
    • onInputParametersTableDown

      @Subscribe("inputParametersTable.down") protected void onInputParametersTableDown(Action.ActionPerformedEvent event)
    • inputParametersTableCreateInitializer

      @Install(to="inputParametersTable.createParameter", subject="initializer") protected void inputParametersTableCreateInitializer(ReportInputParameter reportInputParameter)
    • inputParametersTableCreateAfterCommitHandler

      @Install(to="inputParametersTable.createParameter", subject="afterCommitHandler") protected void inputParametersTableCreateAfterCommitHandler(ReportInputParameter reportInputParameter)
    • inputParametersTableRemoveAfterActionPerformedHandler

      @Install(to="inputParametersTable.removeParameter", subject="afterActionPerformedHandler") protected void inputParametersTableRemoveAfterActionPerformedHandler(RemoveOperation.AfterActionPerformedEvent<ReportInputParameter> afterActionPerformedEvent)
    • validationScriptCodeEditorContextHelpIconClickHandler

      @Install(to="validationScriptCodeEditor", subject="contextHelpIconClickHandler") protected void validationScriptCodeEditorContextHelpIconClickHandler(HasContextHelp.ContextHelpIconClickEvent contextHelpIconClickEvent)
    • orderParameters

      protected void orderParameters()
    • isUpdatePermitted

      protected boolean isUpdatePermitted()
    • replaceParameters

      protected void replaceParameters(boolean up)