ComponentEventType

enum ComponentEventType : Enum<ComponentEventType> , UIEventType

Event type for the different kinds of component evens.

Entries

FOCUS_GIVEN
Link copied to clipboard
common
The component was given focus.
FOCUS_TAKEN
Link copied to clipboard
common
The component's focus was taken away.
ACTIVATED
Link copied to clipboard
common
The component was activated (eg: mouse click, or spacebar press by default).
DEACTIVATED
Link copied to clipboard
common
The component was deactivated (eg: mouse release, or spacebar release by default).

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ComponentEventType): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard