UIEventResponse

sealed class UIEventResponse

Represents the possible responses to an UIEvent.

Types

Companion
Link copied to clipboard
common
object Companion

Functions

allowsDefaults
Link copied to clipboard
common
fun allowsDefaults(): Boolean
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
hasPrecedenceOver
Link copied to clipboard
common
fun hasPrecedenceOver(other: UIEventResponse): Boolean
pickByPrecedence
Link copied to clipboard
common
fun pickByPrecedence(other: UIEventResponse): UIEventResponse
Picks the UIEventResponse which has higher precedence from this one and the other.
shouldStopPropagation
Link copied to clipboard
common
fun shouldStopPropagation(): Boolean
toString
Link copied to clipboard
common
open fun toString(): String

Properties

eventProcessed
Link copied to clipboard
common
val eventProcessed: Boolean
Tells whether the UIEvent had any effect on the underlying system or not.

Inheritors

Pass
Link copied to clipboard
Processed
Link copied to clipboard
PreventDefault
Link copied to clipboard
StopPropagation
Link copied to clipboard

Sources

(source)
Link copied to clipboard