enum class fwt::EventId

sys::Obj
  sys::Enum
    fwt::EventId

@Js
@Serializable { simple=true }

Source

EventId identifies the type of widget Event.

action

const static EventId action := ...

Source

active

const static EventId active := ...

Source

blur

const static EventId blur := ...

Source

caret

const static EventId caret := ...

Source

close

const static EventId close := ...

Source

deiconified

const static EventId deiconified := ...

Source

focus

const static EventId focus := ...

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

Return the EventId instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

const static EventId hyperlink := ...

Source

iconified

const static EventId iconified := ...

Source

inactive

const static EventId inactive := ...

Source

keyDown

const static EventId keyDown := ...

Source

keyUp

const static EventId keyUp := ...

Source

modified

const static EventId modified := ...

Source

mouseDown

const static EventId mouseDown := ...

Source

mouseEnter

const static EventId mouseEnter := ...

Source

mouseExit

const static EventId mouseExit := ...

Source

mouseHover

const static EventId mouseHover := ...

Source

mouseMove

const static EventId mouseMove := ...

Source

mouseUp

const static EventId mouseUp := ...

Source

mouseWheel

const static EventId mouseWheel := ...

Source

open

const static EventId open := ...

Source

const static EventId popup := ...

Source

select

const static EventId select := ...

Source

unknown

const static EventId unknown := ...

Source

vals

const static EventId[] vals := ...

Source

List of EventId values indexed by ordinal

verify

const static EventId verify := ...

Source

verifyKey

const static EventId verifyKey := ...

Source