final class ShouldComponentUpdate[P, S, B] extends Base[P, S, B]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ShouldComponentUpdate
- Base
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ShouldComponentUpdate(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( ... ) @native() @HotSpotIntrinsicCandidate()
- def cmpProps(cmp: (P, P) ⇒ Boolean): Boolean
- def cmpState(cmp: (S, S) ⇒ Boolean): Boolean
- def currentProps: P
- def currentState: S
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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
- ShouldComponentUpdate → Base
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ShouldComponentUpdate → AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
forceUpdate(no: NotAllowed): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) forceUpdate prohibited within the shouldComponentUpdate callback.
-
def
modState(no: NotAllowed, cb: Any = null): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) modState prohibited within the shouldComponentUpdate callback.
-
def
setState(no: NotAllowed, cb: Any = null): Nothing
- Annotations
- @deprecated
- Deprecated
(Since version ) setState prohibited within the shouldComponentUpdate callback.