Fantom

 

const final enum

fwt::WindowMode

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

@Js
@Serializable { simple=true collection=false }

Slots

appModalSource

const static WindowMode 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

const static WindowMode modeless

sysModalSource

const static WindowMode sysModal

valsSource

const static WindowMode[] vals := ...

List of WindowMode values indexed by ordinal

windowModalSource

const static WindowMode windowModal