Class TablePageController

java.lang.Object
bayern.steinbrecher.wizard.WizardPageController<java.util.Optional<java.lang.Void>>
bayern.steinbrecher.wizard.pages.TablePageController

public class TablePageController
extends WizardPageController<java.util.Optional<java.lang.Void>>
Since:
1.51
Author:
Stefan Huber
  • Property Summary

    Properties 
    Type Property Description
    @NotNull javafx.beans.property.ReadOnlyBooleanProperty empty  
    @NotNull javafx.beans.property.ObjectProperty<java.util.List<java.util.List<java.lang.String>>> results  

    Properties inherited from class bayern.steinbrecher.wizard.WizardPageController

    valid
  • Constructor Summary

    Constructors 
    Constructor Description
    TablePageController()  
  • Method Summary

    Modifier and Type Method Description
    protected @NotNull java.util.Optional<java.lang.Void> calculateResult()
    Calculates the actual result if any.
    @NotNull javafx.beans.property.ReadOnlyBooleanProperty emptyProperty()  
    @NotNull java.util.List<java.util.List<java.lang.String>> getResults()
    Gets the value of the property results.
    void initialize()  
    boolean isEmpty()
    Gets the value of the property empty.
    @NotNull javafx.beans.property.ObjectProperty<java.util.List<java.util.List<java.lang.String>>> resultsProperty()  
    void setResults​(@NotNull java.util.List<java.util.List<java.lang.String>> results)
    Sets the value of the property results.

    Methods inherited from class bayern.steinbrecher.wizard.WizardPageController

    bindValidProperty, getResourceValue, getResourceValues, getResult, isValid, validProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Property Details

    • results

      @NotNull public @NotNull javafx.beans.property.ObjectProperty<java.util.List<java.util.List<java.lang.String>>> resultsProperty
      See Also:
      getResults(), setResults(List)
    • empty

      @NotNull public @NotNull javafx.beans.property.ReadOnlyBooleanProperty emptyProperty
      See Also:
      isEmpty()
  • Constructor Details

  • Method Details

    • initialize

      public void initialize()
    • calculateResult

      @NotNull protected @NotNull java.util.Optional<java.lang.Void> calculateResult()
      Description copied from class: WizardPageController
      Calculates the actual result if any. It does not recognize any criteria about whether to return a result or not. This is handled by WizardPageController.getResult().
      Specified by:
      calculateResult in class WizardPageController<java.util.Optional<java.lang.Void>>
      Returns:
      The actual result if any.
      See Also:
      WizardPageController.getResult()
    • resultsProperty

      @NotNull public @NotNull javafx.beans.property.ObjectProperty<java.util.List<java.util.List<java.lang.String>>> resultsProperty()
      See Also:
      getResults(), setResults(List)
    • getResults

      @NotNull public @NotNull java.util.List<java.util.List<java.lang.String>> getResults()
      Gets the value of the property results.
      Property description:
    • setResults

      public void setResults​(@NotNull @NotNull java.util.List<java.util.List<java.lang.String>> results)
      Sets the value of the property results.
      Property description:
    • emptyProperty

      @NotNull public @NotNull javafx.beans.property.ReadOnlyBooleanProperty emptyProperty()
      See Also:
      isEmpty()
    • isEmpty

      public boolean isEmpty()
      Gets the value of the property empty.
      Property description: