class

TableFlags

@Js
const class TableFlags : Obj

Table specific flags for eventing

constructors make

fields focused

Table has focus

selected

Row is selected

defVal

Default value with all flags cleared

methods toStr

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 Str toStr()

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST