Creates a cell factory for use in ListView controls.
Creates a cell factory for use in ListView controls.
A Function that, given an object of type T (which is a value taken out of the ListView[T] list), will return an ObservableValue[Boolean] that represents whether the given item is selected or not.
A StringConverter that, give an object of type T, will return a String that can be used to represent the object visually.
Creates a cell factory for use in ListView controls.
Creates a cell factory for use in ListView controls.
A Function that, given an object of type T (which is a value taken out of the ListView[T] list), will return an ObservableValue[Boolean] that represents whether the given item is selected or not.
Converts a ScalaFX CheckBoxListCell
to its JavaFX counterpart.
Converts a ScalaFX CheckBoxListCell
to its JavaFX counterpart.
ScalaFX CheckBoxListCell
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forListView[T](T => ObservableValue[Boolean, java.lang.Boolean])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forListView[T](T => ObservableValue[Boolean, java.lang.Boolean])
Companion Object for scalafx.scene.control.cell.CheckBoxListCell.