japgolly.scalajs

react

package react

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. react
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type OpCallback = UndefOr[() ⇒ Unit]

  2. type ReactClipboardEvent = SyntheticClipboardEvent[Node]

  3. type ReactClipboardEventH = SyntheticClipboardEvent[HTMLElement]

  4. type ReactClipboardEventI = SyntheticClipboardEvent[HTMLInputElement]

  5. type ReactCompositionEvent = SyntheticCompositionEvent[Node]

  6. type ReactCompositionEventH = SyntheticCompositionEvent[HTMLElement]

  7. type ReactCompositionEventI = SyntheticCompositionEvent[HTMLInputElement]

  8. type ReactDragEvent = SyntheticDragEvent[Node]

  9. type ReactDragEventH = SyntheticDragEvent[HTMLElement]

  10. type ReactDragEventI = SyntheticDragEvent[HTMLInputElement]

  11. type ReactEvent = SyntheticEvent[Node]

  12. type ReactEventH = SyntheticEvent[HTMLElement]

  13. type ReactEventI = SyntheticEvent[HTMLInputElement]

  14. type ReactFocusEvent = SyntheticFocusEvent[Node]

  15. type ReactFocusEventH = SyntheticFocusEvent[HTMLElement]

  16. type ReactFocusEventI = SyntheticFocusEvent[HTMLInputElement]

  17. type ReactKeyboardEvent = SyntheticKeyboardEvent[Node]

  18. type ReactKeyboardEventH = SyntheticKeyboardEvent[HTMLElement]

  19. type ReactKeyboardEventI = SyntheticKeyboardEvent[HTMLInputElement]

  20. type ReactMouseEvent = SyntheticMouseEvent[Node]

  21. type ReactMouseEventH = SyntheticMouseEvent[HTMLElement]

  22. type ReactMouseEventI = SyntheticMouseEvent[HTMLInputElement]

  23. type ReactTouchEvent = SyntheticTouchEvent[Node]

  24. type ReactTouchEventH = SyntheticTouchEvent[HTMLElement]

  25. type ReactTouchEventI = SyntheticTouchEvent[HTMLInputElement]

  26. type ReactUIEvent = SyntheticUIEvent[Node]

  27. type ReactUIEventH = SyntheticUIEvent[HTMLElement]

  28. type ReactUIEventI = SyntheticUIEvent[HTMLInputElement]

  29. type ReactWheelEvent = SyntheticWheelEvent[Node]

  30. type ReactWheelEventH = SyntheticWheelEvent[HTMLElement]

  31. type ReactWheelEventI = SyntheticWheelEvent[HTMLInputElement]

  32. type TopNode = HTMLElement

  33. type VDom = ReactElement

    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) React 0.12 has introduced ReactElement which is what VDom was created to represent. Replace VDom with ReactElement.

Value Members

  1. def WrapObj[A](v: A): WrapObj[A]

  2. implicit final def autoFocusEntireState[P, S, B](b: ComponentScopeU[P, S, B]): ComponentStateFocus[S]

    Annotations
    @inline()
  3. implicit final def autoFocusEntireState[P, S](b: BackendScope[P, S]): ComponentStateFocus[S]

    Annotations
    @inline()
  4. implicit final def autoFocusEntireState[S](s: ComponentScope_SS[S]): ComponentStateFocus[S]

    Annotations
    @inline()
  5. implicit final def autoJsCtor[P, S, B, N <: TopNode](c: ReactComponentC[P, S, B, N]): ReactComponentC_

    Annotations
    @inline()
  6. implicit def autoUnWrapObj[A](a: WrapObj[A]): A

    Annotations
    @inline()
  7. val preventDefaultF: (SyntheticEvent[Node]) ⇒ Unit

  8. implicit def reactComponentTypeAuxJ[P, S, B, N <: TopNode](a: ReactComponentTypeAuxJ[P, S, B, N]): ReactComponentTypeAux[P, S, B, N]

  9. implicit def reactNodeInhabitableAn(v: Array[ReactNode]): ReactNode

    Annotations
    @inline()
  10. implicit def reactNodeInhabitableAt[T](v: Array[T])(implicit arg0: (T) ⇒ ReactNode): ReactNode

    Annotations
    @inline()
  11. implicit def reactNodeInhabitableB(v: Byte): ReactNode

    Annotations
    @inline()
  12. implicit def reactNodeInhabitableC[T](v: TraversableOnce[T])(implicit arg0: (T) ⇒ ReactNode): ReactNode

    Annotations
    @inline()
  13. implicit def reactNodeInhabitableD(v: Double): ReactNode

    Annotations
    @inline()
  14. implicit def reactNodeInhabitableF(v: Float): ReactNode

    Annotations
    @inline()
  15. implicit def reactNodeInhabitableI(v: Int): ReactNode

    Annotations
    @inline()
  16. implicit def reactNodeInhabitableL(v: Long): ReactNode

    Annotations
    @inline()
  17. implicit def reactNodeInhabitablePC(v: PropsChildren): ReactNode

    Annotations
    @inline()
  18. implicit def reactNodeInhabitableS(v: String): ReactNode

    Annotations
    @inline()
  19. implicit def reactNodeInhabitableSh(v: Short): ReactNode

    Annotations
    @inline()
  20. implicit final def scalaHandHolding1[P, S](b: BackendScope[P, S]): CompStateAccessOps[ComponentScope_SS, S]

    Annotations
    @inline()
  21. implicit final def scalaHandHolding2[P, S, B](b: ComponentScopeU[P, S, B]): CompStateAccessOps[ComponentScope_SS, S]

    Annotations
    @inline()
  22. val stopPropagationF: (SyntheticEvent[Node]) ⇒ Unit

  23. package test

  24. implicit final def toCompStateAccessOps[C[_], S](c: C[S])(implicit arg0: CompStateAccess[C]): CompStateAccessOps[C, S]

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped