Class OperationWizard
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyMojo(OperationMojo mojo) Configures the wizard with mojo's properties.voidMethods inherited from class org.tentackle.fx.AbstractFxController
createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
Constructor Details
-
OperationWizard
public OperationWizard()
-
-
Method Details
-
applyMojo
Configures the wizard with mojo's properties.- Parameters:
mojo- the PDO mojo
-
configure
public void configure()- Specified by:
configurein interfaceorg.tentackle.fx.FxController- Overrides:
configurein classorg.tentackle.fx.AbstractFxController
-