Fx.Table._column.Column

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

Member

Inherited

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

Inherited

protected type REAL = TableColumn[ROW, Fx.Table.Cell.Item[ROW, V, A]]
Inherited from
Column
Source
__.scala

Def

Constructor

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

Local

def table: Fx.Table[ROW]

Inherited inherited

Unsupported operation

Unsupported operation

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

Inherited from
Setup
Source
Setup.scala
@targetName("alignment_SetupOpt")
def alignment_:?(f: Fx.Table.Cell[ROW, VIEW, A] => Opt[Pos]): Unit

Alignment optional setup

Alignment optional setup

Function providing optional alignment based on current cell state

Inherited from
Setup
Source
Setup.scala
def alignment_=(s: 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[ROW, VIEW, A]): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("cell_Setup")
def cell_:(f: Fx.Table.Cell[ROW, VIEW, A] => Unit): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("contextMenu_Setup")
def contextMenu_:(f: (ContextMenu, Fx.Table.Cell[ROW, VIEW, A]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("createCell_Setup")
def createCell_:(f: => Fx.Table.Cell[ROW, VIEW, A]): Unit
Inherited from
Column
Source
__.scala
Inherited from
Column
Source
__.scala
@targetName("edit_Setup")
def edit_:(e: => _edit.Editor, commit: (ROW, A) => Unit, enabled: ROW => Boolean): Unit
Inherited from
_edit
Source
_edit.scala
@targetName("enhance_SetupProOpt")
def enhance_:*?(f: (ROW, Pro.Observable[Opt[A]]) => Pro.Observable[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
lazy protected val eventStore: Store
Inherited from
Provider
Source
Provider.scala
@targetName("format_Setup")
def format_:(f: A => Opt, voidVal: ROW => Opt): Unit
Inherited from
_value
Source
_value.scala
@targetName("format_Setup")
def format_:(f: A => Opt): Unit
Inherited from
_value
Source
_value.scala
@targetName("graphic_Pro")
Inherited from
_properties
Source
_properties.scala
@targetName("id_Pro")
def id_*: OM
Inherited from
_properties
Source
_properties.scala
override def info: Info
Definition Classes
Inherited from
Column
Source
__.scala
@targetName("label_Pro")
def label_*: OM
Inherited from
_properties
Source
_properties.scala
@targetName("maxWidth_Pro")
Inherited from
_properties
Source
_properties.scala
@targetName("minWidth_Pro")
Inherited from
_properties
Source
_properties.scala
@targetName("mouseClicked_Setup")
def mouseClicked_:(f: (Mouse, Fx.Table.Cell[ROW, VIEW, A]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def onCellChange[U](l: Fx.Table.Cell[ROW, VIEW, A] => U): Unit
Inherited from
Setup
Source
__.scala
@targetName("ordering_Pro")
lazy val ordering_*: Pro.ObservableMutable[Ordering[A]]
Inherited from
Column
Source
__.scala
@targetName("prefWidth_Pro")
Inherited from
_properties
Source
_properties.scala
val real: TableColumn[ROW, Fx.Table.Cell.Item[ROW, VIEW, A]]
Inherited from
Column
Source
__.scala
@targetName("refresh_Range")
def refresh_<>(r: <>): Unit
Inherited from
Column
Source
__.scala
def refreshAt(i: Int): Unit
Inherited from
Column
Source
__.scala
def refreshColumn: Unit
Inherited from
Column
Source
__.scala
def refreshEvery(tl: Length): Unit
Inherited from
Setup
Source
__.scala
def refreshRow(c: Fx.Table.Cell[ROW, VIEW, A]): Unit
Inherited from
Column
Source
__.scala
def reposition(index: Int): Unit
Inherited from
Column
Source
__.scala
@targetName("sortable_Pro")
lazy val sortable_*: OM
Inherited from
Column
Source
__.scala
def style: Style

Unsupported operation

Unsupported operation

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

Inherited from
Setup
Source
Setup.scala
@targetName("style_SetupOpt")
def style_:?(f: Fx.Table.Cell[ROW, VIEW, A] => Opt[Style]): Unit

Style optional setup

Style optional setup

Function providing optional style based on current cell state

Inherited from
Setup
Source
Setup.scala
def style_=(s: 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
@targetName("styleClass_SetupOpt")
def styleClass_:?(f: Fx.Table.Cell[ROW, VIEW, A] => Opt[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 styleClass_=(s: Class): Unit

Set styleClass

Set styleClass

Specific styleClass set to the cell before rendering

Inherited from
Setup
Source
Setup.scala
def tag: String

To String

To String

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

Inherited from
Info
Source
Doc.scala
@targetName("tooltip_Setup")
def tooltip_:(f: Opt[A] => Any): Unit
Inherited from
_value
Source
_value.scala
@targetName("updateTrigger_Setup")
def updateTrigger_:(d1: ROW => Observable, d2: ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
@targetName("updateTrigger_Setup")
def updateTrigger_:(d1: ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
@targetName("value_Setup")
def value_:(f: ROW => A): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupPro")
def value_:*(f: ROW => Pro.Observable[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupProOpt")
def value_:*?(f: ROW => Pro.Observable[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupOpt")
def value_:?(f: ROW => Opt[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupOptPro")
def value_:?*(f: ROW => Opt[Pro.Observable[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_Setup")
def valueView_:(f: VIEW => A): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupPro")
def valueView_:*(f: VIEW => Pro.Observable[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupProOpt")
def valueView_:*?(f: VIEW => Pro.Observable[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupOpt")
def valueView_:?(f: VIEW => Opt[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupOptPro")
def valueView_:?*(f: VIEW => Opt[Pro.Observable[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("visible_Pro")
Inherited from
_properties
Source
_properties.scala
Inherited from
Column
Source
__.scala
@targetName("width_Pro")
def width_*: O
Inherited from
_properties
Source
_properties.scala