public class NestedFilterConfigPanelController extends AbstractFilterConfigPanelController
controllers, root| Constructor and Description |
|---|
NestedFilterConfigPanelController(java.util.List<Parameter> parameters)
Default constructor which should be used in all actual code.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.layout.VBox |
getNextContainer(Parameter param)
Abstract class which returns the container in which a UI component should
be placed.
|
addParameterMultipleFromSet, addParameterOneFromSet, addParameterRangeFromRange, addParameterText, addParameterValueFromRange, addParameterYesNo, getControllers, getRoot, populateFromParameterspublic NestedFilterConfigPanelController(java.util.List<Parameter> parameters)
parameters - list of parameters that should be shown in this panelpublic javafx.scene.layout.VBox getNextContainer(Parameter param)
AbstractFilterConfigPanelControllergetNextContainer in class AbstractFilterConfigPanelControllerparam - parameter which is going to be placed in the container (used
to determine which containter to use)