object React
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- React
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val WrappedProperty: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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 = (self: Self[WrappedProps, State], nextProps: Props[WrappedProps], nextState: State) => { self.props.wrapped != nextProps.wrapped || self.state != nextState || !Utils.shallowEqual(self.props.native, nextProps.native, WrappedProperty) }, 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
- def createElement(reactClass: ReactClass): ReactElement
- def createElement(reactClass: ReactClass, props: Any, children: Any*): ReactElement
- def createElement(tagName: String, attributes: Any, children: Any*): ReactElement
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def renderToNative[WrappedProps](render: Render[WrappedProps]): Function1[Dynamic, ReactElement]
- def stateFromNative[State](nativeState: Dynamic): State
- def stateToNative[State](state: State): Dynamic
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unwrap[Wrapped](nativeWrapped: Dynamic): Wrapped
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wrap[Wrapped](wrapped: Wrapped): Dynamic