UIEventDispatcher

interface UIEventDispatcher

A UIEventDispatcher is responsible for dispatching UI events for UI components.

Functions

dispatch
Link copied to clipboard
common
abstract fun dispatch(event: UIEvent): UIEventResponse
Dispatches the given UIEvent and propagates it throughout the UI controls this UIEventDispatcher has.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

InternalComponentContainer
Link copied to clipboard
DefaultComponentContainer
Link copied to clipboard
UIEventToComponentDispatcher
Link copied to clipboard

Sources

(source)
Link copied to clipboard