CellDataFeatures

class CellDataFeatures[S, T](val delegate: CellDataFeatures[S, T]) extends SFXDelegate[CellDataFeatures[S, T]]
trait SFXDelegate[CellDataFeatures[S, T]]
class Object
trait Matchable
class Any

Value members

Constructors

def this(tableView: TableView[S], tableColumn: TableColumn[S, T], value: S)

Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.

Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.

Concrete methods

Returns the TableColumn passed in to the constructor.

Returns the TableColumn passed in to the constructor.

Returns the TableView passed in to the constructor.

Returns the TableView passed in to the constructor.

def value: S

Returns the value passed in to the constructor.

Returns the value passed in to the constructor.

Inherited methods

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

Concrete fields

override val delegate: CellDataFeatures[S, T]