public class ParameterYesNoController extends ParameterController
contents, name| Constructor and Description |
|---|
ParameterYesNoController(java.lang.String nameDisplayed,
java.lang.String name,
boolean defaultValue)
Default constructor which should be used in all actual code.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.CheckBox |
getCheckbox()
Getter for the checkbox UI component.
|
boolean |
getValue()
Getter for the currently chosen value.
|
getContents, getName, loadFXMLContentspublic ParameterYesNoController(java.lang.String nameDisplayed,
java.lang.String name,
boolean defaultValue)
nameDisplayed - description of the parametername - unique identified of the parameter (used to map UI parameter
to actual parameter in populate method of the filter
configuration)defaultValue - default value of the checkboxpublic boolean getValue()
public javafx.scene.control.CheckBox getCheckbox()