Object

japgolly.scalajs.react.component

Js

Related Doc: package component

Permalink

object Js extends JsBaseComponentTemplate[ComponentClassP]

Linear Supertypes
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. All

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]]]

    Permalink
  2. type ComponentMapped[F[_], 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, P1, S1, R, P0, S0], P0, CT0, UnmountedWithRawType[P0, S0, R]]

    Permalink
  3. final type ComponentRoot[P <: Object, CT[-p, +u] <: CtorType[p, u], U] = ComponentWithRoot[P, CT, U, P, CT, U]

    Permalink
    Definition Classes
    JsBaseComponentTemplate
  4. sealed trait ComponentSimple[P, CT[-p, +u] <: CtorType[p, u], U] extends Generic.ComponentSimple[P, CT, U]

    Permalink
    Definition Classes
    JsBaseComponentTemplate
  5. 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]]

    Permalink
  6. 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]]

    Permalink
  7. 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]

    Permalink
    Definition Classes
    JsBaseComponentTemplate
  8. final class JsComponentOps[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]] extends AnyVal

    Permalink
  9. final class JsUnmountedOps[F[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal

    Permalink
  10. type Mounted[P <: Object, S <: Object] = MountedWithRoot[Id, P, S, RawMounted[P, S], P, S]

    Permalink
  11. type MountedMapped[F[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = MountedWithRoot[F, P1, S1, R, P0, S0]

    Permalink
  12. type MountedRoot[F[_], P <: Object, S <: Object, R <: RawMounted[P, S]] = MountedWithRoot[F, P, S, R, P, S]

    Permalink
  13. sealed trait MountedSimple[F[_], P, S, R <: RawMounted[_ <: Object, _ <: Object]] extends Generic.MountedSimple[F, P, S]

    Permalink
  14. type MountedWithFacade[P <: Object, S <: Object, F <: Object] = MountedWithRoot[Id, P, S, RawMounted[P, S] with F, P, S]

    Permalink
  15. type MountedWithRawType[P <: Object, S <: Object, R <: RawMounted[P, S]] = MountedWithRoot[Id, P, S, R, P, S]

    Permalink
  16. sealed trait MountedWithRoot[F[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends MountedSimple[F, P1, S1, R] with Generic.MountedWithRoot[F, P1, S1, P0, S0]

    Permalink
  17. type RawMounted[P <: Object, S <: Object] = raw.React.Component[P, S]

    Permalink
  18. type Unmounted[P <: Object, S <: Object] = UnmountedWithRoot[P, MountedWithRawType[P, S, RawMounted[P, S]], P, MountedWithRawType[P, S, RawMounted[P, S]]]

    Permalink
  19. type UnmountedMapped[F[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = UnmountedWithRoot[P1, MountedMapped[F, P1, S1, R, P0, S0], P0, MountedWithRawType[P0, S0, R]]

    Permalink
  20. type UnmountedRoot[P <: Object, M] = UnmountedWithRoot[P, M, P, M]

    Permalink
  21. sealed trait UnmountedSimple[P, M] extends Generic.UnmountedSimple[P, M]

    Permalink
  22. 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]]

    Permalink
  23. type UnmountedWithRawType[P <: Object, S <: Object, R <: RawMounted[P, S]] = UnmountedWithRoot[P, MountedWithRawType[P, S, R], P, MountedWithRawType[P, S, R]]

    Permalink
  24. sealed trait UnmountedWithRoot[P1, M1, P0 <: Object, M0] extends UnmountedSimple[P1, M1] with Generic.UnmountedWithRoot[P1, M1, P0, M0]

    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 apply[P <: Object, C <: Children, S <: Object](raw: Any)(implicit s: Summoner[P, C], where: FullName, line: Line): Component[P, S, CT]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def component[P <: Object, C <: Children, S <: Object](rc: ComponentClass[P, S])(implicit s: Summoner[P, C]): Component[P, S, CT]

    Permalink
  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]

    Permalink
    Definition Classes
    JsBaseComponentTemplate
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.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]

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

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

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

    Permalink
    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]

    Permalink
    Attributes
    protected
    Definition Classes
    JsBaseComponentTemplate
  17. def mounted[P <: Object, S <: Object](r: RawMounted[P, S]): Mounted[P, S]

    Permalink
  18. def mountedRoot[P <: Object, S <: Object, R <: RawMounted[P, S]](r: R): MountedRoot[Id, P, S, R]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val rawComponentDisplayName: (ComponentClassUntyped) ⇒ String

    Permalink
    Attributes
    protected
    Definition Classes
    JsJsBaseComponentTemplate
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. implicit def toJsComponentOps[F[_], 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, P1, S1, CT1, R, P0, S0, CT0]): JsComponentOps[F, P1, S1, CT1, R, P0, S0, CT0]

    Permalink
  25. implicit def toJsComponentOpsI[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, P1, S1, CT1, R, P0, S0, CT0]): JsComponentOps[Id, P1, S1, CT1, R, P0, S0, CT0]

    Permalink
  26. implicit def toJsUnmountedOps[F[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object](x: UnmountedMapped[F, P1, S1, R, P0, S0]): JsUnmountedOps[F, P1, S1, R, P0, S0]

    Permalink
  27. implicit def toJsUnmountedOpsI[P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object](x: UnmountedMapped[Id, P1, S1, R, P0, S0]): JsUnmountedOps[Id, P1, S1, R, P0, S0]

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def unmounted[P <: Object, S <: Object](r: ComponentElement[P]): Unmounted[P, S]

    Permalink
  30. def unmountedRoot[P <: Object, S <: Object, M](r: ComponentElement[P], m: (raw.React.Component[P, S]) ⇒ M): UnmountedRoot[P, M]

    Permalink
  31. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped