Object

japgolly.scalajs.react

Ref

Related Doc: package react

Permalink

object Ref

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

Type Members

  1. trait Fn[I, O] extends Set[I] with Get[O]

    Permalink
  2. trait Full[I, A, O] extends Handle[A] with Fn[I, O]

    Permalink
  3. trait Get[A] extends AnyRef

    Permalink
  4. trait Handle[A] extends AnyRef

    Permalink
  5. trait Set[A] extends AnyRef

    Permalink
  6. type Simple[A] = Full[A, A, A]

    Permalink
  7. final class ToComponent[I, R, O, C] extends Full[I, R, O]

    Permalink
  8. type ToJsComponent[P <: Object, S <: Object, R <: RawMounted[P, S]] = Full[R, R, MountedWithRawType[P, S, R]]

    Permalink
  9. type ToScalaComponent[P, S, B] = Full[RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B]]

    Permalink
  10. type WithJsComponent[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = ToComponent[R, R, MountedWithRawType[P0, S0, R], CT1[P1, UnmountedMapped[F, P1, S1, R, P0, S0]]]

    Permalink
  11. final class WithJsComponentArg[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal

    Permalink
  12. type WithScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]] = ToComponent[RawMounted[P, S, B], RawMounted[P, S, B], MountedImpure[P, S, B], CT[P, Unmounted[P, S, B]]]

    Permalink

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 Full[I, A, O](_raw: RefHandle[A], l: (I) ⇒ A, r: (A) ⇒ O): Full[I, A, O]

    Permalink
  5. object ToComponent

    Permalink
  6. object WithJsComponentArg

    Permalink
  7. def apply[A]: Simple[A]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def forwardedFromJs[A](f: ForwardedRef[A]): Option[Simple[A]]

    Permalink
  14. def fromJs[A](raw: RefHandle[A]): Simple[A]

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toJsComponent[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](a: WithJsComponentArg[F, P1, S1, CT1, R, P0, S0]): WithJsComponent[F, P1, S1, CT1, R, P0, S0]

    Permalink
  23. def toJsComponent[P <: Object, S <: Object]: ToJsComponent[P, S, RawMounted[P, S]]

    Permalink
  24. def toJsComponentWithMountedFacade[P <: Object, S <: Object, F <: Object]: ToJsComponent[P, S, RawMounted[P, S] with F]

    Permalink
  25. def toScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]](c: ScalaComponent[P, S, B, CT]): WithScalaComponent[P, S, B, CT]

    Permalink
  26. def toScalaComponent[P, S, B]: ToScalaComponent[P, S, B]

    Permalink
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped