Packages

trait ReactClassSpec[WrappedProps, State] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactClassSpec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getInitialState(): State
  2. abstract def render(): ReactElement

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asNative: Dynamic
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def componentDidMount(): Unit
  8. def componentDidUpdate(prevProps: Props[WrappedProps], prevState: State): Unit
  9. def componentWillMount(): Unit
  10. def componentWillReceiveProps(nextProps: Props[WrappedProps]): Unit
  11. def componentWillUnmount(): Unit
  12. def componentWillUpdate(nextProps: Props[WrappedProps], nextState: State): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forceUpdate(): Unit
  17. def forceUpdate(callback: Function0[Unit]): Unit
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def nativeComponentDidUpdate(nativePrevProps: Dynamic, nativePrevState: Dynamic): Unit
  22. def nativeComponentWillReceiveProps(nativeNextProps: Dynamic): Unit
  23. def nativeComponentWillUpdate(nativeNextProps: Dynamic, nativeNextState: Dynamic): Unit
  24. def nativeProps: Dynamic
  25. def nativeShouldComponentUpdate(nextProps: Dynamic, nextState: Dynamic): Boolean
  26. def nativeState: Dynamic
  27. def nativeThis: Dynamic
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. def props: Props[WrappedProps]
  32. def propsFromNative(nativeProps: Dynamic): Props[WrappedProps]
  33. def propsToNative(props: Props[WrappedProps]): Dynamic
  34. def setState(stateMapper: (State, Props[WrappedProps]) ⇒ State): Unit
  35. def setState(stateMapper: (State) ⇒ State): Unit
  36. def setState(state: State): Unit
  37. def shouldComponentUpdate(nextProps: Props[WrappedProps], nextState: State): Boolean
  38. def state: State
  39. def stateFromNative(nativeState: Dynamic): State
  40. def stateToNative(state: State): Dynamic
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped