Fan

 

const final enum

fwt::WindowMode

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

@simple
@js

Slots

appModalSource

static WindowMode appModal := WindowMode.make(2, "appModal")

fromStrSource

static WindowMode? 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.

modelessSource

static WindowMode modeless := WindowMode.make(0, "modeless")

sysModalSource

static WindowMode sysModal := WindowMode.make(3, "sysModal")

valuesSource

static WindowMode[] values := ...

List of WindowMode values indexed by ordinal

windowModalSource

static WindowMode windowModal := WindowMode.make(1, "windowModal")