execute Phase
fun executePhase(component: InternalComponent, event: UIEvent, phase: UIEventPhase, previousResult: UIEventResponse): UIEventResponse
Content copied to clipboard
Executes a phase and returns its result. An UIEventPhase consists of
delegating the UIEvent to the component for processing
and if its result is not StopPropagation or PreventDefault trying the default actions.
Sources
(source)
Link copied to clipboard