_column.Column

class Column[A] extends Fx.Table.Column[Fx.Table._column.ROW, Fx.Table.VIEW, A]
class Fx.Table.Column[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]
trait _customCell[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]
trait _properties[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]
trait _edit[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]
trait _value[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]
trait Fx.Table.Cell.Setup[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]
trait _value[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]
trait Fx.Cell.Setup[Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, Fx.Table._column.Column.A]]
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Member

class CheckBox

CheckBox Editor

Inherited from
_edit
Source
_edit.scala
class ComboBox

ComboBox Editor

Inherited from
_edit
Source
_edit.scala
class CustomCell[T]

Custom cell

By default all cells are formatted with column definitions. Custom sell defines special format for certain raws

Inherited from
_customCell
Source
_customCell.scala
trait Editor

Cell Editor

Inherited from
_edit
Source
_edit.scala
class TextField(parser: String => Result[A])

TextField Editor

Inherited from
_edit
Source
_edit.scala

Alias

protected type REAL = javafx.scene.control.TableColumn[Fx.Table.Column.ROW, Fx.Table.Cell.Item[Fx.Table.Column.ROW, V, A]]
Inherited from
Column
Source
__.scala
val real: javafx.scene.control.TableColumn[Fx.Table._column.ROW, Fx.Table.Cell.Item[Fx.Table._column.ROW, Fx.Table.VIEW, A]]
Inherited from
Column
Source
__.scala

Def

Constructor

def this(using oo: Opt[Ordering[A]])(using t: Any.Def.Void[A], d: Any.Def.Doc[A])
def this(label: String, widthOpt: Int.Opt, f: Fx.Table._column.ROW => A)(using o: Opt[Ordering[A]])(using t: Any.Def.Void[A], d: Any.Def.Doc[A])
def this(label: String, f: Fx.Table._column.ROW => A)(using o: Opt[Ordering[A]])(using t: Any.Def.Void[A], d: Any.Def.Doc[A])
def this(label: String, width: Int)(using o: Opt[Ordering[A]])(using t: Any.Def.Void[A], d: Any.Def.Doc[A])
def this(label: String)(using o: Opt[Ordering[A]])(using t: Any.Def.Void[A], d: Any.Def.Doc[A])
def this(f: Fx.Table._column.ROW => A)(using o: Opt[Ordering[A]])(using t: Any.Def.Void[A], d: Any.Def.Doc[A])

Body

Unsupported operation

Unsupported operation

Value cannot be read. Method is needed for the 'set' operation work correctly

Inherited from
Setup
Source
Setup.scala
def alignment_=(s: Fx.Pos): Unit

Set alignment

Set alignment

Specific alignment set to the cell before rendering

