StateSelectableCell

scalafx.scene.control.cell.`package`.StateSelectableCell
trait StateSelectableCell[C <: Cell[T] & StateSelectable[J], T, J] extends SFXDelegate[C]

Cells which delegate contains the property selectedStateCallback.

TODO: Convert selectedStateCallback getter return type from jfxbp.ObjectProperty[jfxu.Callback[J, javafx.beans.property.ObservableValue[java.lang.Boolean]]] to ObjectProperty[J => ObservableValue[Boolean, java.lang.Boolean]].

Type parameters

C

Derivated type from JavaFX Cell

J

Original Java type used by converter.

T

The type of the elements contained within the inner element inside the Cell.

Attributes

Graph
Supertypes
trait SFXDelegate[C]
class Object
trait Matchable
class Any
Known subtypes
class CheckBoxListCell[T]
class CheckBoxTableCell[S, T]
class CheckBoxTreeCell[T]
class CheckBoxTreeTableCell[S, T]

Members list

Value members

Concrete methods

def selectedStateCallback: ObjectProperty[Callback[J, ObservableValue[Boolean]]]

Property representing the Callback that is bound to by the element inside the Cell shown on screen.

Property representing the Callback that is bound to by the element inside the Cell shown on screen.

Attributes

Inherited methods

def delegate: D

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes

Inherited from:
SFXDelegate
override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate