Object

japgolly.scalajs.react.component

Js

Related Doc: package component

Permalink

object Js extends JsBaseComponentTemplate[ReactClass]

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

    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](name: String)(implicit s: Summoner[P, C]): Component[P, S, CT]

    Permalink
  5. def apply[P <: Object, C <: Children, S <: Object](d: Dynamic)(implicit s: Summoner[P, C]): Component[P, S, CT]

    Permalink
  6. def apply[P <: Object, C <: Children, S <: Object](r: ReactClass)(implicit s: Summoner[P, C]): Component[P, S, CT]

    Permalink
  7. final def asInstanceOf[T0]: T0

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

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

    Permalink
  10. final def componentRoot[P <: Object, CT[-p, +u] <: CtorType[p, u], U](rc: ReactClass, c: CT[P, U])(implicit pf: Profunctor[CT]): ComponentRoot[P, CT, U]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  17. 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
  18. def mounted[P <: Object, S <: Object](r: RawMounted): Mounted[P, S]

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

    Permalink
  20. 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
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. val rawComponentDisplayName: (ReactClass) ⇒ String

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

    Permalink
    Definition Classes
    AnyRef
  26. 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
  27. 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
  28. 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
  29. 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
  30. def toString(): String

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

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

    Permalink
  33. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped