java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.maven.plugin.wizard.fx.PdoWizard
All Implemented Interfaces:
org.tentackle.fx.FxController, org.tentackle.validate.ScopeConfigurator

@FxControllerService(resources="NONE") public class PdoWizard extends org.tentackle.fx.AbstractFxController
Controller for the PDO 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

    • PdoWizard

      public PdoWizard()
  • Method Details

    • applyMojo

      public void applyMojo(PdoMojo 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