Class FlowActionHandlerAdapter

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void back()
      Perform back operation for current configurable flow widget instance.
      abstract void cancel()
      Closes current configurable flow widget instance.
      abstract void custom()
      Perform custom operation for current configurable flow widget instance.
      abstract void done()
      Perform done operation for current configurable flow widget instance.
      WidgetInstanceManager getWidgetInstanceManager()  
      abstract void next()
      Perform next operation for current configurable flow widget instance.
      • Methods inherited from class java.lang.Object

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

      • FlowActionHandlerAdapter

        public FlowActionHandlerAdapter​(WidgetInstanceManager widgetInstanceManager)
    • Method Detail

      • cancel

        public abstract void cancel()
        Closes current configurable flow widget instance.
      • done

        public abstract void done()
        Perform done operation for current configurable flow widget instance.
      • back

        public abstract void back()
        Perform back operation for current configurable flow widget instance.
      • next

        public abstract void next()
        Perform next operation for current configurable flow widget instance.
      • custom

        public abstract void custom()
        Perform custom operation for current configurable flow widget instance.