Class

japgolly.scalajs.react.component.ScalaBuilder.Lifecycle

ComponentWillMount

Related Doc: package Lifecycle

Permalink

final class ComponentWillMount[P, S, B] extends AnyVal with StateRW[P, S, B]

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

Instance Constructors

  1. new ComponentWillMount(raw: RawMounted[P, S, B])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final def backend: B

    Permalink
    Definition Classes
    Base
  6. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    Base
  12. def props: P

    Permalink
  13. def propsChildren: PropsChildren

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

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

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

    Permalink
    Definition Classes
    StateW
  17. final def state: S

    Permalink
    Definition Classes
    StateRW
  18. def toString(): String

    Permalink
    Definition Classes
    ComponentWillMount → Any

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

  3. def forceUpdate(prohibited: Nothing = ???): Nothing

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version ) forceUpdate prohibited within the componentWillMount callback.

Inherited from StateRW[P, S, B]

Inherited from StateW[P, S, B]

Inherited from Base[P, S, B]

Inherited from AnyVal

Inherited from Any

Ungrouped