Object

japgolly.scalajs.react.component

Scala

Related Doc: package component

Permalink

object Scala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BackendScope[P, S] = Generic.MountedWithRoot[CallbackTo, P, S, P, S]

    Permalink
  2. 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]]

    Permalink
  3. type JsComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]] = Js.ComponentWithRoot[Box[P], CT, UnmountedWithRawType[Box[P], Box[S], Js.RawMounted with Vars[P, S, B]], Box[P], CT, UnmountedWithRawType[Box[P], Box[S], Js.RawMounted with Vars[P, S, B]]]

    Permalink
  4. type JsMounted[P, S, B] = Js.MountedWithRoot[Id, Box[P], Box[S], Js.RawMounted with Vars[P, S, B], Box[P], Box[S]]

    Permalink
  5. type JsUnmounted[P, S, B] = UnmountedWithRoot[Box[P], MountedWithRawType[Box[P], Box[S], Js.RawMounted with Vars[P, S, B]], Box[P], MountedWithRawType[Box[P], Box[S], Js.RawMounted with Vars[P, S, B]]]

    Permalink
  6. type Mounted[F[_], P, S, B] = MountedWithRoot[F, P, S, B, P, S]

    Permalink
  7. type MountedImpure[P, S, B] = MountedWithRoot[Id, P, S, B, P, S]

    Permalink
  8. type MountedPure[P, S, B] = MountedWithRoot[CallbackTo, P, S, B, P, S]

    Permalink
  9. type MountedRoot[F[_], P, S, B] = MountedWithRoot[F, P, S, B, P, S]

    Permalink
  10. sealed trait MountedSimple[F[_], P, S, B] extends Generic.MountedSimple[F, P, S]

    Permalink
  11. sealed trait MountedWithRoot[F[_], P1, S1, B, P0, S0] extends MountedSimple[F, P1, S1, B] with Generic.MountedWithRoot[F, P1, S1, P0, S0]

    Permalink
  12. final class MutableRef[P, S, B, CT[-p, +u] <: CtorType[p, u]] extends AnyRef

    Permalink
  13. type RawMounted[P, S, B] = Js.RawMounted with Vars[P, S, B]

    Permalink
  14. type Unmounted[P, S, B] = UnmountedWithRoot[P, MountedImpure[P, S, B], Box[P], JsMounted[P, S, B]]

    Permalink
  15. trait Vars[P, S, B] extends Object

    Permalink
    Annotations
    @RawJSType() @native()

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. val Lifecycle: ScalaBuilder.Lifecycle.type

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def build[P](name: String): Step1[P]

    Permalink
  7. def buildStatic(name: String, content: VdomElement): Step4[Unit, None, Unit, Unit]

    Permalink

    Partially builds a component that always displays the same content, never needs to be redrawn, never needs vdom diffing.

    Partially builds a component that always displays the same content, never needs to be redrawn, never needs vdom diffing. The builder is returned and can be customised futher before finally being built.

  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  15. def mountRaw[P, S, B](x: RawMounted[P, S, B]): MountedImpure[P, S, B]

    Permalink
  16. def mountedRoot[P, S, B](x: JsMounted[P, S, B]): MountedRoot[Id, P, S, B]

    Permalink
  17. def mutableRefTo[P, S, B, CT[-p, +u] <: CtorType[p, u]](c: Component[P, S, B, CT]): MutableRef[P, S, B, CT]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def static(name: String, content: VdomElement): Component[Unit, Unit, Unit, Nullary]

    Permalink

    Create a component that always displays the same content, never needs to be redrawn, never needs vdom diffing.

  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped