Class OperationWizard

  • All Implemented Interfaces:
    org.tentackle.fx.FxController, org.tentackle.validate.ScopeConfigurator

    @FxControllerService(resources="NONE")
    public class OperationWizard
    extends org.tentackle.fx.AbstractFxController
    Controller for the operation wizard.
    • Constructor Summary

      Constructors 
      Constructor Description
      OperationWizard()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyMojo​(OperationMojo mojo)
      Configures the wizard with mojo's properties.
      void configure()  
      • Methods inherited from class org.tentackle.fx.AbstractFxController

        createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
      • Methods inherited from class java.lang.Object

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

      • OperationWizard

        public OperationWizard()
    • Method Detail

      • applyMojo

        public void applyMojo​(OperationMojo mojo)
        Configures the wizard with mojo's properties.
        Parameters:
        mojo - the PDO mojo
      • configure

        public void configure()
        Specified by:
        configure in interface org.tentackle.fx.FxController
        Overrides:
        configure in class org.tentackle.fx.AbstractFxController