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.AbstractFxControllerController 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()
-
-
-
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 interfaceorg.tentackle.fx.FxController- Overrides:
configurein classorg.tentackle.fx.AbstractFxController
-
-