Class ConfigurableFlowNavigationFacade


  • public class ConfigurableFlowNavigationFacade
    extends java.lang.Object
    Class exposes navigation through the ConfigurableFlow
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void back()
      Steps back
      void cancel()
      Cancels wizard's progress
      void done()
      Confirms wizard's progress
      void next()
      Proceeds to next wizard step
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigurableFlowNavigationFacade

        public ConfigurableFlowNavigationFacade​(ConfigurableFlowController controller)
        Creates an instance of ConfigurableFlowNavigationFacade
        Parameters:
        controller - of configurable flow
    • Method Detail

      • next

        public void next()
        Proceeds to next wizard step
      • back

        public void back()
        Steps back
      • cancel

        public void cancel()
        Cancels wizard's progress
      • done

        public void done()
        Confirms wizard's progress