Package bayern.steinbrecher.wizard
Class StandaloneWizardPage<T extends java.util.Optional<?>,C extends StandaloneWizardPageController<T>>
java.lang.Object
bayern.steinbrecher.wizard.WizardPage<T,C>
bayern.steinbrecher.wizard.StandaloneWizardPage<T,C>
public abstract class StandaloneWizardPage<T extends java.util.Optional<?>,C extends StandaloneWizardPageController<T>> extends WizardPage<T,C>
Represents a
WizardPage which can be shown without being embedded into a Wizard.- Since:
- 1.23
- Author:
- Stefan Huber
-
Property Summary
Properties inherited from class bayern.steinbrecher.wizard.WizardPage
hasNextFunction, nextFunction, valid -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedStandaloneWizardPage(@NotNull java.lang.String fxmlPath, @Nullable java.util.ResourceBundle bundle) -
Method Summary
Modifier and Type Method Description voidembedStandaloneWizardPage(@NotNull javafx.stage.Stage stage, @Nullable java.lang.String closeText)Methods inherited from class bayern.steinbrecher.wizard.WizardPage
afterControllerInitialized, getController, getNextFunction, getResult, hasNextFunctionProperty, isFinish, isHasNextFunction, isValid, nextFunctionProperty, setFinishAndDynamicNext, setFinishAndNext, validProperty
-
Constructor Details
-
StandaloneWizardPage
protected StandaloneWizardPage(@NotNull @NotNull java.lang.String fxmlPath, @Nullable @Nullable java.util.ResourceBundle bundle)- Since:
- 1.26
-
-
Method Details
-
embedStandaloneWizardPage
public void embedStandaloneWizardPage(@NotNull @NotNull javafx.stage.Stage stage, @Nullable @Nullable java.lang.String closeText) throws javafx.fxml.LoadException- Throws:
javafx.fxml.LoadException- Since:
- 1.37
-