Package bayern.steinbrecher.wizard.pages
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
-
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.ReadOnlyBooleanPropertyemptyProperty()@NotNull java.util.List<java.util.List<java.lang.String>>getResults()Gets the value of the property results.voidinitialize()booleanisEmpty()Gets the value of the property empty.@NotNull javafx.beans.property.ObjectProperty<java.util.List<java.util.List<java.lang.String>>>resultsProperty()voidsetResults(@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
-
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
-
TablePageController
public TablePageController()
-
-
Method Details
-
initialize
public void initialize() -
calculateResult
@NotNull protected @NotNull java.util.Optional<java.lang.Void> calculateResult()Description copied from class:WizardPageControllerCalculates the actual result if any. It does not recognize any criteria about whether to return a result or not. This is handled byWizardPageController.getResult().- Specified by:
calculateResultin classWizardPageController<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:
-