Fantom

 

const final enum

fwt::MenuItemMode

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

@simple
@js

Slots

checkSource

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.

static MenuItemMode menu

pushSource

static MenuItemMode push

radioSource

static MenuItemMode radio

sepSource

static MenuItemMode sep

valsSource

static MenuItemMode[] vals := ...

List of MenuItemMode values indexed by ordinal