Packages

object Js extends JsBaseComponentTemplate[ComponentClassP]

Linear Supertypes
JsBaseComponentTemplate[ComponentClassP], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Js
  2. JsBaseComponentTemplate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Component[P <: Object, S <: Object, CT[-p, +u] <: CtorType[p, u]] = ComponentWithRoot[P, CT, UnmountedWithRawType[P, S, RawMounted[P, S]], P, CT, UnmountedWithRawType[P, S, RawMounted[P, S]]]
  2. type ComponentMapped[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]] = ComponentWithRoot[P1, CT1, UnmountedMapped[F, A, P1, S1, R, P0, S0], P0, CT0, UnmountedWithRawType[P0, S0, R]]
  3. final type ComponentRoot[P <: Object, CT[-p, +u] <: CtorType[p, u], U] = ComponentWithRoot[P, CT, U, P, CT, U]
    Definition Classes
    JsBaseComponentTemplate
  4. type ComponentWithFacade[P <: Object, S <: Object, F <: Object, CT[-p, +u] <: CtorType[p, u]] = ComponentWithRoot[P, CT, UnmountedWithRawType[P, S, RawMounted[P, S] with F], P, CT, UnmountedWithRawType[P, S, RawMounted[P, S] with F]]
  5. type ComponentWithRawType[P <: Object, S <: Object, R <: RawMounted[P, S], CT[-p, +u] <: CtorType[p, u]] = ComponentWithRoot[P, CT, UnmountedWithRawType[P, S, R], P, CT, UnmountedWithRawType[P, S, R]]
  6. final class JsComponentOps[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]] extends AnyVal
  7. final class JsUnmountedOps[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal
  8. type Mounted[P <: Object, S <: Object] = MountedWithRoot[Id, util.DefaultEffects.Async, P, S, RawMounted[P, S], P, S]
  9. type MountedMapped[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = MountedWithRoot[F, A, P1, S1, R, P0, S0]
  10. type MountedRoot[F[_], A[_], P <: Object, S <: Object, R <: RawMounted[P, S]] = MountedWithRoot[F, A, P, S, R, P, S]
  11. sealed trait MountedSimple[F[_], A[_], P, S, R <: RawMounted[_ <: Object, _ <: Object]] extends Generic.MountedSimple[F, A, P, S]
  12. type MountedWithFacade[P <: Object, S <: Object, F <: Object] = MountedWithRoot[Id, util.DefaultEffects.Async, P, S, RawMounted[P, S] with F, P, S]
  13. type MountedWithRawType[P <: Object, S <: Object, R <: RawMounted[P, S]] = MountedWithRoot[Id, util.DefaultEffects.Async, P, S, R, P, S]
  14. sealed trait MountedWithRoot[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends MountedSimple[F, A, P1, S1, R] with Generic.MountedWithRoot[F, A, P1, S1, P0, S0]
  15. type RawMounted[P <: Object, S <: Object] = facade.React.Component[P, S]
  16. type Unmounted[P <: Object, S <: Object] = UnmountedWithRoot[P, MountedWithRawType[P, S, RawMounted[P, S]], P, MountedWithRawType[P, S, RawMounted[P, S]]]
  17. type UnmountedMapped[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = UnmountedWithRoot[P1, MountedMapped[F, A, P1, S1, R, P0, S0], P0, MountedWithRawType[P0, S0, R]]
  18. type UnmountedRoot[P <: Object, M] = UnmountedWithRoot[P, M, P, M]
  19. sealed trait UnmountedSimple[P, M] extends Generic.UnmountedSimple[P, M]
  20. type UnmountedWithFacade[P <: Object, S <: Object, F <: Object] = UnmountedWithRoot[P, MountedWithRawType[P, S, RawMounted[P, S] with F], P, MountedWithRawType[P, S, RawMounted[P, S] with F]]
  21. type UnmountedWithRawType[P <: Object, S <: Object, R <: RawMounted[P, S]] = UnmountedWithRoot[P, MountedWithRawType[P, S, R], P, MountedWithRawType[P, S, R]]
  22. sealed trait UnmountedWithRoot[P1, M1, P0 <: Object, M0] extends UnmountedSimple[P1, M1] with Generic.UnmountedWithRoot[P1, M1, P0, M0]
  23. sealed trait ComponentSimple[P, CT[-p, +u] <: CtorType[p, u], U] extends Generic.ComponentSimple[P, CT, U]
    Definition Classes
    JsBaseComponentTemplate
  24. sealed trait ComponentWithRoot[P1, CT1[-p, +u] <: CtorType[p, u], U1, P0 <: Object, CT0[-p, +u] <: CtorType[p, u], U0] extends ComponentSimple[P1, CT1, U1] with Generic.ComponentWithRoot[P1, CT1, U1, P0, CT0, U0]
    Definition Classes
    JsBaseComponentTemplate

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. def apply[P <: Object, C <: Children, S <: Object](raw: Any)(implicit s: Summoner[P, C], where: File, line: Line): Component[P, S, CT]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def component[P <: Object, C <: Children, S <: Object](rc: ComponentClass[P, S])(implicit s: Summoner[P, C]): Component[P, S, CT]
  8. final def componentRoot[P <: Object, CT[-p, +u] <: CtorType[p, u], U](rc: ComponentClassP[P], c: CT[P, U])(implicit pf: Profunctor[CT]): ComponentRoot[P, CT, U]
    Definition Classes
    JsBaseComponentTemplate
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def force[P <: Object, C <: Children, S <: Object](raw: Any)(implicit s: Summoner[P, C]): Component[P, S, CT]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def mappedC[P2, CT2[-p, +u] <: CtorType[p, u], U2, P1, CT1[-p, +u] <: CtorType[p, u], U1, P0 <: Object, CT0[-p, +u] <: CtorType[p, u], U0](from: ComponentWithRoot[P1, CT1, U1, P0, CT0, U0])(cp: (P2) => P1, mc: (CT1[P1, U1]) => CT2[P1, U1], mu: (U1) => U2, pf: Profunctor[CT2]): ComponentWithRoot[P2, CT2, U2, P0, CT0, U0]
    Attributes
    protected
    Definition Classes
    JsBaseComponentTemplate
  17. def mounted[P <: Object, S <: Object](r: RawMounted[P, S]): Mounted[P, S]
  18. def mountedRoot[P <: Object, S <: Object, R <: RawMounted[P, S]](r: R): MountedRoot[Id, util.DefaultEffects.Async, P, S, R]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def rawComponentDisplayName[A <: Object](r: ComponentClassP[A]): String
    Attributes
    protected
    Definition Classes
    JsJsBaseComponentTemplate
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. implicit def toJsComponentOps[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](x: ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0]): JsComponentOps[F, A, P1, S1, CT1, R, P0, S0, CT0]
  25. implicit def toJsComponentOpsI[A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](x: ComponentMapped[Id, A, P1, S1, CT1, R, P0, S0, CT0]): JsComponentOps[Id, A, P1, S1, CT1, R, P0, S0, CT0]
  26. implicit def toJsUnmountedOps[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object](x: UnmountedMapped[F, A, P1, S1, R, P0, S0]): JsUnmountedOps[F, A, P1, S1, R, P0, S0]
  27. implicit def toJsUnmountedOpsI[A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object](x: UnmountedMapped[Id, A, P1, S1, R, P0, S0]): JsUnmountedOps[Id, A, P1, S1, R, P0, S0]
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unmounted[P <: Object, S <: Object](r: ComponentElement[P]): Unmounted[P, S]
  30. def unmountedRoot[P <: Object, S <: Object, M](r: ComponentElement[P], m: (facade.React.Component[P, S]) => M): UnmountedRoot[P, M]
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from JsBaseComponentTemplate[ComponentClassP]

Inherited from AnyRef

Inherited from Any

Ungrouped