enum class fwt::WindowMode

sys::Obj
  sys::Enum
    fwt::WindowMode

@Js
@Serializable { simple=true }

Source

Enum for Window.mode.

appModal

const static WindowMode appModal := ...

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

Return the WindowMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

modeless

const static WindowMode modeless := ...

Source

sysModal

const static WindowMode sysModal := ...

Source

vals

const static WindowMode[] vals := ...

Source

List of WindowMode values indexed by ordinal

windowModal

const static WindowMode windowModal := ...

Source