Fx.Table.Column

abstract class Column[ROW, V, A] extends Fx.Table.Cell.Setup[ROW, V, A] with _value[ROW, V, A] with _edit[ROW, V, A] with _properties[ROW, V, A] with _customCell[ROW, V, A]
Source
__.scala
trait _customCell[ROW, V, A]
trait _properties[ROW, V, A]
trait _edit[ROW, V, A]
trait _value[ROW, V, A]
trait Fx.Table.Cell.Setup[ROW, V, A]
trait _value[ROW, V, A]
trait Fx.Cell.Setup[Fx.Table.Cell[ROW, V, A]]
trait Able.Info
trait Able.Tag
class Object
trait Matchable
class Any

Member

Inherited

class CheckBox

CheckBox Editor

Inherited from
_edit
Source
_edit.scala
class ComboBox

ComboBox Editor

Inherited from
_edit
Source
_edit.scala
class CustomCell[T]

Custom cell

By default all cells are formatted with column definitions. Custom sell defines special format for certain raws

Inherited from
_customCell
Source
_customCell.scala
trait Editor

Cell Editor

Inherited from
_edit
Source
_edit.scala
class TextField(parser: String => Result[A])

TextField Editor

Inherited from
_edit
Source
_edit.scala

Alias

protected type REAL = TableColumn[ROW, Fx.Table.Cell.Item[ROW, V, A]]
Source
__.scala

Def

@targetName("createCell_Setup")
def createCell_:(f: => Fx.Table.Cell[ROW, V, A]): Unit
Source
__.scala
override def info: Info
Definition Classes
Source
__.scala
@targetName("ordering_Pro")
lazy val ordering_*: Pro.ObservableMutable[Ordering[A]]
Source
__.scala
val real: TableColumn[ROW, Fx.Table.Cell.Item[ROW, V, A]]
Source
__.scala
@targetName("refresh_Range")
def refresh_<>(r: <>): Unit
Source
__.scala
def refreshAt(i: Int): Unit
Source
__.scala
def refreshColumn: Unit
Source
__.scala
def refreshRow(c: Fx.Table.Cell[ROW, V, A]): Unit
Source
__.scala
def reposition(index: Int): Unit
Source
__.scala
@targetName("sortable_Pro")
lazy val sortable_*: OM
Source
__.scala
def table: Fx.Table[ROW]
Source
__.scala

Inherited

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.Cell[ROW, V, A] => 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
def apply(c: Fx.Table.Cell[ROW, V, A]): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("cell_Setup")
def cell_:(f: Fx.Table.Cell[ROW, V, A] => Unit): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("contextMenu_Setup")
def contextMenu_:(f: (ContextMenu, Fx.Table.Cell[ROW, V, A]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
@targetName("edit_Setup")
def edit_:(e: => _edit.Editor, commit: (ROW, A) => Unit, enabled: ROW => Boolean): Unit
Inherited from
_edit
Source
_edit.scala
@targetName("enhance_SetupProOpt")
def enhance_:*?(f: (ROW, Pro.Observable[Opt[A]]) => Pro.Observable[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
lazy protected val eventStore: Store
Inherited from
Provider
Source
Provider.scala
@targetName("format_Setup")
def format_:(f: A => Opt, voidVal: ROW => Opt): Unit
Inherited from
_value
Source
_value.scala
@targetName("format_Setup")
def format_:(f: A => Opt): Unit
Inherited from
_value
Source
_value.scala
@targetName("graphic_Pro")
Inherited from
_properties
Source
_properties.scala
@targetName("id_Pro")
def id_*: OM
Inherited from
_properties
Source
_properties.scala
@targetName("label_Pro")
def label_*: OM
Inherited from
_properties
Source
_properties.scala
@targetName("maxWidth_Pro")
Inherited from
_properties
Source
_properties.scala
@targetName("minWidth_Pro")
Inherited from
_properties
Source
_properties.scala
@targetName("mouseClicked_Setup")
def mouseClicked_:(f: (Mouse, Fx.Table.Cell[ROW, V, A]) => Unit): Unit
Inherited from
Setup
Source
Setup.scala
def onCellChange[U](l: Fx.Table.Cell[ROW, V, A] => U): Unit
Inherited from
Setup
Source
__.scala
@targetName("prefWidth_Pro")
Inherited from
_properties
Source
_properties.scala
def refreshEvery(tl: Length): Unit
Inherited from
Setup
Source
__.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.Cell[ROW, V, A] => 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.Cell[ROW, V, A] => 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
@targetName("tooltip_Setup")
def tooltip_:(f: Opt[A] => Any): Unit
Inherited from
_value
Source
_value.scala
@targetName("updateTrigger_Setup")
def updateTrigger_:(d1: ROW => Observable, d2: ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
@targetName("updateTrigger_Setup")
def updateTrigger_:(d1: ROW => Observable): Unit
Inherited from
Setup
Source
__.scala
@targetName("value_Setup")
def value_:(f: ROW => A): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupPro")
def value_:*(f: ROW => Pro.Observable[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupProOpt")
def value_:*?(f: ROW => Pro.Observable[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupOpt")
def value_:?(f: ROW => Opt[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("value_SetupOptPro")
def value_:?*(f: ROW => Opt[Pro.Observable[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_Setup")
def valueView_:(f: V => A): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupPro")
def valueView_:*(f: V => Pro.Observable[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupProOpt")
def valueView_:*?(f: V => Pro.Observable[Opt[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupOpt")
def valueView_:?(f: V => Opt[A]): Unit
Inherited from
_value
Source
_value.scala
@targetName("valueView_SetupOptPro")
def valueView_:?*(f: V => Opt[Pro.Observable[A]]): Unit
Inherited from
_value
Source
_value.scala
@targetName("visible_Pro")
Inherited from
_properties
Source
_properties.scala
@targetName("width_Pro")
def width_*: O
Inherited from
_properties
Source
_properties.scala