final class ComponentWillUpdate[P, S, B] extends Base[P, S, B]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ComponentWillUpdate
- Base
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ComponentWillUpdate(raw: RawMounted[P, S, B], nextProps: P, nextState: S)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def F: Effect[CallbackTo]
- Attributes
- protected
- Definition Classes
- Base
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def backend: B
- Definition Classes
- Base
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def currentProps: P
- def currentState: S
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDOMNode: Mounted
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def mountedImpure: MountedImpure[P, S, B]
- Definition Classes
- Base
- final def mountedPure: MountedPure[P, S, B]
- Definition Classes
- Base
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextProps: P
- val nextState: S
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def propsChildren: PropsChildren
- val raw: RawMounted[P, S, B]
- Definition Classes
- ComponentWillUpdate → Base
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- ComponentWillUpdate → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def forceUpdate(no: NotAllowed): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) forceUpdate prohibited within the componentWillUpdate callback. Use componentWillReceiveProps instead.
- def modState(no: NotAllowed, cb: Any = null): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) modState prohibited within the componentWillUpdate callback. Use componentWillReceiveProps instead.
- def setState(no: NotAllowed, cb: Any = null): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) setState prohibited within the componentWillUpdate callback. Use componentWillReceiveProps instead.