TreeTableColumn

scalafx.scene.control.TreeTableColumn
See theTreeTableColumn companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class CellDataFeatures[S, T](val delegate: CellDataFeatures[S, T]) extends SFXDelegate[CellDataFeatures[S, T]]

Type parameters

S

The TreeTableView type

T

The TreeTableColumn type

Value parameters

delegate

A JavaFX CellDataFeatures to be wrapped. Its default value is a new JavaFX CellDataFeatures.

Attributes

Constructor

Creates a new CellDataFeatures from a JavaFX one.

Since

8.0

Companion
object
Supertypes
trait SFXDelegate[CellDataFeatures[S, T]]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class CellEditEvent[S, T](val delegate: CellEditEvent[S, T]) extends Event, SFXDelegate[CellEditEvent[S, T]]

Type parameters

S

The TreeTableView type

T

The TreeTableColumn type

Value parameters

delegate

A JavaFX CellDataFeatures to be wrapped. Its default value is a new JavaFX CellDataFeatures.

Attributes

Constructor

Creates a new CellDataFeatures from a JavaFX one.

Since

8.0

Companion
object
Supertypes
class Event
trait SFXDelegate[CellEditEvent[S, T]]
class Object
trait Matchable
class Any
object CellEditEvent

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class SortType(val delegate: SortType) extends SFXEnumDelegate[SortType]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[SortType]
trait SFXDelegate[SortType]
class Object
trait Matchable
class Any
Known subtypes
object Ascending.type
object Descending.type
object SortType extends SFXEnumDelegateCompanion[SortType, SortType]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
SortType.type

Value members

Concrete methods

def classCssMetaData: Seq[CssMetaData[_ <: Styleable, _]]

The CssMetaData of this Styleable. This may be returned as an unmodifiable list.

The CssMetaData of this Styleable. This may be returned as an unmodifiable list.

Attributes

def editAnyEvent: EventType[CellEditEvent[Nothing, Nothing]]

Parent event for any TreeTableColumn edit event.

Parent event for any TreeTableColumn edit event.

Attributes

def editCancelEvent: EventType[CellEditEvent[Nothing, Nothing]]

Indicates that the editing has been canceled, meaning that no change should be made to the backing data source.

Indicates that the editing has been canceled, meaning that no change should be made to the backing data source.

Attributes

def editCommitEvent: EventType[CellEditEvent[Nothing, Nothing]]

Indicates that the editing has been committed by the user, meaning that a change should be made to the backing data source to reflect the new data.

Indicates that the editing has been committed by the user, meaning that a change should be made to the backing data source to reflect the new data.

Attributes

def editStartEvent: EventType[CellEditEvent[Nothing, Nothing]]

Indicates that the user has performed some interaction to start an edit event, or alternatively the TableView.edit(Int, TableColumn) method has been called.

Indicates that the user has performed some interaction to start an edit event, or alternatively the TableView.edit(Int, TableColumn) method has been called.

Attributes

Concrete fields

If no cellFactory is specified on a TreeTableColumn instance, then this one will be used by default.

If no cellFactory is specified on a TreeTableColumn instance, then this one will be used by default.

Attributes

Implicits

Implicits

implicit def sfxTreeTableColumn2jfx[S, T](v: TreeTableColumn[S, T]): TreeTableColumn[S, T]

Converts a ScalaFX TreeTableColumn instance to its JavaFX counterpart.

Converts a ScalaFX TreeTableColumn instance to its JavaFX counterpart.

Value parameters

v

ScalaFX TreeTableColumn

Attributes

Returns

JavaFX TreeTableColumn