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
-
Property Summary
Properties inherited from class bayern.steinbrecher.wizard.WizardPage
hasNextFunction, nextFunction, valid -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description protected voidafterControllerInitialized()This method is executed after the FXML is loaded and right after the corresponding controller is set.voidsetResults(@NotNull java.util.List<java.util.List<java.lang.String>> results)Methods inherited from class bayern.steinbrecher.wizard.WizardPage
getController, getNextFunction, getResult, hasNextFunctionProperty, isFinish, isHasNextFunction, isValid, nextFunctionProperty, setFinishAndDynamicNext, setFinishAndNext, validProperty
-
Constructor Details
-
Method Details
-
afterControllerInitialized
protected void afterControllerInitialized()Description copied from class:WizardPageThis 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:
afterControllerInitializedin classWizardPage<java.util.Optional<java.lang.Void>,TablePageController>
-
setResults
public void setResults(@NotNull @NotNull java.util.List<java.util.List<java.lang.String>> results)
-