enum class fwt::EventId
sys::Obj sys::Enum fwt::EventId
@Js@Serializable { simple=true }
EventId identifies the type of widget Event.
- action
- active
- blur
- caret
- close
- deiconified
- focus
- hyperlink
- iconified
- inactive
- keyDown
- keyUp
- modified
- mouseDown
- mouseEnter
- mouseExit
- mouseHover
- mouseMove
- mouseUp
- mouseWheel
- open
- popup
- select
- unknown
- verify
- verifyKey
- action
-
const static EventId action := ... - active
-
const static EventId active := ... - blur
-
const static EventId blur := ... - caret
-
const static EventId caret := ... - close
-
const static EventId close := ... - deiconified
-
const static EventId deiconified := ... - focus
-
const static EventId focus := ... - fromStr
-
static new fromStr(Str name, Bool checked := true)Return the EventId instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- hyperlink
-
const static EventId hyperlink := ... - iconified
-
const static EventId iconified := ... - inactive
-
const static EventId inactive := ... - keyDown
-
const static EventId keyDown := ... - keyUp
-
const static EventId keyUp := ... - modified
-
const static EventId modified := ... - mouseDown
-
const static EventId mouseDown := ... - mouseEnter
-
const static EventId mouseEnter := ... - mouseExit
-
const static EventId mouseExit := ... - mouseHover
-
const static EventId mouseHover := ... - mouseMove
-
const static EventId mouseMove := ... - mouseUp
-
const static EventId mouseUp := ... - mouseWheel
-
const static EventId mouseWheel := ... - open
-
const static EventId open := ... - popup
-
const static EventId popup := ... - select
-
const static EventId select := ... - unknown
-
const static EventId unknown := ... - vals
-
const static EventId[] vals := ...List of EventId values indexed by ordinal
- verify
-
const static EventId verify := ... - verifyKey
-
const static EventId verifyKey := ...