trait
ReactClassSpec extends AnyRef
Type Members
-
abstract
type
Props
-
abstract
type
State
Abstract Value Members
-
abstract
def
getInitialState(): State
-
abstract
def
render(): ReactElement
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply(props: Props): ReactElement
-
final
def
asInstanceOf[T0]: T0
-
def
asNative: Dynamic
-
def
clone(): AnyRef
-
def
componentDidMount(): Unit
-
def
componentDidUpdate(prevProps: Props, prevState: State): Unit
-
def
componentWillMount(): Unit
-
def
componentWillReceiveProps(nextProps: Props): Unit
-
def
componentWillUnmount(): Unit
-
def
componentWillUpdate(nextProps: Props, nextState: State): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
forceUpdate(): Unit
-
def
forceUpdate(callback: Function0[Unit]): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
isPropsRawJs: Boolean
-
val
isStateRawJs: Boolean
-
def
nativeThis: Dynamic
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
props: Props
-
lazy val
propsToRawJs: (Props) ⇒ Any
-
lazy val
rawJsToProps: (Any) ⇒ Props
-
lazy val
rawJsToState: (Any) ⇒ State
-
def
setState(stateMapper: (State, Props) ⇒ State): Unit
-
def
setState(stateMapper: (State) ⇒ State): Unit
-
def
setState(state: State): Unit
-
def
shouldComponentUpdate(nextProps: Props, nextState: State): Boolean
-
def
state: State
-
lazy val
stateToRawJs: (State) ⇒ Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Ungrouped
-
abstract
type
Props
-
abstract
type
State
-
abstract
def
getInitialState(): State
-
abstract
def
render(): ReactElement
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
apply(props: Props): ReactElement
-
final
def
asInstanceOf[T0]: T0
-
def
asNative: Dynamic
-
def
clone(): AnyRef
-
def
componentDidMount(): Unit
-
def
componentDidUpdate(prevProps: Props, prevState: State): Unit
-
def
componentWillMount(): Unit
-
def
componentWillReceiveProps(nextProps: Props): Unit
-
def
componentWillUnmount(): Unit
-
def
componentWillUpdate(nextProps: Props, nextState: State): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
forceUpdate(): Unit
-
def
forceUpdate(callback: Function0[Unit]): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
isPropsRawJs: Boolean
-
val
isStateRawJs: Boolean
-
def
nativeThis: Dynamic
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
props: Props
-
lazy val
propsToRawJs: (Props) ⇒ Any
-
lazy val
rawJsToProps: (Any) ⇒ Props
-
lazy val
rawJsToState: (Any) ⇒ State
-
def
setState(stateMapper: (State, Props) ⇒ State): Unit
-
def
setState(stateMapper: (State) ⇒ State): Unit
-
def
setState(state: State): Unit
-
def
shouldComponentUpdate(nextProps: Props, nextState: State): Boolean
-
def
state: State
-
lazy val
stateToRawJs: (State) ⇒ Any
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit