Fx.Table.Column._customCell.CustomCell

class CustomCell[T] extends Fx.Table.Cell.Setup[ROW, V, T]

Custom cell

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

Source
_customCell.scala
trait Fx.Table.Cell.Setup[ROW, V, T]
trait _value[ROW, V, T]
trait Fx.Cell.Setup[Fx.Table.Cell[ROW, V, T]]
trait Able.Info
trait Able.Tag
class Object
trait Matchable
class Any

Def

Constructor

def this(rowFilter: ROW => Boolean)(using voidTag: Info.Tag.Void[T], docTag: Info.Tag.Doc[T])

For filtered rows

For filtered rows

Creates custom cell for rows defined by given filter

There can be many custom cells. For each non empty row, cells are tested in the order created, and the first positive is applied. If non is applied, formatting is defaulted to column

Source
_customCell.scala
def this(v: EMPTY)

Empty rows

Empty rows

Creates custom cell for empty rows

There can be only one empty row formatter

Source
_customCell.scala

Local

override val rowFilter: ROW => Boolean

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, V, T] => 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, V, T]): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("cell_Setup")
def cell_:(f: Fx.Table.Cell[ROW, V, T] => Unit): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("contextMenu_Setup")
def contextMenu_:(f: (ContextMenu, Fx.Table.Cell[ROW, V, T]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("enhance_SetupProOpt")
def enhance_:*?(f: (ROW, Pro.Observable[Opt[T]]) => Pro.Observable[Opt[T]]): Unit
Inherited from
_value
Source
_value.scala
lazy protected val eventStore: Store
Inherited from
Provider
Source
Provider.scala
@targetName("format_Setup")
def format_:(f: T => Opt, voidVal: ROW => Opt): Unit
Inherited from
_value
Source
_value.scala
@targetName("format_Setup")
def format_:(f: T => Opt): Unit
Inherited from
_value
Source
_value.scala
def info: Info
Inherited from
Setup
Source
Setup.scala
@targetName("mouseClicked_Setup")
def mouseClicked_:(f: (Mouse, Fx.Table.Cell[ROW, V, T]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def onCellChange[U](l: Fx.Table.Cell[ROW, V, T] => U): Unit
Inherited from
Setup
Source
__.scala
def refreshEvery(tl: Length): Unit
Inherited from
Setup
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, V, T] => 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, V, T] => 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[T] => 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 => T): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupPro")
def value_:*(f: ROW => Pro.Observable[T]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupProOpt")
def value_:*?(f: ROW => Pro.Observable[Opt[T]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupOpt")
def value_:?(f: ROW => Opt[T]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupOptPro")
def value_:?*(f: ROW => Opt[Pro.Observable[T]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_Setup")
def valueView_:(f: V => T): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupPro")
def valueView_:*(f: V => Pro.Observable[T]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupProOpt")
def valueView_:*?(f: V => Pro.Observable[Opt[T]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupOpt")
def valueView_:?(f: V => Opt[T]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupOptPro")
def valueView_:?*(f: V => Opt[Pro.Observable[T]]): Unit
Inherited from
_value
Source
_value.scala