comboBoxCellFactory
Sets a ComboBoxListCell factory for use in this ListView.
Parameters
The type of the elements contained within the ListView.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.
Sets a ComboBoxListCell factory for use in this ListView.
Parameters
The type of the elements contained within the ListView.
A string converter that, given an object of type T, will return a String that can be used to represent the object visually.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.
Sets a ComboBoxTableCell factory for use in this TableColumn.
Parameters
The type of the elements contained within the TableColumn.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.
Sets a ComboBoxTableCell factory for use in this TableColumn.
Parameters
The type of the elements contained within the TableColumn.
A string converter that, given an object of type T, will return a String that can be used to represent the object visually.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.
Sets a ComboBoxTreeCell factory for use in this TreeView.
Parameters
The type of the elements contained within the TreeView.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.
Sets a ComboBoxTreeCell factory for use in this TreeView.
Parameters
The type of the elements contained within the TreeView.
A string converter that, given an object of type T, will return a String that can be used to represent the object visually.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.
Sets a CheckBoxTreeTableCell factory for use in this TreeTableColumn.
Parameters
The type of the elements contained within the TreeTableColumn.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.
Sets a CheckBoxTreeTableCell factory for use in this TreeTableColumn.
Parameters
The type of the elements contained within the TreeTableColumn.
A string converter that, given an object of type T, will return a String that can be used to represent the object visually.
Zero or more items that will be shown to the user when the javafx.scene.control.ComboBox menu is showing.