enum class fwt::ButtonMode
sys::Obj sys::Enum fwt::ButtonMode
@Js@Serializable { simple=true }
Enum for Button.mode.
- check
-
const static ButtonMode check := ... - fromStr
-
static new fromStr(Str name, Bool checked := true)Return the ButtonMode instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- push
-
const static ButtonMode push := ... - radio
-
const static ButtonMode radio := ... - sep
-
const static ButtonMode sep := ... - toggle
-
const static ButtonMode toggle := ... - vals
-
const static ButtonMode[] vals := ...List of ButtonMode values indexed by ordinal