Fantom

 

const final enum

fwt::ButtonMode

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

@Js
@Serializable { simple=true collection=false }

Slots

checkSource

const 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

const static ButtonMode push

radioSource

const static ButtonMode radio

sepSource

const static ButtonMode sep

toggleSource

const static ButtonMode toggle

valsSource

const static ButtonMode[] vals := ...

List of ButtonMode values indexed by ordinal