@Js
@Serializable {
simple=true
collection=false
}
Slots
- actionSource
-
const static EventId action
- activeSource
-
const static EventId active
- blurSource
-
const static EventId blur
- caretSource
-
const static EventId caret
- closeSource
-
const static EventId close
- deiconifiedSource
-
const static EventId deiconified
- focusSource
-
const static EventId focus
- fromStrSource
-
static EventId? 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.
- hyperlinkSource
-
const static EventId hyperlink
- iconifiedSource
-
const static EventId iconified
- inactiveSource
-
const static EventId inactive
- keyDownSource
-
const static EventId keyDown
- keyUpSource
-
const static EventId keyUp
- modifiedSource
-
const static EventId modified
- mouseDownSource
-
const static EventId mouseDown
- mouseEnterSource
-
const static EventId mouseEnter
- mouseExitSource
-
const static EventId mouseExit
- mouseHoverSource
-
const static EventId mouseHover
- mouseMoveSource
-
const static EventId mouseMove
- mouseUpSource
-
const static EventId mouseUp
- mouseWheelSource
-
const static EventId mouseWheel
- openSource
-
const static EventId open
- popupSource
-
const static EventId popup
- selectSource
-
const static EventId select
- unknownSource
-
const static EventId unknown
- valsSource
-
const static EventId[] vals := ...
List of EventId values indexed by ordinal
- verifySource
-
const static EventId verify
- verifyKeySource
-
const static EventId verifyKey