Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
The type of the elements contained within the TreeTableColumn
instance.
Zero or more items that will be shown to the user when the ChoiceBox
menu is showing. These items must be of the same type as the TreeTableColumn.
A Function that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
The type of the elements contained within the TreeTableColumn
instance.
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. These items must be of the same type as the TreeTableColumn.
A Function that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
The type of the elements contained within the TreeTableColumn
instance.
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. These items must be of the same type as the TreeTableColumn.
A Function that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
Creates a ChoiceBox cell factory for use in TreeTableColumn controls.
The type of the elements contained within the TreeTableColumn
instance.
Zero or more items that will be shown to the user when the ChoiceBox
menu is showing. These items must be of the same type as the TreeTableColumn.
A Function that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Converts a ScalaFX ChoiceBoxTreeTableCell
to its JavaFX counterpart.
Converts a ScalaFX ChoiceBoxTreeTableCell
to its JavaFX counterpart.
The type of the elements contained within the TreeTableColumn
instance.
ScalaFX ChoiceBoxTreeTableCell
JavaFX ChoiceBoxTreeTableCell
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 1.0) Use forTreeTableColumn[S, T](T*)
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 1.0) Use forTreeTableColumn[S, T](StringConverter[T], T*)
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 1.0) Use forTreeTableColumn[S, T](StringConverter[T], ObservableBuffer[T])
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 1.0) Use forTreeTableColumn[S, T](ObservableBuffer[T])
Companion Object for scalafx.scene.control.cell.ChoiceBoxTreeTableCell.
8.0
Replace all references to JavaFX TreeTableColumn to its ScalaFX counterpart when it was created