object Scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scala
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type BackendScope[P, S] = Generic.MountedWithRoot[CallbackTo, P, S, P, S]
- type Component[P, S, B, CT[-p, +u] <: CtorType[p, u]] = Js.ComponentWithRoot[P, CT, Unmounted[P, S, B], Box[P], CT, JsUnmounted[P, S, B]]
-
type
Config[P, C <: Children, S, B, US <: UpdateSnapshot, US2 <: UpdateSnapshot] = (Step4[P, C, S, B, US]) ⇒ Step4[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]] = Js.ComponentWithRoot[Box[P], CT, UnmountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]], Box[P], CT, UnmountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]]]
- type JsMounted[P, S, B] = Js.MountedWithRoot[Id, Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B], Box[P], Box[S]]
- type JsUnmounted[P, S, B] = UnmountedWithRoot[Box[P], MountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]], Box[P], MountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]]]
- type Mounted[F[_], P, S, B] = MountedWithRoot[F, P, S, B, P, S]
- type MountedImpure[P, S, B] = MountedWithRoot[Id, P, S, B, P, S]
- type MountedPure[P, S, B] = MountedWithRoot[CallbackTo, P, S, B, P, S]
- type MountedRoot[F[_], P, S, B] = MountedWithRoot[F, P, S, B, P, S]
- sealed trait MountedSimple[F[_], P, S, B] extends Generic.MountedSimple[F, P, S]
- sealed trait MountedWithRoot[F[_], P1, S1, B, P0, S0] extends MountedSimple[F, P1, S1, B] with Generic.MountedWithRoot[F, P1, S1, P0, S0]
- type RawMounted[P, S, B] = Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]
- type Unmounted[P, S, B] = UnmountedWithRoot[P, MountedImpure[P, S, B], Box[P], JsMounted[P, S, B]]
-
trait
Vars[P, S, B] extends Object
- Annotations
- @RawJSType() @native()
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: 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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mountRaw[P, S, B](x: RawMounted[P, S, B]): MountedImpure[P, S, B]
- def mountedRoot[P, S, B](x: JsMounted[P, S, B]): MountedRoot[Id, P, S, B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
static(content: VdomNode)(implicit name: AutoComponentName): Component[Unit, Unit, Unit, Nullary]
Create a component that always displays the same content, never needs to be redrawn, never needs vdom diffing.
-
def
static(name: ⇒ 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.