enum class fwt::WindowMode
sys::Obj sys::Enum fwt::WindowMode
@Js@Serializable { simple=true }
Enum for Window.mode.
- appModal
-
const static WindowMode appModal := ... - fromStr
-
static new fromStr(Str name, Bool checked := true)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 := ... - sysModal
-
const static WindowMode sysModal := ... - vals
-
const static WindowMode[] vals := ...List of WindowMode values indexed by ordinal
- windowModal
-
const static WindowMode windowModal := ...