Class

sri.core

ReactComponent

Related Doc: package core

Permalink

abstract class ReactComponent[P, S] extends ReactJSComponent[P, S]

Annotations
@RawJSType() @ScalaJSDefined()
Linear Supertypes
ReactJSComponent[P, S], Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReactComponent
  2. ReactJSComponent
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReactComponent()

    Permalink

Abstract Value Members

  1. abstract def render(): ReactElement

    Permalink

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 children: PropsChildren

    Permalink
    Annotations
    @inline()
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ReactJSComponent
  8. def componentWillMount(): Unit

    Permalink
    Definition Classes
    ReactJSComponent
  9. def componentWillReceiveProps(nextProps: ⇒ P): Unit

    Permalink
    Annotations
    @JSName( "sComponentWillReceiveProps" )
  10. def componentWillUnmount(): Unit

    Permalink
    Definition Classes
    ReactJSComponent
  11. def componentWillUpdate(nextProps: ⇒ P, nextState: ⇒ S): Unit

    Permalink
    Annotations
    @JSName( "sComponentWillUpdate" )
  12. var context: Dynamic

    Permalink
    Definition Classes
    ReactJSComponent
  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: Function = ???): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getRef[T](name: String, cls: Class[T]): T

    Permalink
    Annotations
    @inline()
  19. def hasOwnProperty(v: String): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def initialState(s: S): Unit

    Permalink
    Annotations
    @inline()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  24. def jsComponentDidUpdate(prevProps: JSProps[P], prevState: JSState[S]): Unit

    Permalink
    Definition Classes
    ReactJSComponent
    Annotations
    @JSName( "componentDidUpdate" )
  25. def jsComponentWillReceiveProps(nextProps: JSProps[P]): Unit

    Permalink
    Definition Classes
    ReactComponentReactJSComponent
    Annotations
    @JSName( "componentWillReceiveProps" )
  26. def jsComponentWillUpdate(nextProps: JSProps[P], nextState: JSState[S]): Unit

    Permalink
    Definition Classes
    ReactComponentReactJSComponent
    Annotations
    @JSName( "componentWillUpdate" )
  27. def jsSetState(func: Function2[JSState[S], JSProps[P], JSState[S]]): Unit

    Permalink
    Definition Classes
    ReactJSComponent
    Annotations
    @JSName( "setState" )
  28. def jsSetState(newState: JSState[S], callback: UndefOr[Function0[_]] = js.undefined): Unit

    Permalink
    Definition Classes
    ReactJSComponent
    Annotations
    @JSName( "setState" )
  29. def jsShouldComponentUpdate(nextProps: JSProps[P], nextState: JSState[S]): Boolean

    Permalink
    Definition Classes
    ReactJSComponent
    Annotations
    @JSName( "shouldComponentUpdate" )
  30. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Object
  34. def props: P

    Permalink
    Annotations
    @JSName( "sProps" ) @inline()
  35. def propsDynamic: Dynamic

    Permalink
    Annotations
    @inline()
  36. var refs: Dynamic

    Permalink
    Definition Classes
    ReactJSComponent
  37. def setState(func: Function2[S, P, S]): Unit

    Permalink
    Annotations
    @JSName( "sSetStateFunc" ) @inline()
  38. def setState(newState: S, callback: UndefOr[Function0[_]] = js.undefined): Unit

    Permalink
    Annotations
    @JSName( "sSetState" ) @inline()
  39. def state: S

    Permalink
    Annotations
    @JSName( "sState" ) @inline()
  40. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

Inherited from ReactJSComponent[P, S]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped