japgolly.scalajs.react

ReactComponentB

Related Docs: object ReactComponentB | package react

final class ReactComponentB[P, S, B, N <: TopNode] 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]) ⇒ ReactElement, lc: LifeCycle[P, S, B, N], jsMixins: Vector[Any])

Type Members

  1. final class Builder[C] extends AnyRef

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 buildU(implicit ev: =:=[Unit, P]): ConstProps[P, S, B, N]

  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

  19. def hashCode(): Int

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

    Definition Classes
    Any
  21. def mixinJS(mixins: Any*): ReactComponentB[P, S, B, N]

    Install a pure-JS React mixin.

    Install a pure-JS React mixin.

    Beware: There will be mixins that won't work correctly as they make assumptions that don't hold for Scala. If a mixin expects to inspect your props or state, forget about it; Scala-land owns that data.

  22. val name: String

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

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

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

    Definition Classes
    AnyRef
  26. def propsConst(p: ⇒ P): Builder[ConstProps[P, S, B, N]]

  27. def propsDefault(p: ⇒ P): Builder[DefaultProps[P, S, B, N]]

  28. def propsRequired: Builder[ReqProps[P, S, B, N]]

  29. def propsUnit(implicit ev: =:=[Unit, P]): Builder[ConstProps[P, S, B, N]]

  30. def reRender(f: ((ComponentScopeU[P, S, B]) ⇒ ReactElement) ⇒ (ComponentScopeU[P, S, B]) ⇒ ReactElement): ReactComponentB[P, S, B, N]

    Modify the render function.

  31. def shouldComponentUpdate(f: (ComponentScopeM[P, S, B, N], P, S) ⇒ Boolean): ReactComponentB[P, S, B, N]

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped