Creates a cell factory for use in a TreeView control.
Creates a cell factory for use in a TreeView control.
The type of the elements contained within the TreeItem instances.
A Function that, given an object of type TreeItem
, will return an ObservableValue[Boolean]
that
represents whether the given item is selected or not.
A StringConverter that, give an object of type TreeItem, will return a String that can be used to represent the object visually.
A Function that will return a TreeCell that is able to work on the type of element contained within the TreeView root, and all of its children (recursively).
Creates a cell factory for use in a TreeView control.
Creates a cell factory for use in a TreeView control.
The type of the elements contained within the TreeItem instances.
A Function that, given an object of type TreeItem
, will return an ObservableValue[Boolean]
that
represents whether the given item is selected or not.
A Function that will return a TreeCell that is able to work on the type of element contained within the TreeView root, and all of its children (recursively).
Creates a cell factory for use in a TreeView control, although there is a major assumption when used in a TreeView: this cell factory assumes that the TreeView root, and all children are instances of CheckBoxTreeItem, rather than the default TreeItem class that is used normally.
Creates a cell factory for use in a TreeView control, although there is a major assumption when used in a TreeView: this cell factory assumes that the TreeView root, and all children are instances of CheckBoxTreeItem, rather than the default TreeItem class that is used normally.
The type of the elements contained within the CheckBoxTreeItem instances.
A Function that will return a TreeCell that is able to work on the type of element contained within the TreeView root, and all of its children (recursively).
Converts a ScalaFX CheckBoxTableCell
to its JavaFX counterpart.
Converts a ScalaFX CheckBoxTableCell
to its JavaFX counterpart.
ScalaFX CheckBoxTableCell
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTreeView[T](TreeItem[T] => ObservableValue[Boolean, java.lang.Boolean], StringConverter[TreeItem[T]])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTreeView[T](TreeItem[T] => ObservableValue[Boolean, java.lang.Boolean]])
Companion Object for scalafx.scene.control.cell.CheckBoxTreeCell.