Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
Zero or more items that will be shown to the user when the ComboBox menu is showing.
A function that will return a ListCell that is able to work on the type of element contained within the ListView.
Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
A scalafx.util.StringConverter to convert the given item (of type T) to a String for displaying to the user.
Zero or more items that will be shown to the user when the ComboBox menu is showing.
A function that will return a ListCell that is able to work on the type of element contained within the ListView.
Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
A scalafx.util.StringConverter to convert the given item (of type T) to a String for displaying to the user.
Zero or more items that will be shown to the user when the ComboBox menu is showing.
A function that will return a ListCell that is able to work on the type of element contained within the ListView.
Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.ListView controls.
Zero or more items that will be shown to the user when the ComboBox menu is showing.
A function that will return a ListCell that is able to work on the type of element contained within the ListView.
Converts a ScalaFX ComboBoxListCell to its JavaFX counterpart.
Converts a ScalaFX ComboBoxListCell to its JavaFX counterpart.
The type of the elements contained within the TableColumn.
ScalaFX ComboBoxListCell
JavaFX ComboBoxListCell
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forListView[T](StringConverter[T], T*)
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forListView[T](StringConverter[T], ObservableBuffer[T])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forListView[T](T => ObservableValue[Boolean, java.lang.Boolean])
Companion Object for scalafx.scene.control.cell.ComboBoxListCell.