Trait

com.raquo.domtypes.jsdom.defs.events

TypedTargetPointerEvent

Related Doc: package events

Permalink

trait TypedTargetPointerEvent[+T <: EventTarget] extends PointerEvent with TypedTargetEvent[T]

Annotations
@RawJSType() @native()
Linear Supertypes
TypedTargetEvent[T], PointerEvent, MouseEvent, ModifierKeyEvent, UIEvent, Event, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedTargetPointerEvent
  2. TypedTargetEvent
  3. PointerEvent
  4. MouseEvent
  5. ModifierKeyEvent
  6. UIEvent
  7. Event
  8. Object
  9. Any
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def altKey: Boolean

    Permalink
    Definition Classes
    ModifierKeyEvent
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bubbles: Boolean

    Permalink
    Definition Classes
    Event
  7. def button: Int

    Permalink
    Definition Classes
    MouseEvent
  8. def buttons: Int

    Permalink
    Definition Classes
    MouseEvent
  9. def cancelBubble: Boolean

    Permalink
    Definition Classes
    Event
  10. def cancelable: Boolean

    Permalink
    Definition Classes
    Event
  11. def clientX: Double

    Permalink
    Definition Classes
    MouseEvent
  12. def clientY: Double

    Permalink
    Definition Classes
    MouseEvent
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def ctrlKey: Boolean

    Permalink
    Definition Classes
    ModifierKeyEvent
  15. def currentTarget: EventTarget

    Permalink
    Definition Classes
    Event
  16. def defaultPrevented: Boolean

    Permalink
    Definition Classes
    Event
  17. def detail: Int

    Permalink
    Definition Classes
    UIEvent
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def eventPhase: Int

    Permalink
    Definition Classes
    Event
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getModifierState(keyArg: String): Boolean

    Permalink
    Definition Classes
    MouseEvent
  24. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def height: Double

    Permalink
    Definition Classes
    PointerEvent
  27. def initUIEvent(typeArg: String, canBubbleArg: Boolean, cancelableArg: Boolean, viewArg: Window, detailArg: Int): Unit

    Permalink
    Definition Classes
    UIEvent
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def isPrimary: Boolean

    Permalink
    Definition Classes
    PointerEvent
  30. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  31. def isTrusted: Boolean

    Permalink
    Definition Classes
    Event
  32. def metaKey: Boolean

    Permalink
    Definition Classes
    ModifierKeyEvent
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def pageX: Double

    Permalink
    Definition Classes
    MouseEvent
  37. def pageY: Double

    Permalink
    Definition Classes
    MouseEvent
  38. def pointerId: Double

    Permalink
    Definition Classes
    PointerEvent
  39. def pointerType: String

    Permalink
    Definition Classes
    PointerEvent
  40. def pressure: Double

    Permalink
    Definition Classes
    PointerEvent
  41. def preventDefault(): Unit

    Permalink
    Definition Classes
    Event
  42. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  43. def relatedTarget: EventTarget

    Permalink
    Definition Classes
    MouseEvent
  44. def screenX: Double

    Permalink
    Definition Classes
    MouseEvent
  45. def screenY: Double

    Permalink
    Definition Classes
    MouseEvent
  46. def shiftKey: Boolean

    Permalink
    Definition Classes
    ModifierKeyEvent
  47. def stopImmediatePropagation(): Unit

    Permalink
    Definition Classes
    Event
  48. def stopPropagation(): Unit

    Permalink
    Definition Classes
    Event
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def tangentialPressure: Double

    Permalink
    Definition Classes
    PointerEvent
  51. def target: T

    Permalink
    Definition Classes
    TypedTargetEvent → Event
  52. def tiltX: Double

    Permalink
    Definition Classes
    PointerEvent
  53. def tiltY: Double

    Permalink
    Definition Classes
    PointerEvent
  54. def timeStamp: Double

    Permalink
    Definition Classes
    Event
  55. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  56. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  57. def twist: Double

    Permalink
    Definition Classes
    PointerEvent
  58. def type: String

    Permalink
    Definition Classes
    Event
  59. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  60. def view: Window

    Permalink
    Definition Classes
    UIEvent
  61. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def width: Double

    Permalink
    Definition Classes
    PointerEvent

Deprecated Value Members

  1. def initEvent(eventTypeArg: String, canBubbleArg: Boolean, cancelableArg: Boolean): Unit

    Permalink
    Definition Classes
    Event
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non-standard

  2. def initMouseEvent(typeArg: String, canBubbleArg: Boolean, cancelableArg: Boolean, viewArg: Window, detailArg: Int, screenXArg: Int, screenYArg: Int, clientXArg: Int, clientYArg: Int, ctrlKeyArg: Boolean, altKeyArg: Boolean, shiftKeyArg: Boolean, metaKeyArg: Boolean, buttonArg: Int, relatedTargetArg: EventTarget): Unit

    Permalink
    Definition Classes
    MouseEvent
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non-standard

  3. def srcElement: Element

    Permalink
    Definition Classes
    Event
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Non standard.

Inherited from TypedTargetEvent[T]

Inherited from PointerEvent

Inherited from MouseEvent

Inherited from ModifierKeyEvent

Inherited from UIEvent

Inherited from Event

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped