public class ParameterOneFromSetExtendedController extends ParameterController
contents, name| Constructor and Description |
|---|
ParameterOneFromSetExtendedController(java.lang.String nameDisplayed,
java.lang.String name,
java.lang.String defaultValue,
java.util.List<java.lang.String> list,
FilterdAbstractReferencingConfig owner)
Default constructor which should be used in all actual code.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFilterConfigPanelController |
getNestedConfigPanel()
Getter for the nested configuration panel.
|
java.lang.String |
getValue()
Getter for the value of the combo box
|
void |
selectionChanged()
Handler for the event when the selection in the combo box is changed.
|
void |
setNestedContent(FilterdAbstractConfig nestedFilterConfig)
Set the contents of the nested panel.
|
getContents, getName, loadFXMLContentspublic ParameterOneFromSetExtendedController(java.lang.String nameDisplayed,
java.lang.String name,
java.lang.String defaultValue,
java.util.List<java.lang.String> list,
FilterdAbstractReferencingConfig owner)
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 boxowner - referencing filter configuration which is being configured
with this parameterpublic java.lang.String getValue()
public void setNestedContent(FilterdAbstractConfig nestedFilterConfig)
nestedFilterConfig - referenceable filter configuration whose configuration panel
should be displayedpublic AbstractFilterConfigPanelController getNestedConfigPanel()
public void selectionChanged()