Processed

object Processed : UIEventResponse

Processed indicates that at least one event handler processed the UIEvent but it did not stop propagation nor the default actions.

Return this object if you acted on an event but you don't want to tamper with other listeners.

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.

Sources

(source)
Link copied to clipboard