Class OperationWizard
- java.lang.Object
-
- org.tentackle.fx.AbstractFxController
-
- org.tentackle.maven.plugin.wizard.fx.OperationWizard
-
- All Implemented Interfaces:
FxController,org.tentackle.validate.ScopeConfigurator
@FxControllerService(resources="NONE") public class OperationWizard extends 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 voidapplyMojo(OperationMojo mojo)Configures the wizard with mojo's properties.voidconfigure()-
Methods inherited from class org.tentackle.fx.AbstractFxController
createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
-
-
-
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:
configurein interfaceFxController- Overrides:
configurein classAbstractFxController
-
-