Fantom

 

const final enum

fwt::ButtonMode

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

@simple
@js

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

valsSource

static ButtonMode[] vals := ...

List of ButtonMode values indexed by ordinal