Package bayern.steinbrecher.wizard
Class EmbeddedWizardPage<T extends java.util.Optional<?>>
java.lang.Object
bayern.steinbrecher.wizard.EmbeddedWizardPage<T>
- Type Parameters:
T- The return type of the result represented by the page.
public final class EmbeddedWizardPage<T extends java.util.Optional<?>>
extends java.lang.Object
Represents a page of the wizard.
- Since:
- 1.0
- Author:
- Stefan Huber
-
Property Summary
Properties Type Property Description @NotNull javafx.beans.property.ReadOnlyBooleanPropertyhasNextFunction@NotNull javafx.beans.property.ReadOnlyProperty<java.util.function.Supplier<java.lang.String>>nextFunction@NotNull javafx.beans.property.ReadOnlyBooleanPropertyvalid -
Method Summary
Modifier and Type Method Description @Nullable java.util.function.Supplier<java.lang.String>getNextFunction()Gets the value of the property nextFunction.@NotNull javafx.scene.ParentgetRoot()@NotNull javafx.beans.property.ReadOnlyBooleanPropertyhasNextFunctionProperty()booleanisFinish()booleanisHasNextFunction()Gets the value of the property hasNextFunction.booleanisValid()Gets the value of the property valid.@NotNull javafx.beans.property.ReadOnlyProperty<java.util.function.Supplier<java.lang.String>>nextFunctionProperty()@NotNull javafx.beans.property.ReadOnlyBooleanPropertyvalidProperty()
-
Property Details
-
nextFunction
@NotNull public @NotNull javafx.beans.property.ReadOnlyProperty<java.util.function.Supplier<java.lang.String>> nextFunctionProperty- See Also:
getNextFunction()
-
valid
@NotNull public @NotNull javafx.beans.property.ReadOnlyBooleanProperty validProperty- See Also:
isValid()
-
hasNextFunction
@NotNull public @NotNull javafx.beans.property.ReadOnlyBooleanProperty hasNextFunctionProperty- See Also:
isHasNextFunction()
-
-
Method Details
-
getRoot
@NotNull public @NotNull javafx.scene.Parent getRoot() -
nextFunctionProperty
@NotNull public @NotNull javafx.beans.property.ReadOnlyProperty<java.util.function.Supplier<java.lang.String>> nextFunctionProperty()- See Also:
getNextFunction()
-
getNextFunction
@Nullable public @Nullable java.util.function.Supplier<java.lang.String> getNextFunction()Gets the value of the property nextFunction.- Property description:
-
isFinish
public boolean isFinish() -
validProperty
@NotNull public @NotNull javafx.beans.property.ReadOnlyBooleanProperty validProperty()- See Also:
isValid()
-
isValid
public boolean isValid()Gets the value of the property valid.- Property description:
-
hasNextFunctionProperty
@NotNull public @NotNull javafx.beans.property.ReadOnlyBooleanProperty hasNextFunctionProperty()- See Also:
isHasNextFunction()
-
isHasNextFunction
public boolean isHasNextFunction()Gets the value of the property hasNextFunction.- Property description:
-