Packages

trait ReactClassSpec[Props, 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. def apply(props: Props)(children: Any*): ReactElement
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asNative: Dynamic
  7. def children: ReactElement
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def componentDidMount(): Unit
  10. def componentDidUpdate(prevProps: Props, prevState: State): Unit
  11. def componentWillMount(): Unit
  12. def componentWillReceiveProps(nextProps: Props): Unit
  13. def componentWillUnmount(): Unit
  14. def componentWillUpdate(nextProps: Props, nextState: State): Unit
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def forceUpdate(): Unit
  19. def forceUpdate(callback: Function0[Unit]): Unit
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def nativeThis: Dynamic
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def props: Props
  28. def propsFromNative(value: Any): Props
  29. def propsToNative(value: Props): Dynamic
  30. def setState(stateMapper: (State, Props) ⇒ State): Unit
  31. def setState(stateMapper: (State) ⇒ State): Unit
  32. def setState(state: State): Unit
  33. def shouldComponentUpdate(nextProps: Props, nextState: State): Boolean
  34. def state: State
  35. def stateFromNative(value: Any): State
  36. def stateToNative(value: State): Dynamic
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped