Companion Object for scalafx.scene.control.cell.ComboBoxTreeTableCell.
Attributes
- Since
-
8.0
- Todo
-
Replace all references to $JFX
$TTC
to its $SFX counterpart when it was created - Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Type parameters
- T
-
The type of the elements contained within the
TreeTableColumn
.
Value parameters
- items
-
Zero or more items that will be shown to the user when the
ComboBox
menu is showing.
Attributes
- Returns
-
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Type parameters
- The
-
type of the elements contained within the
TreeTableColumn
.
Value parameters
- converter
-
A scalafx.util.StringConverter to convert the given item (of type T) to a String for displaying to the user.
- items
-
Zero or more items that will be shown to the user when the
ComboBox
menu is showing.
Attributes
- Returns
-
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Type parameters
- The
-
type of the elements contained within the
TreeTableColumn
.
Value parameters
- converter
-
A scalafx.util.StringConverter to convert the given item (of type T) to a String for displaying to the user.
- items
-
Zero or more items that will be shown to the user when the
ComboBox
menu is showing.
Attributes
- Returns
-
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Type parameters
- The
-
type of the elements contained within the
TreeTableColumn
.
Value parameters
- items
-
Zero or more items that will be shown to the user when the
ComboBox
menu is showing.
Attributes
- Returns
-
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Deprecated methods
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
Attributes
- Deprecated
-
[Since version 8.0]
Use forTreeTableColumn[S, T](ObservableBuffer[S, T])
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
Attributes
- Deprecated
-
[Since version 8.0]
Use forTreeTableColumn[S, T](StringConverter[S, T], ObservableBuffer[S, T])
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
Attributes
- Deprecated
-
[Since version 8.0]
Use forTreeTableColumn[S, T](StringConverter[S, T], T*)
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
Attributes
- Deprecated
-
[Since version 8.0]
Use forTreeTableColumn[S, T](T*)
Implicits
Implicits
Converts a ScalaFX ComboBoxTreeTableCell
to its JavaFX counterpart.
Converts a ScalaFX ComboBoxTreeTableCell
to its JavaFX counterpart.
Type parameters
- T
-
The type of the elements contained within the
TreeTableColumn
.
Value parameters
- cell
-
ScalaFX
ComboBoxTreeTableCell
Attributes
- Returns
-
JavaFX
ComboBoxTreeTableCell