japgolly.scalajs.react

ComponentScopeM

trait ComponentScopeM[Props, State, Backend] extends Object with ComponentScopeU[Props, State, Backend] with ComponentScope_M

Type of a mounted component's this scope.

Annotations
@RawJSType()
Linear Supertypes
ComponentScope_M, ComponentScopeU[Props, State, Backend], ComponentScope_B[Backend], ComponentScope_SS[State], ComponentScope_S[State], ComponentScope_P[Props], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ComponentScopeM
  2. ComponentScope_M
  3. ComponentScopeU
  4. ComponentScope_B
  5. ComponentScope_SS
  6. ComponentScope_S
  7. ComponentScope_P
  8. Object
  9. Any
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def forceUpdate(): Unit

    Can be invoked on any mounted component when you know that some deeper aspect of the component's state has changed without using this.

    Can be invoked on any mounted component when you know that some deeper aspect of the component's state has changed without using this.setState().

    Definition Classes
    ComponentScope_M
  2. abstract def getDOMNode(): Element

    Can be invoked on any mounted component in order to obtain a reference to its rendered DOM node.

    Can be invoked on any mounted component in order to obtain a reference to its rendered DOM node.

    Definition Classes
    ComponentScope_M
  3. abstract def refs: RefsObject

    Definition Classes
    ComponentScope_M

Concrete 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. def _props: WrapObj[Props]

    Definition Classes
    ComponentScope_P
    Annotations
    @JSName( "props" )
  5. def _setState(s: WrapObj[State], callback: UndefOr[Function]): Unit

    Definition Classes
    ComponentScope_SS
    Annotations
    @JSName( "setState" )
  6. def _setState(s: WrapObj[State]): Unit

    Definition Classes
    ComponentScope_SS
    Annotations
    @JSName( "setState" )
  7. def _state: WrapObj[State]

    Definition Classes
    ComponentScope_S
    Annotations
    @JSName( "state" )
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def backend: Backend

    Definition Classes
    ComponentScope_B
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  16. def hashCode(): Int

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

    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toLocaleString(): String

    Definition Classes
    Object
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def valueOf(): Any

    Definition Classes
    Object
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def unary_!(): Boolean

    Definition Classes
    Any
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Considered abuse in typed JavaScript, will be removed in 0.6. Use js.Dynamic or js.prim.Boolean instead.

Inherited from ComponentScope_M

Inherited from ComponentScopeU[Props, State, Backend]

Inherited from ComponentScope_B[Backend]

Inherited from ComponentScope_SS[State]

Inherited from ComponentScope_S[State]

Inherited from ComponentScope_P[Props]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped