logo

const final enum

fwt::ButtonMode

sys::Obj
  sys::Enum
    fwt::ButtonMode

Button mode.

Slots

check

static ButtonMode check

Source

fromStr

static ButtonMode 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.

Source

push

static ButtonMode push

Source

radio

static ButtonMode radio

Source

sep

static ButtonMode sep

Source

toggle

static ButtonMode toggle

Source

values

static ButtonMode[] values

List of ButtonMode values indexed by ordinal

Source