Inherited from
Setup
Source
Setup.scala
def apply(c: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A]): Unit
Inherited from
Setup
Source
Setup.scala
override def doc: Doc
Definition Classes
Inherited from
Column
Source
__.scala
Inherited from
Column
Source
__.scala
lazy protected val eventStore: Event.Store
Inherited from
Provider
Source
Provider.scala
def idPro: Pro.OM[String]
Inherited from
_properties
Source
_properties.scala
def labelPro: Pro.OM[String]
Inherited from
_properties
Source
_properties.scala
def onCellChange[U](l: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => U): Unit
Inherited from
Setup
Source
__.scala
@scala.annotation.threadUnsafe
Inherited from
_properties
Source
_properties.scala
def refreshAt(i: Int): Unit
Inherited from
Column
Source
__.scala
def refreshColumn: Unit
Inherited from
Column
Source
__.scala
def refreshEvery(tl: Time.Length): Unit
Inherited from
Setup
Source
__.scala
def refreshOn(d1: Fx.Table._column.ROW => Observable, d2: Fx.Table._column.ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
def refreshOn(d1: Fx.Table._column.ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
def refreshRange(r: Int.Range): Unit
Inherited from
Column
Source
__.scala
def refreshRow(c: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A]): Unit
Inherited from
Column
Source
__.scala
def reposition(index: Int): Unit
Inherited from
Column
Source
__.scala
@scala.annotation.threadUnsafe
Inherited from
_properties
Source
_properties.scala

Unsupported operation

Unsupported operation

Value cannot be read. Method is needed for the 'set' operation work correctly

Inherited from
Setup
Source
Setup.scala
def style_=(s: Fx.Style): Unit

Set style

Set style

Specific style set to the cell before rendering

Inherited from
Setup
Source
Setup.scala

Unsupported operation

Unsupported operation

Value cannot be read. Method is needed for the 'set' operation work correctly

Inherited from
Setup
Source
Setup.scala

Set styleClass

Set styleClass

Specific styleClass set to the cell before rendering

Inherited from
Setup
Source
Setup.scala
def table: Fx.Table[Fx.Table._column.ROW]
def tag: String

Make String

Make String

tag returns this instance String representation, which should be used insted of toString

Inherited from
Doc
Source
Doc.scala
def useAlignment(f: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => Fx.Pos): Unit
Inherited from
Setup
Source
Setup.scala
def useAlignmentOpt(f: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => Opt[Fx.Pos]): Unit

Alignment optional setup

Alignment optional setup

Function providing optional alignment based on current cell state

Inherited from
Setup
Source
Setup.scala
def useCell(f: => Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A]): Unit
Inherited from
Column
Source
__.scala
def useCellSetup(f: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useContextMenu(f: (Fx.Event.ContextMenu, Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useEditor(e: => _edit.Editor, commit: (Fx.Table._column.ROW, A) => Unit, enabled: Fx.Table._column.ROW => Boolean): Unit
Inherited from
_edit
Source
_edit.scala
def useFormat(f: A => Opt[String], voidVal: Fx.Table._column.ROW => Opt[String]): Unit
Inherited from
_value
Source
_value.scala
def useFormat(f: A => Opt[String]): Unit
Inherited from
_value
Source
_value.scala
def useMouseClicked(f: (Fx.Event.Mouse, Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useProUpgrade(f: (Fx.Table._column.ROW, Pro.O[Opt[A]]) => Pro.O[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
def useStyle(f: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => Fx.Style): Unit
Inherited from
Setup
Source
Setup.scala
def useStyleClass(f: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => Fx.Style.Class): Unit
Inherited from
Setup
Source
Setup.scala
def useStyleClassOpt(f: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => Opt[Fx.Style.Class]): Unit

StyleClass optional setup

StyleClass optional setup

Function providing optional style class based on current cell state

Inherited from
Setup
Source
Setup.scala
def useStyleOpt(f: Fx.Table.Cell[Fx.Table._column.ROW, Fx.Table.VIEW, A] => Opt[Fx.Style]): Unit

Style optional setup

Style optional setup

Function providing optional style based on current cell state

Inherited from
Setup
Source
Setup.scala
def useTooltip(f: Opt[A] => Any): Unit
Inherited from
_value
Source
_value.scala
def useValueFromViewOptPro(f: Fx.Table.VIEW => Opt[Pro.O[A]]): Unit
Inherited from
_value
Source
_value.scala
def useValueFromViewPro(f: Fx.Table.VIEW => Pro.O[A]): Unit
Inherited from
_value
Source
_value.scala
def useValueFromViewProOpt(f: Fx.Table.VIEW => Pro.O[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
def useValueOptPro(f: Fx.Table._column.ROW => Opt[Pro.O[A]]): Unit
Inherited from
_value
Source
_value.scala
def useValuePro(f: Fx.Table._column.ROW => Pro.O[A]): Unit
Inherited from
_value
Source
_value.scala
def useValueProOpt(f: Fx.Table._column.ROW => Pro.O[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
Inherited from
Column
Source
__.scala