public static interface Wizard.Flow
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<WizardPane> |
advance(WizardPane currentPage)
Advances the wizard to the next page if possible.
|
boolean |
canAdvance(WizardPane currentPage)
Check if advancing to the next page is possible
|
java.util.Optional<WizardPane> advance(WizardPane currentPage)
currentPage - The current wizard pageOptional value containing the next wizard page.boolean canAdvance(WizardPane currentPage)
currentPage - The current wizard page