Interface WizardStep<S extends WizardState>
- All Known Implementing Classes:
AbstractGridExportWizardStepComposite,FormatStep,GeneralStep,PreviewStep,WizardStepComposite
public interface WizardStep<S extends WizardState>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonEnterStep(S state) default booleanonProgress(S state) Called when next is clicked and the current step is exitedvoidsetWizardState(S state)
-
Method Details
-
getStepName
String getStepName() -
setWizardState
-
onEnterStep
-
onProgress
Called when next is clicked and the current step is exited- Parameters:
state- The current state- Returns:
falsewhen the exit can't happen due to e.g. validation problems.
-