Class AbstractWizard

  • All Implemented Interfaces:
    Wizard

    public abstract class AbstractWizard
    extends Object
    implements Wizard
    The generic "Wizard" container, providing a left-hand side list of Page titles, buttons to navigate the Wizard pages and a mechanism to display different pages of the Wizard.
    • Field Detail

      • isStarted

        protected boolean isStarted
    • Constructor Detail

      • AbstractWizard

        public AbstractWizard()
    • Method Detail

      • checkPagesState

        protected void checkPagesState()
      • start

        public void start()
        Description copied from interface: Wizard
        Start the Wizard
        Specified by:
        start in interface Wizard
      • pageSelected

        public void pageSelected​(int pageNumber)
        Description copied from interface: Wizard
        A page has been selected from the UI
        Specified by:
        pageSelected in interface Wizard
      • close

        public void close()
        Description copied from interface: Wizard
        The Wizard has been closed
        Specified by:
        close in interface Wizard
      • complete

        public void complete()
        Description copied from interface: Wizard
        The Wizard has been completed
        Specified by:
        complete in interface Wizard