Trait

japgolly.scalajs.react.component.Scala

MountedWithRoot

Related Doc: package Scala

Permalink

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

Linear Supertypes
Generic.MountedWithRoot[F, P1, S1, P0, S0], MountedSimple[F, P1, S1, B], Generic.MountedSimple[F, P1, S1], StateAccess[F, S1], MountedRaw, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MountedWithRoot
  2. MountedWithRoot
  3. MountedSimple
  4. MountedSimple
  5. StateAccess
  6. MountedRaw
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type Props = P1

    Permalink
    Definition Classes
    MountedSimple
  2. final type Raw = Js.RawMounted with Vars[P0, S0, B]

    Permalink
    Definition Classes
    MountedWithRootMountedRaw
  3. final type Root = MountedWithRoot[F, P0, S0, B, P0, S0]

    Permalink
    Definition Classes
    MountedWithRootMountedWithRoot
  4. final type State = S1

    Permalink
    Definition Classes
    StateAccess
  5. final type WithEffect[F2[_]] = MountedWithRoot[F2, P1, S1, B, P0, S0]

    Permalink
  6. final type WithMappedProps[P2] = MountedWithRoot[F, P2, S1, B, P0, S0]

    Permalink
  7. final type WithMappedState[S2] = MountedWithRoot[F, P1, S2, B, P0, S0]

    Permalink

Abstract Value Members

  1. implicit abstract def F: Effect[F]

    Permalink
    Attributes
    protected
    Definition Classes
    StateAccess
  2. abstract def forceUpdate(callback: Callback): F[Unit]

    Permalink
    Definition Classes
    MountedSimple
  3. abstract def getDOMNode: F[Element]

    Permalink
    Definition Classes
    MountedSimple
  4. abstract def isMounted: F[Option[Boolean]]

    Permalink

    Not all components support this; ES6 classes don't.

    Not all components support this; ES6 classes don't.

    Definition Classes
    MountedSimple
  5. abstract val js: JsMounted[P0, S0, B]

    Permalink
  6. abstract def mapProps[P2](f: (P1) ⇒ P2): WithMappedProps[P2]

    Permalink
    Definition Classes
    MountedSimple
  7. abstract def modState(mod: (State) ⇒ State, callback: Callback = Callback.empty): F[Unit]

    Permalink
    Definition Classes
    StateAccess
  8. abstract def props: F[Props]

    Permalink
    Definition Classes
    MountedSimple
  9. abstract def propsChildren: F[PropsChildren]

    Permalink
    Definition Classes
    MountedSimple
  10. abstract val raw: Raw

    Permalink
    Definition Classes
    MountedRaw
  11. abstract def root: Root

    Permalink
    Definition Classes
    MountedWithRoot
  12. abstract def setState(newState: State, callback: Callback = Callback.empty): F[Unit]

    Permalink
    Definition Classes
    StateAccess
  13. abstract def state: F[State]

    Permalink
    Definition Classes
    StateAccess
  14. abstract def withEffect[F2[_]](implicit t: Trans[F, F2]): WithEffect[F2]

    Permalink
    Definition Classes
    StateAccess
  15. abstract def xmapState[S2](f: (S1) ⇒ S2)(g: (S2) ⇒ S1): WithMappedState[S2]

    Permalink
    Definition Classes
    StateAccess
  16. abstract def zoomState[S2](get: (S1) ⇒ S2)(set: (S2) ⇒ (S1) ⇒ S1): WithMappedState[S2]

    Permalink
    Definition Classes
    StateAccess

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def backend: B

    Permalink
    Definition Classes
    MountedWithRootMountedSimple
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def displayName: String

    Permalink
    Definition Classes
    MountedWithRootMountedRaw
  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 forceUpdate: F[Unit]

    Permalink
    Definition Classes
    MountedSimple
  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. final def modStateFn[I](f: (I) ⇒ (State) ⇒ State, callback: Callback = Callback.empty): (I) ⇒ F[Unit]

    Permalink
    Definition Classes
    StateAccess
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def setStateFn[I](f: (I) ⇒ State, callback: Callback = Callback.empty): (I) ⇒ F[Unit]

    Permalink
    Definition Classes
    StateAccess
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def withEffectsImpure(implicit t: Trans[F, Id]): WithEffect[Id]

    Permalink
    Definition Classes
    StateAccess
  26. final def withEffectsPure(implicit t: Trans[F, CallbackTo]): WithEffect[CallbackTo]

    Permalink
    Definition Classes
    StateAccess

Inherited from Generic.MountedWithRoot[F, P1, S1, P0, S0]

Inherited from MountedSimple[F, P1, S1, B]

Inherited from Generic.MountedSimple[F, P1, S1]

Inherited from StateAccess[F, S1]

Inherited from MountedRaw

Inherited from AnyRef

Inherited from Any

Ungrouped