Class WizardPane

    • Constructor Detail

      • WizardPane

        public WizardPane()
        Creates an instance of wizard pane.
    • Method Detail

      • onEnteringPage

        public void onEnteringPage​(Wizard wizard)
        Called on entering a page. This is a good place to read values from wizard settings and assign them to controls on the page
        Parameters:
        wizard - which page will be used on
      • onExitingPage

        public void onExitingPage​(Wizard wizard)
        Called on existing the page. This is a good place to read values from page controls and store them in wizard settings
        Parameters:
        wizard - which page was used on