Uses of Class
com.morpheusdata.model.WizardStep
Packages that use WizardStep
-
Uses of WizardStep in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type WizardStepModifier and TypeMethodDescriptionWizardProvider.getWizardSteps()Returns the ordered list of wizard steps that make up this wizard flow.Methods in com.morpheusdata.core.providers with parameters of type WizardStepModifier and TypeMethodDescriptiondefault booleanWizardProvider.shouldShowStep(WizardStep step, Map previousStepData, Map opts) Optional method to determine if a specific step should be shown based on data collected in previous steps. -
Uses of WizardStep in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type WizardStepMethods in com.morpheusdata.model that return types with arguments of type WizardStepModifier and TypeMethodDescriptionWizard.getSteps()Returns the ordered list of steps that make up this wizardMethod parameters in com.morpheusdata.model with type arguments of type WizardStepModifier and TypeMethodDescriptionvoidWizard.setSteps(List<WizardStep> steps) Sets the ordered list of steps that make up this wizard