Using more than one choicebox to filter listview in JavaFX
问题 I am trying to create a filter function for my listview using multiple choiceboxes and I have no idea how to do it since i'm quite new to JavaFX. I did some research and I hear using a filteredList is required but most of the examples online revolve around only using a textfield. So this is my controller class @FXML private ChoiceBox<String> genre; @FXML private ChoiceBox<String> branch; @FXML private ChoiceBox<String> status; @FXML private ChoiceBox<String> company; @FXML private ListView