Uses of Class
bayern.steinbrecher.wizard.WizardPage
| Package | Description |
|---|---|
| bayern.steinbrecher.wizard | |
| bayern.steinbrecher.wizard.pages |
Contains a collection of common types of wizard pages which may be either used directly or as a reference for
implementing custom wizard pages.
|
-
Uses of WizardPage in bayern.steinbrecher.wizard
Subclasses of WizardPage in bayern.steinbrecher.wizard Modifier and Type Class Description classStandaloneWizardPage<T extends java.util.Optional<?>,C extends StandaloneWizardPageController<T>>Represents aWizardPagewhich can be shown without being embedded into aWizard.Method parameters in bayern.steinbrecher.wizard with type arguments of type WizardPage Modifier and Type Method Description <R extends java.util.Optional<?>, C extends WizardPageController<R>>
java.util.concurrent.CompletableFuture<EmbeddedWizardPage<R>>EmbeddedWizardPage. setFinishAndDynamicNext(boolean finish, @Nullable java.util.function.Supplier<WizardPage<R,C>> dynamicNextFunction, @NotNull java.lang.String pageID) -
Uses of WizardPage in bayern.steinbrecher.wizard.pages
Subclasses of WizardPage in bayern.steinbrecher.wizard.pages Modifier and Type Class Description classSelection<T extends java.lang.Comparable<? extends T>>