ComboBoxEditableCell

trait ComboBoxEditableCell[C <: Cell[T] & ComboBoxEditable, T] extends SFXDelegate[C]

Cells which delegate contains the method comboBoxEditableProperty(): jfxbp.BooleanProperty.

Cells which delegate contains the method comboBoxEditableProperty(): jfxbp.BooleanProperty.

Type Params
C

Derivated type from JavaFX Cell

T

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

trait SFXDelegate[C]
class Object
trait Matchable
class Any

Value members

Concrete methods

A property representing whether the ComboBox, when shown to the user, is editable or not.

A property representing whether the ComboBox, when shown to the user, is editable or not.

def comboBoxEditable_=(v: Boolean): Unit

Inherited methods

def delegate: C

JavaFX object to be wrapped.

JavaFX object to be wrapped.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate