object React
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- React
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- 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
- 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def wrap[Wrapped](wrapped: Wrapped): Dynamic