_customRow.CustomRow

class CustomRow extends Fx.Cell.Setup[Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW]]
trait Fx.Cell.Setup[Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW]]
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

Constructor

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

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
override def apply(r: Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW]): Unit
Definition Classes
Source
_customRow.scala
def doc: Doc
Inherited from
Setup
Source
Setup.scala
def refreshOn(f: Fx.Table._customRow.ROW => Observable): Unit

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.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW] => Fx.Pos): Unit
Inherited from
Setup
Source
Setup.scala
def useAlignmentOpt(f: Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW] => 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.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW] => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useContextMenu(f: (Fx.Event.ContextMenu, Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useMouseClicked(f: (Fx.Event.Mouse, Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def useStyle(f: Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW] => Fx.Style): Unit
Inherited from
Setup
Source
Setup.scala
def useStyleClass(f: Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW] => Fx.Style.Class): Unit
Inherited from
Setup
Source
Setup.scala
def useStyleClassOpt(f: Fx.Table.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW] => 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.RowCell[Fx.Table._customRow.ROW, Fx.Table.VIEW] => 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