Class

japgolly.scalajs.react.component.ScalaBuilder.Lifecycle

ComponentDidUpdate

Related Doc: package Lifecycle

Permalink

final class ComponentDidUpdate[P, S, B] extends StateW[P, S, B] with ForceUpdate[P, S, B]

Linear Supertypes
ForceUpdate[P, S, B], StateW[P, S, B], Base[P, S, B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComponentDidUpdate
  2. ForceUpdate
  3. StateW
  4. Base
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComponentDidUpdate(raw: RawMounted[P, S, B], prevProps: P, prevState: S)

    Permalink

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
    Base
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def currentProps: P

    Permalink
  8. def currentState: S

    Permalink
  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 forceUpdate(cb: Callback): Callback

    Permalink
    Definition Classes
    ForceUpdate
  13. final def forceUpdate: Callback

    Permalink
    Definition Classes
    ForceUpdate
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getDOMNode: Element

    Permalink
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. final def modState(mod: (S) ⇒ S, cb: Callback = Callback.empty): Callback

    Permalink
    Definition Classes
    StateW
  19. final def modStateFn[I](f: (I) ⇒ (S) ⇒ S, callback: Callback = Callback.empty): (I) ⇒ Callback

    Permalink
    Definition Classes
    StateW
  20. final def mountedImpure: MountedImpure[P, S, B]

    Permalink
    Definition Classes
    Base
  21. final def mountedPure: MountedPure[P, S, B]

    Permalink
    Definition Classes
    Base
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val prevProps: P

    Permalink
  26. val prevState: S

    Permalink
  27. def propsChildren: PropsChildren

    Permalink
  28. val raw: RawMounted[P, S, B]

    Permalink
    Definition Classes
    ComponentDidUpdateBase
  29. final def setState(newState: S, cb: Callback = Callback.empty): Callback

    Permalink
    Definition Classes
    StateW
  30. final def setStateFn[I](f: (I) ⇒ S, callback: Callback = Callback.empty): (I) ⇒ Callback

    Permalink
    Definition Classes
    StateW
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Deprecated Value Members

  1. final def _modState[I](f: (I) ⇒ (S) ⇒ S, callback: Callback = Callback.empty): (I) ⇒ Callback

    Permalink
    Definition Classes
    StateW
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Renamed to modStateFn

  2. final def _setState[I](f: (I) ⇒ S, callback: Callback = Callback.empty): (I) ⇒ Callback

    Permalink
    Definition Classes
    StateW
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Renamed to setStateFn

Inherited from ForceUpdate[P, S, B]

Inherited from StateW[P, S, B]

Inherited from Base[P, S, B]

Inherited from AnyRef

Inherited from Any

Ungrouped