Packages

object React

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. React
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Props [Wrapped](native: Dynamic) extends Product with Serializable
  2. type Render[WrappedProps] = (Props[WrappedProps]) ⇒ ReactElement
  3. case class Self [WrappedProps, State](native: Dynamic) extends Product with Serializable

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. val WrappedProperty: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createClass[WrappedProps, State](render: (Self[WrappedProps, State]) ⇒ ReactElement, displayName: String = null, componentWillMount: (Self[WrappedProps, State]) ⇒ Unit = null, componentDidMount: (Self[WrappedProps, State]) ⇒ Unit = null, componentWillReceiveProps: (Self[WrappedProps, State], Props[WrappedProps]) ⇒ Unit = null, shouldComponentUpdate: (Self[WrappedProps, State], Props[WrappedProps], State) ⇒ Boolean = ..., componentWillUpdate: (Self[WrappedProps, State], Props[WrappedProps], State) ⇒ Unit = null, componentDidUpdate: (Self[WrappedProps, State], Props[WrappedProps], State) ⇒ Unit = null, componentWillUnmount: (Self[WrappedProps, State]) ⇒ Unit = null, getInitialState: (Self[WrappedProps, State]) ⇒ State = null): ReactClass
  8. def createElement(reactClass: ReactClass): ReactElement
  9. def createElement(reactClass: ReactClass, props: Any, children: Any*): ReactElement
  10. def createElement(tagName: String, attributes: Any, children: Any*): ReactElement
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. def renderToNative[WrappedProps](render: Render[WrappedProps]): Function1[Dynamic, ReactElement]
  21. def stateFromNative[State](nativeState: Dynamic): State
  22. def stateToNative[State](state: State): Dynamic
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def unwrap[Wrapped](nativeWrapped: Dynamic): Wrapped
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def wrap[Wrapped](wrapped: Wrapped): Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped