Fx.Table.Cell.Item

class Item[ROW, V, A](val row: Fx.Table.Cell.Item.ROW, val setup: Fx.Table.Cell.Setup[Fx.Table.Cell.Item.ROW, V, A], val valueOpt: Opt[A]) extends Able.Doc
trait Able.Doc
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

def doc: Doc
def make(v: Opt[A]): Fx.Table.Cell.Item[Fx.Table.Cell.Item.ROW, V, A]
val row: Fx.Table.Cell.Item.ROW
val setup: Fx.Table.Cell.Setup[Fx.Table.Cell.Item.ROW, V, A]
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 textOpt: Opt[String]
def value: A
val valueOpt: Opt[A]