trait
ReactClassSpec[WrappedProps, State] extends AnyRef
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
-
final
def
asInstanceOf[T0]: T0
-
def
asNative: Dynamic
-
def
clone(): AnyRef
-
def
componentDidMount(): Unit
-
def
componentDidUpdate(prevProps: Props[WrappedProps], prevState: State): Unit
-
def
componentWillMount(): Unit
-
def
componentWillReceiveProps(nextProps: Props[WrappedProps]): Unit
-
def
componentWillUnmount(): Unit
-
def
componentWillUpdate(nextProps: Props[WrappedProps], 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
-
def
nativeComponentDidUpdate(nativePrevProps: Dynamic, nativePrevState: Dynamic): Unit
-
def
nativeComponentWillReceiveProps(nativeNextProps: Dynamic): Unit
-
def
nativeComponentWillUpdate(nativeNextProps: Dynamic, nativeNextState: Dynamic): Unit
-
def
nativeProps: Dynamic
-
def
nativeShouldComponentUpdate(nextProps: Dynamic, nextState: Dynamic): Boolean
-
def
nativeState: Dynamic
-
def
nativeThis: Dynamic
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
props: Props[WrappedProps]
-
def
propsFromNative(nativeProps: Dynamic): Props[WrappedProps]
-
def
propsToNative(props: Props[WrappedProps]): Dynamic
-
def
setState(stateMapper: (State, Props[WrappedProps]) ⇒ State): Unit
-
def
setState(stateMapper: (State) ⇒ State): Unit
-
def
setState(state: State): Unit
-
def
shouldComponentUpdate(nextProps: Props[WrappedProps], nextState: State): Boolean
-
def
state: State
-
def
stateFromNative(nativeState: Dynamic): State
-
def
stateToNative(state: State): Dynamic
-
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
def
getInitialState(): State
-
abstract
def
render(): ReactElement
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
asNative: Dynamic
-
def
clone(): AnyRef
-
def
componentDidMount(): Unit
-
def
componentDidUpdate(prevProps: Props[WrappedProps], prevState: State): Unit
-
def
componentWillMount(): Unit
-
def
componentWillReceiveProps(nextProps: Props[WrappedProps]): Unit
-
def
componentWillUnmount(): Unit
-
def
componentWillUpdate(nextProps: Props[WrappedProps], 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
-
def
nativeComponentDidUpdate(nativePrevProps: Dynamic, nativePrevState: Dynamic): Unit
-
def
nativeComponentWillReceiveProps(nativeNextProps: Dynamic): Unit
-
def
nativeComponentWillUpdate(nativeNextProps: Dynamic, nativeNextState: Dynamic): Unit
-
def
nativeProps: Dynamic
-
def
nativeShouldComponentUpdate(nextProps: Dynamic, nextState: Dynamic): Boolean
-
def
nativeState: Dynamic
-
def
nativeThis: Dynamic
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
props: Props[WrappedProps]
-
def
propsFromNative(nativeProps: Dynamic): Props[WrappedProps]
-
def
propsToNative(props: Props[WrappedProps]): Dynamic
-
def
setState(stateMapper: (State, Props[WrappedProps]) ⇒ State): Unit
-
def
setState(stateMapper: (State) ⇒ State): Unit
-
def
setState(state: State): Unit
-
def
shouldComponentUpdate(nextProps: Props[WrappedProps], nextState: State): Boolean
-
def
state: State
-
def
stateFromNative(nativeState: Dynamic): State
-
def
stateToNative(state: State): Dynamic
-
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