Creates a cell factory for use in a $ T T C cell factory.
Creates a cell factory for use in a $ T T C cell factory.
A Callback that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Creates a cell factory for use in a $ T T C cell factory.
Creates a cell factory for use in a $ T T C cell factory.
The type of the elements contained within the TreeTableColumn
instance.
A Function that, given an object of type TreeTableColumn[S, T], will return an ObservableValue[Boolean] that represents whether the given item is selected or not.
A S t r i n g C o n v e r t e r that, give an object of type T, will return a String that can be used to represent the object visually.
A Callback that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Creates a cell factory for use in a $ T T C cell factory.
Creates a cell factory for use in a $ T T C cell factory.
The type of the elements contained within the TreeTableColumn
instance.
A Function that, given an object of type TreeTableColumn[S, T], will return an ObservableValue[Boolean] that represents whether the given item is selected or not.
In some cases, it may be desirable to show a label in the TreeTableCell beside the CheckBox.
A Callback that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Creates a cell factory for use in a $ T T C cell factory.
Creates a cell factory for use in a $ T T C cell factory.
The type of the elements contained within the TreeTableColumn
instance.
A Function that, given an object of type TreeTableColumn[S, T], will return an ObservableValue[Boolean] that represents whether the given item is selected or not.
A Callback that will return a TreeTableCell that is able to work on the type of element contained within the TreeTableColumn.
Converts a ScalaFX CheckBoxTreeTableCell
to its JavaFX counterpart.
Converts a ScalaFX CheckBoxTreeTableCell
to its JavaFX counterpart.
The type of the elements contained within the TreeTableColumn
instance.
ScalaFX CheckBoxTreeTableCell
JavaFX CheckBoxTreeTableCell
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 8.0) Use forTreeTableColumn[S, T](Integer => ObservableValue[Boolean, java.lang.Boolean], StringConverter[T]))
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 8.0) Use forTreeTableColumn[S, T](Integer => ObservableValue[Boolean, java.lang.Boolean], Boolean))
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 8.0) Use forTreeTableColumn[S, T](Integer => ObservableValue[Boolean, java.lang.Boolean]))
Companion Object for scalafx.scene.control.cell.CheckBoxTreeTableCell.
8.0
Replace all references to JavaFX TreeTableColumn to its ScalaFX counterpart when it was created