Creates a ChoiceBox
cell factory for use in ListView
controls.
Creates a ChoiceBox
cell factory for use in ListView
controls.
The type of the elements contained within the ListView
.
Zero or more items that will be shown to the user when the ChoiceBox 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 ChoiceBox
cell factory for use in ListView
controls.
Creates a ChoiceBox
cell factory for use in ListView
controls.
The type of the elements contained within the ListView
.
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 ListCell that is able to work on the type of element contained within the ListView.
Creates a ChoiceBox
cell factory for use in ListView
controls.
Creates a ChoiceBox
cell factory for use in ListView
controls.
The type of the elements contained within the ListView
.
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 ListCell that is able to work on the type of element contained within the ListView.
Creates a ChoiceBox
cell factory for use in ListView
controls.
Creates a ChoiceBox
cell factory for use in ListView
controls.
The type of the elements contained within the ListView
.
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 ListCell that is able to work on the type of element contained within the ListView.
Converts a ScalaFX ChoiceBoxListCell
to its JavaFX counterpart.
Converts a ScalaFX ChoiceBoxListCell
to its JavaFX counterpart.
ScalaFX ChoiceBoxListCell
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forListView[T](T*)
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](ObservableBuffer[T])
Companion Object for scalafx.scene.control.cell.ChoiceBoxListCell.