abstract class Component extends core.facade.React.Component

Annotations
@ScalaJSDefined() @RawJSType()
Linear Supertypes
facade.React.Component, Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Component
  2. Component
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Component()

Type Members

  1. abstract type Props
  2. abstract type Snapshot
  3. abstract type State

Abstract Value Members

  1. abstract def initialState: 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def componentDidCatch(error: Error, info: ErrorBoundaryInfo): Unit
  7. def componentDidMount(): Unit
  8. def componentDidUpdate(prevProps: Props, prevState: State, snapshot: Snapshot): Unit
  9. def componentDidUpdate(prevProps: Props, prevState: State): Unit
  10. def componentWillMount(): Unit
  11. def componentWillReceiveProps(nextProps: Props): Unit
  12. def componentWillUnmount(): Unit
  13. def componentWillUpdate(nextProps: Props, nextState: State): Unit
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def forceUpdate(callback: Function0[Unit]): Unit
    Definition Classes
    Component
  18. def forceUpdate(): Unit
    Definition Classes
    Component
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getSnapshotBeforeUpdate(prevProps: Props, prevState: State): Snapshot
  21. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  29. final def props: Props
  30. final def setState(fn: (State, Props) ⇒ State, callback: () ⇒ Unit): Unit
  31. final def setState(fn: (State) ⇒ State, callback: () ⇒ Unit): Unit
  32. final def setState(s: State, callback: () ⇒ Unit): Unit
  33. final def setState(fn: (State, Props) ⇒ State): Unit
  34. final def setState(fn: (State) ⇒ State): Unit
  35. final def setState(s: State): Unit
  36. def shouldComponentUpdate(nextProps: Props, nextState: State): Boolean
  37. final def state: State
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toLocaleString(): String
    Definition Classes
    Object
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def valueOf(): Any
    Definition Classes
    Object
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from facade.React.Component

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped