Fan

 

const final enum

fwt::ButtonMode

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

Slots

checkSource

static ButtonMode check

fromStrSource

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.

pushSource

static ButtonMode push

radioSource

static ButtonMode radio

sepSource

static ButtonMode sep

toggleSource

static ButtonMode toggle

valuesSource

static ButtonMode[] values

List of ButtonMode values indexed by ordinal