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 Config[P, C <: Children, S, B] = (Step4[P, C, S, B]) ⇒ Step4[P, C, S, B]

    Permalink
  4. 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
  5. type JsMounted[P, S, B] = Js.MountedWithRoot[Id, Box[P], Box[S], Js.RawMounted with Vars[P, S, B], Box[P], Box[S]]

    Permalink
  6. 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
  7. type Mounted[F[_], P, S, B] = MountedWithRoot[F, P, S, B, P, S]

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

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

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

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

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

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

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

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

    Permalink
  16. 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: builder.Lifecycle.type

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val builder: EntryPoint.type

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. 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.

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped