Trait

japgolly.scalajs.react.component.JsFn

UnmountedWithRoot

Related Doc: package JsFn

Permalink

sealed trait UnmountedWithRoot[P1, M1, P0 <: Object] extends UnmountedSimple[P1, M1] with Generic.UnmountedWithRoot[P1, M1, P0, Mounted]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnmountedWithRoot
  2. UnmountedWithRoot
  3. UnmountedSimple
  4. UnmountedSimple
  5. UnmountedRaw
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type Mounted = M1

    Permalink
    Definition Classes
    UnmountedSimple
  2. final type Props = P1

    Permalink
    Definition Classes
    UnmountedSimple
  3. final type Raw = ComponentElement[P0]

    Permalink
  4. final type Ref = Nothing

    Permalink
    Definition Classes
    UnmountedSimpleUnmountedSimple
  5. final type Root = UnmountedWithRoot[P0, JsFn.Mounted, P0]

    Permalink
    Definition Classes
    UnmountedWithRootUnmountedWithRoot

Abstract Value Members

  1. abstract def key: Option[Key]

    Permalink
    Definition Classes
    UnmountedSimple
  2. abstract def mapMounted[M2](f: (M1) ⇒ M2): UnmountedWithRoot[P1, M2, P0]

    Permalink
  3. abstract def mapUnmountedProps[P2](f: (P1) ⇒ P2): UnmountedWithRoot[P2, M1, P0]

    Permalink
  4. abstract val mountRaw: (ComponentUntyped) ⇒ M1

    Permalink
    Definition Classes
    UnmountedSimple
  5. abstract def props: Props

    Permalink
    Definition Classes
    UnmountedSimple
  6. abstract def propsChildren: PropsChildren

    Permalink
    Definition Classes
    UnmountedSimple
  7. abstract val raw: Raw

    Permalink
    Definition Classes
    UnmountedRaw
  8. abstract def ref: Option[Ref]

    Permalink
    Definition Classes
    UnmountedSimple
  9. abstract def root: Root

    Permalink
    Definition Classes
    UnmountedWithRoot

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def displayName: String

    Permalink
    Definition Classes
    UnmountedSimpleUnmountedRaw
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def renderIntoDOM(container: raw.ReactDOM.Container, callback: Callback = Callback.empty): Mounted

    Permalink
    Definition Classes
    UnmountedSimpleUnmountedSimple
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def vdomElement: VdomElement

    Permalink
    Definition Classes
    UnmountedRaw
  20. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Generic.UnmountedWithRoot[P1, M1, P0, JsFn.Mounted]

Inherited from UnmountedSimple[P1, M1]

Inherited from Generic.UnmountedSimple[P1, M1]

Inherited from UnmountedRaw

Inherited from AnyRef

Inherited from Any

Ungrouped