class

TableFlags

@Js
const class TableFlags : Obj

Table specific flags for eventing

constructors make

fields defVal

Default value with all flags cleared

focused

Table has focus

selected

Row is selected

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.6 ∙ 21-Jul-2026 09:48 EDT