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.ReadOnlyBooleanProperty hasNextFunction  
    @NotNull javafx.beans.property.ReadOnlyProperty<java.util.function.Supplier<java.lang.String>> nextFunction  
    @NotNull javafx.beans.property.ReadOnlyBooleanProperty valid  
  • 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.Parent getRoot()  
    @NotNull javafx.beans.property.ReadOnlyBooleanProperty hasNextFunctionProperty()  
    boolean isFinish()  
    boolean isHasNextFunction()
    Gets the value of the property hasNextFunction.
    boolean isValid()
    Gets the value of the property valid.
    @NotNull javafx.beans.property.ReadOnlyProperty<java.util.function.Supplier<java.lang.String>> nextFunctionProperty()  
    @NotNull javafx.beans.property.ReadOnlyBooleanProperty validProperty()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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: