Fan

 

const final enum

fwt::MenuItemMode

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

@simple
@js

Slots

checkSource

static MenuItemMode check := MenuItemMode.make(0, "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 := MenuItemMode.make(4, "menu")

pushSource

static MenuItemMode push := MenuItemMode.make(1, "push")

radioSource

static MenuItemMode radio := MenuItemMode.make(2, "radio")

sepSource

static MenuItemMode sep := MenuItemMode.make(3, "sep")

valuesSource

static MenuItemMode[] values := ...

List of MenuItemMode values indexed by ordinal