type

TableFlags

@Js
const class TableFlags : Obj

Table specific flags for eventing

constructors

fields

defVal

Default value with all flags cleared

focused

Table has focus.

selected

Row is selected.

methods

Slot Details

defVal

const static TableFlags defVal := ...

Default value with all flags cleared

focused

const Bool focused

Table has focus.

make

new make(|This| f)

selected

const Bool selected

Row is selected.

toStr

virtual override Str toStr()