Fantom

 

const final enum

fwt::MenuItemMode

sys::Obj
  sys::Enum
    fwt::MenuItemMode

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

Slots

checkSource

const static MenuItemMode check

fromStrSource

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

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

const static MenuItemMode menu

pushSource

const static MenuItemMode push

radioSource

const static MenuItemMode radio

sepSource

const static MenuItemMode sep

valsSource

const static MenuItemMode[] vals := ...

List of MenuItemMode values indexed by ordinal