java.lang.Object
bayern.steinbrecher.wizard.WizardPage<java.util.Optional<java.lang.Void>,​TablePageController>
bayern.steinbrecher.wizard.pages.TablePage

public class TablePage
extends WizardPage<java.util.Optional<java.lang.Void>,​TablePageController>
Since:
1.51
Author:
Stefan Huber
  • Constructor Details

    • TablePage

      public TablePage()
      Since:
      1.52
    • TablePage

      public TablePage​(@NotNull @NotNull java.util.List<java.util.List<java.lang.String>> results)
      NOTE The constructor assumes that the results are in row-major order and the first row contains the headings of the table.
  • Method Details

    • afterControllerInitialized

      protected void afterControllerInitialized()
      Description copied from class: WizardPage
      This method is executed after the FXML is loaded and right after the corresponding controller is set. This function represents an equivalent to a FXML controllers initialize method.
      Overrides:
      afterControllerInitialized in class WizardPage<java.util.Optional<java.lang.Void>,​TablePageController>
    • setResults

      public void setResults​(@NotNull @NotNull java.util.List<java.util.List<java.lang.String>> results)