enum class fwt::MenuItemMode
sys::Obj sys::Enum fwt::MenuItemMode
@Js@Serializable { simple=true }
Enum for MenuItem.mode.
- check
-
const static MenuItemMode check := ... - fromStr
-
static new 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 := ... - push
-
const static MenuItemMode push := ... - radio
-
const static MenuItemMode radio := ... - sep
-
const static MenuItemMode sep := ... - vals
-
const static MenuItemMode[] vals := ...List of MenuItemMode values indexed by ordinal