ItemableCell

scalafx.scene.control.cell.`package`.ItemableCell
trait ItemableCell[C <: Cell[T] & Itemable[T], T] extends SFXDelegate[C]

javafx.scene.control.Cells that contains the method getItems(): ObservableList[T].

Type parameters

C

Derived type from JavaFX Cell

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 ChoiceBoxTableCell[S, T]
class ComboBoxListCell[T]
class ComboBoxTableCell[S, T]
class ComboBoxTreeCell[T]
class ComboBoxTreeTableCell[S, T]
Show all

Members list

Value members

Concrete methods

Returns the items to be displayed in the ChoiceBox when it is showing.

Returns the items to be displayed in the ChoiceBox when it is showing.

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