java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.maven.plugin.wizard.fx.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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configures the wizard with mojo's properties.
    void
     

    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 Details

    • OperationWizard

      public OperationWizard()
  • Method Details

    • 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