Fx.Cell.Setup

trait Setup[CELL <: Fx.Cell] extends Able.Doc
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

Unsupported operation

Unsupported operation

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

Source
Setup.scala
def alignment_=(s: Fx.Pos): Unit

Set alignment

Set alignment

Specific alignment set to the cell before rendering

Source
Setup.scala
def apply(c: Fx.Cell.Setup.CELL): Unit
def doc: Doc

Unsupported operation

Unsupported operation

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

Source
Setup.scala
def style_=(s: Fx.Style): Unit

Set style

Set style

Specific style set to the cell before rendering

Source
Setup.scala

Unsupported operation

Unsupported operation

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

Source
Setup.scala

Set styleClass

Set styleClass

Specific styleClass set to the cell before rendering

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.Cell.Setup.CELL => Fx.Pos): Unit
def useAlignmentOpt(f: Fx.Cell.Setup.CELL => Opt[Fx.Pos]): Unit

Alignment optional setup

Alignment optional setup

Function providing optional alignment based on current cell state

Source
Setup.scala
def useCellSetup(f: Fx.Cell.Setup.CELL => Unit): Unit
def useContextMenu(f: (Fx.Event.ContextMenu, Fx.Cell.Setup.CELL) => Unit): Unit
def useMouseClicked(f: (Fx.Event.Mouse, Fx.Cell.Setup.CELL) => Unit): Unit
def useStyle(f: Fx.Cell.Setup.CELL => Fx.Style): Unit
def useStyleClass(f: Fx.Cell.Setup.CELL => Fx.Style.Class): Unit
def useStyleClassOpt(f: Fx.Cell.Setup.CELL => Opt[Fx.Style.Class]): Unit

StyleClass optional setup

StyleClass optional setup

Function providing optional style class based on current cell state

Source
Setup.scala
def useStyleOpt(f: Fx.Cell.Setup.CELL => Opt[Fx.Style]): Unit

Style optional setup

Style optional setup

Function providing optional style based on current cell state

Source
Setup.scala