Class AbstractWizardPanel

    • Constructor Detail

      • AbstractWizardPanel

        public AbstractWizardPanel()
      • AbstractWizardPanel

        public AbstractWizardPanel​(String id,
                                   String title,
                                   String instructions)
    • Method Detail

      • add

        public void add​(InputChangedListener listener)
        Description copied from interface: WizardPanel
        Tip: Delegate to an InputChangedFirer.
        Specified by:
        add in interface WizardPanel
        Parameters:
        listener - a party to notify when the input changes (usually the WizardDialog, which needs to know when to update the enabled state of the buttons.
      • fireInputChanged

        protected void fireInputChanged()
      • enteredFromLeft

        public void enteredFromLeft​(Map data)
        Description copied from interface: WizardPanel
        Called when the user presses Next on this panel's previous panel
        Specified by:
        enteredFromLeft in interface WizardPanel
        Parameters:
        data - the dataMap containing all parameters
      • getData

        public Map getData()
      • exitingToLeft

        public void exitingToLeft()
        Description copied from interface: WizardPanelV2
        Called in WizardDialog when the user leaves this panel without taking action
        Specified by:
        exitingToLeft in interface WizardPanelV2
      • getNextID

        public String getNextID()
        Specified by:
        getNextID in interface WizardPanel
        Returns:
        null to turn the Next button into a Finish button
      • setNextID

        protected void setNextID​(String nextId)