abstract class DefinitionBase[Props, State, Snapshot] extends core.facade.React.Component

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

Instance Constructors

  1. new DefinitionBase(jsProps: Object)

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(classOf[java.lang.CloneNotSupportedException]) @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: AnyRef): 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[_ <: AnyRef]
    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
    Annotations
    @JSName("props_scala") @inline()
  30. final def setState(fn: (State, Props) => State, callback: () => Unit): Unit
    Annotations
    @JSName("setState_scala_6") @inline()
  31. final def setState(fn: (State) => State, callback: () => Unit): Unit
    Annotations
    @JSName("setState_scala_5") @inline()
  32. final def setState(s: State, callback: () => Unit): Unit
    Annotations
    @JSName("setState_scala_4") @inline()
  33. final def setState(fn: (State, Props) => State): Unit
    Annotations
    @JSName("setState_scala_3") @inline()
  34. final def setState(fn: (State) => State): Unit
    Annotations
    @JSName("setState_scala_2") @inline()
  35. final def setState(s: State): Unit
    Annotations
    @JSName("setState_scala_1") @inline()
  36. def shouldComponentUpdate(nextProps: Props, nextState: State): Boolean
  37. final def state: State
    Annotations
    @JSName("state_scala") @inline()
  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(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from facade.React.Component

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped