public class ParameterOneFromSetController extends ParameterController
contents, name
Constructor and Description |
---|
ParameterOneFromSetController(java.lang.String nameDisplayed,
java.lang.String name,
java.lang.String defaultValue,
java.util.List<java.lang.String> list)
Default constructor which should be used in all actual code.
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.control.ComboBox<java.lang.String> |
getComboBox()
Getter for the combo box UI element.
|
java.lang.String |
getValue()
Getter for the value of the combo box
|
getContents, getName, loadFXMLContents
public ParameterOneFromSetController(java.lang.String nameDisplayed, java.lang.String name, java.lang.String defaultValue, java.util.List<java.lang.String> list)
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 combo boxlist
- list of options for the combo boxpublic javafx.scene.control.ComboBox<java.lang.String> getComboBox()
public java.lang.String getValue()