Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
The type of the elements contained within the TableColumn.
Zero or more items that will be shown to the user when the ChoiceBox menu is showing.
A Function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
The type of the elements contained within the TableColumn.
A 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 ChoiceBox menu is showing.
A Function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
The type of the elements contained within the TableColumn.
A StringConverter to convert the given item (of type T) to a String for displaying to the user.
A ObservableBuffer containing Zero or more items that will be shown to the user when the ChoiceBox menu is showing.
A Function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
Creates a scalafx.scene.control.ChoiceBox cell factory for use in scalafx.scene.control.TableColumn controls.
The type of the elements contained within the TableColumn.
Zero or more items that will be shown to the user when the ChoiceBox menu is showing.
A Function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Converts a ScalaFX ChoiceBoxTableCell to its JavaFX counterpart.
Converts a ScalaFX ChoiceBoxTableCell to its JavaFX counterpart.
The type of the elements contained within the TableColumn.
ScalaFX ChoiceBoxTableCell
JavaFX ChoiceBoxTableCell
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTableColumn[S, T](T*)
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTableColumn[S, T](StringConverter[T], T*)
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTableColumn[S, T](StringConverter[T], ObservableBuffer[T])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTableColumn[S, T](ObservableBuffer[T])
Companion Object for scalafx.scene.control.cell.ChoiceBoxTableCell.