UIEventToComponentDispatcher

class UIEventToComponentDispatcher(root: RootContainer, focusOrderList: ComponentFocusOrderList) : UIEventDispatcher

This implementation of UIEventDispatcher dispatches UIEvents to Components.

Constructors

UIEventToComponentDispatcher
Link copied to clipboard
common
fun UIEventToComponentDispatcher(root: RootContainer, focusOrderList: ComponentFocusOrderList)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

dispatch
Link copied to clipboard
common
open override 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
executePhase
Link copied to clipboard
common
fun executePhase(component: InternalComponent, event: UIEvent, phase: UIEventPhase, previousResult: UIEventResponse): UIEventResponse
Executes a phase and returns its result.
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard