_customCell.CustomCell

class CustomCell[T] extends Fx.Table.Cell.Setup[Fx.Table.Column._customCell.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[Fx.Table.Column._customCell.ROW, Fx.Table.Column._customCell.V, Fx.Table.Column._customCell.CustomCell.T]
trait _value[Fx.Table.Column._customCell.ROW, Fx.Table.Column._customCell.V, Fx.Table.Column._customCell.CustomCell.T]
trait Fx.Cell.Setup[Fx.Table.Cell[Fx.Table.Column._customCell.ROW, Fx.Table.Column._customCell.V, Fx.Table.Column._customCell.CustomCell.T]]
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

Constructor

def this(rowFilter: Fx.Table.Column._customCell.ROW => Boolean)(using voidDef: Any.Def.Void[T], docDef: Any.Def.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

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._customCell.ROW, V, T]): Unit
Inherited from
Setup
Source
Setup.scala
def doc: Doc
Inherited from
Setup
Source
Setup.scala
lazy protected val eventStore: Event.Store
Inherited from
Provider
Source
Provider.scala
def onCellChange[U](l: Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T] => U): Unit
Inherited from
Setup
Source
__.scala
def refreshEvery(tl: Time.Length): Unit
Inherited from
Setup
Source
__.scala
def refreshOn(d1: Fx.Table.Column._customCell.ROW => Observable, d2: Fx.Table.Column._customCell.ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
def refreshOn(d1: Fx.Table.Column._customCell.ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
override val rowFilter: Fx.Table.Column._customCell.ROW => Boolean

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 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._customCell.ROW, V, T] => Fx.Pos): Unit
Inherited from
Setup
Source
Setup.scala
def useAlignmentOpt(f: Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T] => 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 useCellSetup(f: Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T] => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useContextMenu(f: (Fx.Event.ContextMenu, Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useFormat(f: T => Opt[String], voidVal: Fx.Table.Column._customCell.ROW => Opt[String]): Unit
Inherited from
_value
Source
_value.scala
def useFormat(f: T => Opt[String]): Unit
Inherited from
_value
Source
_value.scala
def useMouseClicked(f: (Fx.Event.Mouse, Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useProUpgrade(f: (Fx.Table.Column._customCell.ROW, Pro.O[Opt[T]]) => Pro.O[Opt[T]]): Unit
Inherited from
_value
Source
_value.scala
def useStyle(f: Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T] => Fx.Style): Unit
Inherited from
Setup
Source
Setup.scala
def useStyleClass(f: Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T] => Fx.Style.Class): Unit
Inherited from
Setup
Source
Setup.scala
def useStyleClassOpt(f: Fx.Table.Cell[Fx.Table.Column._customCell.ROW, V, T] => 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._customCell.ROW, V, T] => 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[T] => Any): Unit
Inherited from
_value
Source
_value.scala
def useValueFromViewOptPro(f: V => Opt[Pro.O[T]]): Unit
Inherited from
_value
Source
_value.scala
def useValueFromViewPro(f: V => Pro.O[T]): Unit
Inherited from
_value
Source
_value.scala
def useValueFromViewProOpt(f: V => Pro.O[Opt[T]]): Unit
Inherited from
_value
Source
_value.scala
def useValueOptPro(f: Fx.Table.Column._customCell.ROW => Opt[Pro.O[T]]): Unit
Inherited from
_value
Source
_value.scala
def useValuePro(f: Fx.Table.Column._customCell.ROW => Pro.O[T]): Unit
Inherited from
_value
Source
_value.scala
def useValueProOpt(f: Fx.Table.Column._customCell.ROW => Pro.O[Opt[T]]): Unit
Inherited from
_value
Source
_value.scala