t

japgolly.scalajs.react

ReactEventTypes

trait ReactEventTypes extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactEventTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type ReactAnimationEvent = SyntheticAnimationEvent[Node]
  2. final type ReactAnimationEventFrom[+N <: Node] = SyntheticAnimationEvent[N]
  3. final type ReactAnimationEventFromHtml = SyntheticAnimationEvent[Element]
  4. final type ReactAnimationEventFromInput = SyntheticAnimationEvent[Input]
  5. final type ReactAnimationEventFromTextArea = SyntheticAnimationEvent[TextArea]
  6. final type ReactClipboardEvent = SyntheticClipboardEvent[Node]
  7. final type ReactClipboardEventFrom[+N <: Node] = SyntheticClipboardEvent[N]
  8. final type ReactClipboardEventFromHtml = SyntheticClipboardEvent[Element]
  9. final type ReactClipboardEventFromInput = SyntheticClipboardEvent[Input]
  10. final type ReactClipboardEventFromTextArea = SyntheticClipboardEvent[TextArea]
  11. final type ReactCompositionEvent = SyntheticCompositionEvent[Node]
  12. final type ReactCompositionEventFrom[+N <: Node] = SyntheticCompositionEvent[N]
  13. final type ReactCompositionEventFromHtml = SyntheticCompositionEvent[Element]
  14. final type ReactCompositionEventFromInput = SyntheticCompositionEvent[Input]
  15. final type ReactCompositionEventFromTextArea = SyntheticCompositionEvent[TextArea]
  16. final type ReactDragEvent = SyntheticDragEvent[Node]
  17. final type ReactDragEventFrom[+N <: Node] = SyntheticDragEvent[N]
  18. final type ReactDragEventFromHtml = SyntheticDragEvent[Element]
  19. final type ReactDragEventFromInput = SyntheticDragEvent[Input]
  20. final type ReactDragEventFromTextArea = SyntheticDragEvent[TextArea]
  21. final type ReactEvent = SyntheticEvent[Node]
  22. final type ReactEventFrom[+N <: Node] = SyntheticEvent[N]
  23. final type ReactEventFromHtml = SyntheticEvent[Element]
  24. final type ReactEventFromInput = SyntheticEvent[Input]
  25. final type ReactEventFromTextArea = SyntheticEvent[TextArea]
  26. final type ReactFocusEvent = SyntheticFocusEvent[Node]
  27. final type ReactFocusEventFrom[+N <: Node] = SyntheticFocusEvent[N]
  28. final type ReactFocusEventFromHtml = SyntheticFocusEvent[Element]
  29. final type ReactFocusEventFromInput = SyntheticFocusEvent[Input]
  30. final type ReactFocusEventFromTextArea = SyntheticFocusEvent[TextArea]
  31. final type ReactFormEvent = SyntheticFormEvent[Node]
  32. final type ReactFormEventFrom[+N <: Node] = SyntheticFormEvent[N]
  33. final type ReactFormEventFromHtml = SyntheticFormEvent[Element]
  34. final type ReactFormEventFromInput = SyntheticFormEvent[Input]
  35. final type ReactFormEventFromTextArea = SyntheticFormEvent[TextArea]
  36. final type ReactKeyboardEvent = SyntheticKeyboardEvent[Node]
  37. final type ReactKeyboardEventFrom[+N <: Node] = SyntheticKeyboardEvent[N]
  38. final type ReactKeyboardEventFromHtml = SyntheticKeyboardEvent[Element]
  39. final type ReactKeyboardEventFromInput = SyntheticKeyboardEvent[Input]
  40. final type ReactKeyboardEventFromTextArea = SyntheticKeyboardEvent[TextArea]
  41. final type ReactMouseEvent = SyntheticMouseEvent[Node]
  42. final type ReactMouseEventFrom[+N <: Node] = SyntheticMouseEvent[N]
  43. final type ReactMouseEventFromHtml = SyntheticMouseEvent[Element]
  44. final type ReactMouseEventFromInput = SyntheticMouseEvent[Input]
  45. final type ReactMouseEventFromTextArea = SyntheticMouseEvent[TextArea]
  46. final type ReactPointerEvent = SyntheticPointerEvent[Node]
  47. final type ReactPointerEventFrom[+N <: Node] = SyntheticPointerEvent[N]
  48. final type ReactPointerEventFromHtml = SyntheticPointerEvent[Element]
  49. final type ReactPointerEventFromInput = SyntheticPointerEvent[Input]
  50. final type ReactPointerEventFromTextArea = SyntheticPointerEvent[TextArea]
  51. final type ReactTouchEvent = SyntheticTouchEvent[Node]
  52. final type ReactTouchEventFrom[+N <: Node] = SyntheticTouchEvent[N]
  53. final type ReactTouchEventFromHtml = SyntheticTouchEvent[Element]
  54. final type ReactTouchEventFromInput = SyntheticTouchEvent[Input]
  55. final type ReactTouchEventFromTextArea = SyntheticTouchEvent[TextArea]
  56. final type ReactTransitionEvent = SyntheticTransitionEvent[Node]
  57. final type ReactTransitionEventFrom[+N <: Node] = SyntheticTransitionEvent[N]
  58. final type ReactTransitionEventFromHtml = SyntheticTransitionEvent[Element]
  59. final type ReactTransitionEventFromInput = SyntheticTransitionEvent[Input]
  60. final type ReactTransitionEventFromTextArea = SyntheticTransitionEvent[TextArea]
  61. final type ReactUIEvent = SyntheticUIEvent[Node]
  62. final type ReactUIEventFrom[+N <: Node] = SyntheticUIEvent[N]
  63. final type ReactUIEventFromHtml = SyntheticUIEvent[Element]
  64. final type ReactUIEventFromInput = SyntheticUIEvent[Input]
  65. final type ReactUIEventFromTextArea = SyntheticUIEvent[TextArea]
  66. final type ReactWheelEvent = SyntheticWheelEvent[Node]
  67. final type ReactWheelEventFrom[+N <: Node] = SyntheticWheelEvent[N]
  68. final type ReactWheelEventFromHtml = SyntheticWheelEvent[Element]
  69. final type ReactWheelEventFromInput = SyntheticWheelEvent[Input]
  70. final type ReactWheelEventFromTextArea = SyntheticWheelEvent[TextArea]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. implicit def toReactExt_DomEvent(e: Event): ReactExt_DomEvent
  16. implicit def toReactExt_ReactEvent[E <: ReactEvent](e: E): ReactExt_ReactEvent[E]
  17. implicit def toReactExt_ReactKeyboardEvent[N <: Node](e: ReactKeyboardEventFrom[N]): ReactExt_ReactKeyboardEvent[N]
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped