object Js extends JsBaseComponentTemplate[ComponentClassP]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Js
- JsBaseComponentTemplate
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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]]]
- 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]]
- final type ComponentRoot[P <: Object, CT[-p, +u] <: CtorType[p, u], U] = ComponentWithRoot[P, CT, U, P, CT, U]
- Definition Classes
- JsBaseComponentTemplate
- 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]]
- 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]]
- 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
- final class JsUnmountedOps[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal
- type Mounted[P <: Object, S <: Object] = MountedWithRoot[Id, util.DefaultEffects.Async, P, S, RawMounted[P, S], P, S]
- type MountedMapped[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = MountedWithRoot[F, A, P1, S1, R, P0, S0]
- type MountedRoot[F[_], A[_], P <: Object, S <: Object, R <: RawMounted[P, S]] = MountedWithRoot[F, A, P, S, R, P, S]
- sealed trait MountedSimple[F[_], A[_], P, S, R <: RawMounted[_ <: Object, _ <: Object]] extends Generic.MountedSimple[F, A, P, S]
- type MountedWithFacade[P <: Object, S <: Object, F <: Object] = MountedWithRoot[Id, util.DefaultEffects.Async, P, S, RawMounted[P, S] with F, P, S]
- type MountedWithRawType[P <: Object, S <: Object, R <: RawMounted[P, S]] = MountedWithRoot[Id, util.DefaultEffects.Async, P, S, R, P, S]
- 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]
- type RawMounted[P <: Object, S <: Object] = facade.React.Component[P, S]
- type Unmounted[P <: Object, S <: Object] = UnmountedWithRoot[P, MountedWithRawType[P, S, RawMounted[P, S]], P, MountedWithRawType[P, S, RawMounted[P, S]]]
- 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]]
- type UnmountedRoot[P <: Object, M] = UnmountedWithRoot[P, M, P, M]
- sealed trait UnmountedSimple[P, M] extends Generic.UnmountedSimple[P, M]
- 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]]
- type UnmountedWithRawType[P <: Object, S <: Object, R <: RawMounted[P, S]] = UnmountedWithRoot[P, MountedWithRawType[P, S, R], P, MountedWithRawType[P, S, R]]
- sealed trait UnmountedWithRoot[P1, M1, P0 <: Object, M0] extends UnmountedSimple[P1, M1] with Generic.UnmountedWithRoot[P1, M1, P0, M0]
- sealed trait ComponentSimple[P, CT[-p, +u] <: CtorType[p, u], U] extends Generic.ComponentSimple[P, CT, U]
- Definition Classes
- JsBaseComponentTemplate
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[P <: Object, C <: Children, S <: Object](raw: Any)(implicit s: Summoner[P, C], where: File, line: Line): Component[P, S, CT]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def component[P <: Object, C <: Children, S <: Object](rc: ComponentClass[P, S])(implicit s: Summoner[P, C]): Component[P, S, CT]
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def force[P <: Object, C <: Children, S <: Object](raw: Any)(implicit s: Summoner[P, C]): Component[P, S, CT]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- def mounted[P <: Object, S <: Object](r: RawMounted[P, S]): Mounted[P, S]
- def mountedRoot[P <: Object, S <: Object, R <: RawMounted[P, S]](r: R): MountedRoot[Id, util.DefaultEffects.Async, P, S, R]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rawComponentDisplayName[A <: Object](r: ComponentClassP[A]): String
- Attributes
- protected
- Definition Classes
- Js → JsBaseComponentTemplate
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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]
- 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]
- 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]
- 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]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unmounted[P <: Object, S <: Object](r: ComponentElement[P]): Unmounted[P, S]
- def unmountedRoot[P <: Object, S <: Object, M](r: ComponentElement[P], m: (facade.React.Component[P, S]) => M): UnmountedRoot[P, M]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()