Class

japgolly.scalajs.react.raw

ReactComponentEs6

Related Doc: package raw

Permalink

abstract class ReactComponentEs6[P <: Object, S <: Object] extends Object with ReactComponent[P, S]

Annotations
@RawJSType() @JSGlobal( "React.Component" ) @native()
Linear Supertypes
ReactComponent[P, S], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactComponentEs6
  2. ReactComponent
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReactComponentEs6(ctorProps: P = js.native)

    Permalink

Type Members

  1. final type Props = P with PropsWithChildren

    Permalink
    Definition Classes
    ReactComponent
  2. final type State = S

    Permalink
    Definition Classes
    ReactComponent

Abstract Value Members

  1. abstract def render(): ReactElement

    Permalink
    Definition Classes
    ReactComponent

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def componentDidMount(): Unit

    Permalink
  7. def componentDidUpdate(prevProps: Props, prevState: State): Unit

    Permalink
  8. def componentWillMount(): Unit

    Permalink
  9. def componentWillReceiveProps(nextProps: Props): Unit

    Permalink
  10. def componentWillUnmount(): Unit

    Permalink
  11. def componentWillUpdate(nextProps: Props, nextState: State): Unit

    Permalink
  12. final val constructor: ReactCtorAfterUse

    Permalink
    Definition Classes
    ReactComponent
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def forceUpdate(callback: Function0[Unit] = js.native): Unit

    Permalink
    Definition Classes
    ReactComponent
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def isMounted(): UndefOr[Boolean]

    Permalink

    js.UndefOr because ES6 components return undefined

    js.UndefOr because ES6 components return undefined

    Definition Classes
    ReactComponent
  22. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  23. final def modState(fn: Function1[State, Object], callback: Function0[Unit] = js.native): Unit

    Permalink
    Definition Classes
    ReactComponent
    Annotations
    @JSName( "setState" )
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  28. final def props: Props

    Permalink
    Definition Classes
    ReactComponent
  29. final def replaceState(newState: State, callback: Function0[Unit] = js.native): Unit

    Permalink
    Definition Classes
    ReactComponent
  30. final def setState(partialState: Object, callback: Function0[Unit] = js.native): Unit

    Permalink
    Definition Classes
    ReactComponent
  31. def shouldComponentUpdate(nextProps: Props, nextState: State): Boolean

    Permalink
  32. final var state: State

    Permalink
    Definition Classes
    ReactComponent
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReactComponent[P, S]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped