Companion Object for scalafx.scene.control.cell.CheckBoxListCell.
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CheckBoxListCell.type
Members list
Value members
Concrete methods
Creates a cell factory for use in ListView controls.
Creates a cell factory for use in ListView controls.
Value parameters
- selectedProperty
-
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.
Attributes
Creates a cell factory for use in ListView controls.
Creates a cell factory for use in ListView controls.
Value parameters
- converter
-
A StringConverter that, give an object of type T, will return a String that can be used to represent the object visually.
- selectedProperty
-
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.
Attributes
Deprecated methods
Added to satisfy Spec tests.
Added to satisfy Spec tests.
Attributes
- Deprecated
-
[Since version 1.0]
Use forListView[T](T => ObservableValue[Boolean, java.lang.Boolean])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
Attributes
- Deprecated
-
[Since version 1.0]
Use forListView[T](T => ObservableValue[Boolean, java.lang.Boolean])
Implicits
Implicits
Converts a ScalaFX CheckBoxListCell
to its JavaFX counterpart.
Converts a ScalaFX CheckBoxListCell
to its JavaFX counterpart.
Value parameters
- cell
-
ScalaFX
CheckBoxListCell