U I Event To Component Dispatcher
class UIEventToComponentDispatcher(root: RootContainer, focusOrderList: ComponentFocusOrderList) : UIEventDispatcher
Content copied to clipboard
This implementation of UIEventDispatcher dispatches UIEvents to Components.
Constructors
UIEventToComponentDispatcher
Link copied to clipboard
fun UIEventToComponentDispatcher(root: RootContainer, focusOrderList: ComponentFocusOrderList)
Content copied to clipboard
Types
Functions
dispatch
Link copied to clipboard
Dispatches the given UIEvent and propagates it throughout the UI controls this UIEventDispatcher has.
executePhase
Link copied to clipboard
fun executePhase(component: InternalComponent, event: UIEvent, phase: UIEventPhase, previousResult: UIEventResponse): UIEventResponse
Content copied to clipboard
Sources
(source)
Link copied to clipboard