japgolly.scalajs.react

ReactComponentB

final class ReactComponentB[P, S, B] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ReactComponentB
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReactComponentB(name: String, initF: (P) ⇒ S, backF: (BackendScope[P, S]) ⇒ B, rendF: (ComponentScopeU[P, S, B]) ⇒ VDom, lc: LifeCycle[P, S, B])

Type Members

  1. final class AnchorN[N <: TopNode] extends AnyRef

  2. final class Builder[C, N <: TopNode] extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def componentDidMount(f: (ComponentScopeM[P, S, B]) ⇒ Unit): ReactComponentB[P, S, B]

  9. def componentDidUpdate(f: (ComponentScopeM[P, S, B], P, S) ⇒ Unit): ReactComponentB[P, S, B]

  10. def componentWillMount(f: (ComponentScopeU[P, S, B]) ⇒ Unit): ReactComponentB[P, S, B]

  11. def componentWillReceiveProps(f: (ComponentScopeM[P, S, B], P) ⇒ Unit): ReactComponentB[P, S, B]

  12. def componentWillUnmount(f: (ComponentScopeM[P, S, B]) ⇒ Unit): ReactComponentB[P, S, B]

  13. def componentWillUpdate(f: (ComponentScopeWU[P, S, B], P, S) ⇒ Unit): ReactComponentB[P, S, B]

  14. def configure(fs: (ReactComponentB[P, S, B]) ⇒ ReactComponentB[P, S, B]*): ReactComponentB[P, S, B]

  15. def domType[N2 <: TopNode]: AnchorN[N2]

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getDefaultProps(p: ⇒ P): ReactComponentB[P, S, B]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. val name: String

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def shouldComponentUpdate(f: (ComponentScopeM[P, S, B], P, S) ⇒ Boolean): ReactComponentB[P, S, B]

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def create: ReqProps[P, S, B, TopNode]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) As the B in ReactComponentB is for Builder, create() has been renamed to build() and will be removed in 0.7.0.

  2. def createU(implicit ev: =:=[Unit, P]): ConstProps[P, S, B, TopNode]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) As the B in ReactComponentB is for Builder, createU() has been renamed to buildU() and will be removed in 0.7.0.

  3. def propsAlways(p: ⇒ P): Builder[ConstProps[P, S, B, TopNode], TopNode]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) ReactComponentB.propsAlways() has been renamed to propsConst() and will be removed in 0.7.0.

Inherited from AnyRef

Inherited from Any

Ungrouped