Class StepFragmentManager

java.lang.Object
io.jmix.reportsui.screen.report.wizard.step.StepFragmentManager

@Component("report_StepFragmentManager") @Scope("prototype") public class StepFragmentManager extends Object
  • Field Details

    • messages

      @Autowired protected Messages messages
    • notifications

      @Autowired protected Notifications notifications
    • stepFragments

      protected List<StepFragment> stepFragments
    • wizardScreen

      protected WizardScreen wizardScreen
    • currentFragmentIdx

      protected int currentFragmentIdx
  • Constructor Details

    • StepFragmentManager

      public StepFragmentManager()
  • Method Details

    • setStepFragments

      public void setStepFragments(List<StepFragment> stepFragments)
    • setWizardFragment

      public void setWizardFragment(WizardScreen wizardScreen)
    • showCurrentFragment

      public void showCurrentFragment()
    • getCurrentStepFragment

      protected StepFragment getCurrentStepFragment()
    • updateWizardDescription

      public void updateWizardDescription()
    • updateWizardCaption

      public void updateWizardCaption()
    • visibleButtons

      protected void visibleButtons()
    • prevFragment

      public boolean prevFragment()
    • nextFragment

      public boolean nextFragment()
    • validateCurrentFragment

      public boolean validateCurrentFragment()
    • hideCurrentFrame

      protected void hideCurrentFrame()