Fx.Table._customRow.CustomRow

class CustomRow extends Fx.Cell.Setup[Fx.Table.RowCell[ROW, VIEW]]
trait Able.Info
trait Able.Tag
class Object
trait Matchable
class Any

Def

Constructor

def this(filter: Fx.Table.RowCell[ROW, VIEW] => Boolean)

Body

override def apply(r: Fx.Table.RowCell[ROW, VIEW]): Unit
Definition Classes
Source
_customRow.scala
def updateTrigger_:(f: ROW => Observable): Unit

Inherited body

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.RowCell[ROW, VIEW] => 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
@targetName("cell_Setup")
def cell_:(f: Fx.Table.RowCell[ROW, VIEW] => Unit): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("contextMenu_Setup")
def contextMenu_:(f: (ContextMenu, Fx.Table.RowCell[ROW, VIEW]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def info: Info
Inherited from
Setup
Source
Setup.scala
@targetName("mouseClicked_Setup")
def mouseClicked_:(f: (Mouse, Fx.Table.RowCell[ROW, VIEW]) => Unit): Unit
Inherited from
Setup
Source
Setup.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.RowCell[ROW, VIEW] => 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.RowCell[ROW, VIEW] => 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