object ScalaComponent
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type BackendScope[P, S] = component.Generic.MountedWithRoot[Sync, util.DefaultEffects.Async, P, S, P, S]
- type Builder[P, C <: Children, S, B, US <: UpdateSnapshot] = LastStep[P, C, S, B, US]
- type Component[P, S, B, CT[-p, +u] <: CtorType[p, u]] = component.Js.ComponentWithRoot[P, CT, component.Scala.Unmounted[P, S, B], Box[P], CT, component.Scala.JsUnmounted[P, S, B]]
- type Config[P, C <: Children, S, B, US <: UpdateSnapshot, US2 <: UpdateSnapshot] = (LastStep[P, C, S, B, US]) => LastStep[P, C, S, B, US2]
This is terrible and repulsive but Scala doesn't allow anything less repulsive.
This is terrible and repulsive but Scala doesn't allow anything less repulsive. We'll keep this correctly modelling the reality for now and soon see if maybe we can use macros to simplify it's creation (and avoid the need to use this explicitly).
- type JsComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]] = component.Js.ComponentWithRoot[Box[P], CT, UnmountedWithRawType[Box[P], Box[S], component.Js.RawMounted[Box[P], Box[S]] with component.Scala.Vars[P, S, B]], Box[P], CT, UnmountedWithRawType[Box[P], Box[S], component.Js.RawMounted[Box[P], Box[S]] with component.Scala.Vars[P, S, B]]]
- type JsMounted[P, S, B] = component.Js.MountedWithRoot[Id, util.DefaultEffects.Async, Box[P], Box[S], component.Js.RawMounted[Box[P], Box[S]] with component.Scala.Vars[P, S, B], Box[P], Box[S]]
- type JsUnmounted[P, S, B] = UnmountedWithRoot[Box[P], MountedWithRawType[Box[P], Box[S], component.Js.RawMounted[Box[P], Box[S]] with component.Scala.Vars[P, S, B]], Box[P], MountedWithRawType[Box[P], Box[S], component.Js.RawMounted[Box[P], Box[S]] with component.Scala.Vars[P, S, B]]]
- type Mounted[F[_], A[_], P, S, B] = component.Scala.MountedWithRoot[F, A, P, S, B, P, S]
- type MountedImpure[P, S, B] = component.Scala.MountedWithRoot[Id, util.DefaultEffects.Async, P, S, B, P, S]
- type MountedPure[P, S, B] = component.Scala.MountedWithRoot[Sync, util.DefaultEffects.Async, P, S, B, P, S]
- type MountedRoot[F[_], A[_], P, S, B] = component.Scala.MountedWithRoot[F, A, P, S, B, P, S]
- type MountedSimple[F[_], A[_], P, S, B] = component.Scala.MountedSimple[F, A, P, S, B]
- type MountedWithRoot[F[_], A[_], P1, S1, B, P0, S0] = component.Scala.MountedWithRoot[F, A, P1, S1, B, P0, S0]
- type RawMounted[P, S, B] = component.Js.RawMounted[Box[P], Box[S]] with component.Scala.Vars[P, S, B]
- type Unmounted[P, S, B] = UnmountedWithRoot[P, component.Scala.MountedImpure[P, S, B], Box[P], component.Scala.JsMounted[P, S, B]]
- type Vars[P, S, B] = component.Scala.Vars[P, S, B]
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
- val Lifecycle: component.builder.Lifecycle.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val builder: EntryPoint.type
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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])
- 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
- def mountRaw[P, S, B](x: RawMounted[P, S, B]): component.Scala.MountedImpure[P, S, B]
- Annotations
- @inline()
- def mountedRoot[P, S, B](x: JsMounted[P, S, B]): component.Scala.MountedRoot[Id, util.DefaultEffects.Async, P, S, B]
- Annotations
- @inline()
- 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()
- macro def static(content: VdomNode): Component[Unit, Unit, Unit, Nullary]
Create a component that always displays the same content, never needs to be redrawn, never needs vdom diffing.
- macro def static(displayName: => String)(content: VdomNode): Component[Unit, Unit, Unit, Nullary]
Create a component that always displays the same content, never needs to be redrawn, never needs vdom diffing.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()