Default U I Event Processor
class DefaultUIEventProcessor : UIEventProcessor, UIEventSource, ComponentEventSource
Content copied to clipboard
Types
InputEventSubscription
Link copied to clipboard
inner class InputEventSubscription(eventType: UIEventType, listener: (UIEvent, UIEventPhase) -> UIEventResponse) : Subscription
Content copied to clipboard
Functions
handleComponentEvents
Link copied to clipboard
open override fun handleComponentEvents(eventType: ComponentEventType, handler: (event: ComponentEvent) -> UIEventResponse): Subscription
Content copied to clipboard
handleKeyboardEvents
Link copied to clipboard
open override fun handleKeyboardEvents(eventType: KeyboardEventType, handler: (event: KeyboardEvent, phase: UIEventPhase) -> UIEventResponse): Subscription
Content copied to clipboard
handleMouseEvents
Link copied to clipboard
open override fun handleMouseEvents(eventType: MouseEventType, handler: (event: MouseEvent, phase: UIEventPhase) -> UIEventResponse): Subscription
Content copied to clipboard
process
Link copied to clipboard
open override fun process(event: UIEvent, phase: UIEventPhase): UIEventResponse
Content copied to clipboard
processComponentEvents
Link copied to clipboard
open override fun processComponentEvents(eventType: ComponentEventType, handler: (event: ComponentEvent) -> Unit): Subscription
Content copied to clipboard
processKeyboardEvents
Link copied to clipboard
open override fun processKeyboardEvents(eventType: KeyboardEventType, handler: (event: KeyboardEvent, phase: UIEventPhase) -> Unit): Subscription
Content copied to clipboard
processMouseEvents
Link copied to clipboard
open override fun processMouseEvents(eventType: MouseEventType, handler: (event: MouseEvent, phase: UIEventPhase) -> Unit): Subscription
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard