Object

japgolly.scalajs.react.component

Js

Related Doc: package component

Permalink

object Js extends JsBaseComponentTemplate[ReactClassUntyped]

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, CT, UnmountedWithRawType[P, S, RawMounted]]

    Permalink
  2. type ComponentMapped[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted, 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 with F], P, CT, UnmountedWithRawType[P, S, RawMounted with F]]

    Permalink
  6. type ComponentWithRawType[P <: Object, S <: Object, R <: RawMounted, 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 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]] extends AnyVal

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

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

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

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

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

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

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

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

    Permalink
  17. final class MutableRef[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted, P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]] extends AnyRef

    Permalink
  18. type RawMounted = ReactComponent[_ <: Object, _ <: Object]

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

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

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

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

    Permalink
  23. type UnmountedWithFacade[P <: Object, S <: Object, F <: Object] = UnmountedWithRoot[P, MountedWithRawType[P, S, RawMounted with F], P, MountedWithRawType[P, S, RawMounted with F]]

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

    Permalink
  25. 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]): 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: ReactClass[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: ReactClassUntyped, 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): Mounted[P, S]

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

    Permalink
  19. def mutableRefTo[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted, P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](c: ComponentMapped[F, P1, S1, CT1, R, P0, S0, CT0]): MutableRef[F, P1, S1, CT1, R, P0, S0, CT0]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. val rawComponentDisplayName: (ReactClassUntyped) ⇒ String

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

    Permalink
    Definition Classes
    AnyRef
  25. implicit def toJsComponentOps[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted, 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
  26. implicit def toJsComponentOpsI[P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted, 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
  27. implicit def toJsUnmountedOps[F[_], P1, S1, R <: RawMounted, P0 <: Object, S0 <: Object](x: UnmountedMapped[F, P1, S1, R, P0, S0]): JsUnmountedOps[F, P1, S1, R, P0, S0]

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

    Permalink
  29. def toString(): String

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

    Permalink
  31. def unmountedRoot[P <: Object, M](r: ReactComponentElement, m: (ReactComponentUntyped) ⇒ M): UnmountedRoot[P, M]

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped