Packages

trait DartLayoutComponent[Props, RenderContext, State] extends LayoutComponentNoView[Props, RenderContext, (DartComponentDI.this)#DartContext, State] with (DartComponentDI.this)#AnyToProps[RenderContext]

Linear Supertypes
(DartComponentDI.this)#AnyToProps[RenderContext], LayoutComponentNoView[Props, RenderContext, (DartComponentDI.this)#DartContext, State], LayoutComponent[Props, RenderContext, (DartComponentDI.this)#DartContext, (DartComponentDI.this)#DartContext, State], AppComponent[Props, RenderContext, (DartComponentDI.this)#DartContext, (DartComponentDI.this)#DartContext, State], AppLifecycleMethods[Props, RenderContext, (DartComponentDI.this)#DartContext, State], StatefulReactComponent[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State], LifecycleMethods[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State], ReactComponent[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DartLayoutComponent
  2. AnyToProps
  3. LayoutComponentNoView
  4. LayoutComponent
  5. AppComponent
  6. AppLifecycleMethods
  7. StatefulReactComponent
  8. LifecycleMethods
  9. ReactComponent
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AnyToProps[T] extends AnyRef
    Definition Classes
    AnyToProps
  2. class Backend extends AnyRef
    Definition Classes
    StatefulReactComponent
  3. type BackendType = Backend
    Definition Classes
    StatefulReactComponent → LifecycleMethods → ReactComponent
  4. type Scope = MountedWithRoot[CallbackTo, AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State]
    Definition Classes
    LayoutComponent
  5. final type ScopeType = MountedWithRoot[CallbackTo, AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State]
    Definition Classes
    StatefulReactComponent
  6. type SnapshotType = Unit
    Definition Classes
    LifecycleMethods

Abstract Value Members

  1. abstract val initialState: State
    Definition Classes
    StatefulReactComponent
  2. abstract def render(scope: Scope, state: State, props: Props)(implicit renderProps: RenderContext, context: (DartComponentDI.this)#DartContext): VdomElement
    Definition Classes
    LayoutComponentNoView

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 apply(props: AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]): Unmounted[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, Backend]
    Definition Classes
    StatefulReactComponent → ReactComponent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. lazy val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], [-p, +u]Props[p, u], UnmountedWithRoot[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], MountedWithRoot[[A]A, AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, Backend, AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State], Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], MountedWithRoot[[A]A, Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State], Component[Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State]] with Vars[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, Backend], Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State]]], Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], [-p, +u]Props[p, u], UnmountedWithRoot[Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], MountedWithRoot[[A]A, Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State], Component[Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State]] with Vars[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, Backend], Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State]], Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], MountedWithRoot[[A]A, Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State], Component[Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State]] with Vars[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, Backend], Box[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext]], Box[State]]]]
    Definition Classes
    StatefulReactComponent
  8. def componentDidMount(cdm: ComponentDidMount[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, BackendType]): Callback
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods → LifecycleMethods
  9. def componentDidMount(modState: ((State) ⇒ State) ⇒ Callback, props: Props)(implicit context: (DartComponentDI.this)#DartContext): Callback
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods
  10. final def componentDidUpdate(cdu: ComponentDidUpdate[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, BackendType, SnapshotType]): Callback
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods → LifecycleMethods
  11. def componentDidUpdate(modState: ((State) ⇒ State) ⇒ Callback, props: Props, prevProps: Props, state: State, prevState: State, prevContext: (DartComponentDI.this)#DartContext)(implicit context: (DartComponentDI.this)#DartContext): Callback
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods
  12. final def componentWillUnmount(cwu: ComponentWillUnmount[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, BackendType]): Callback
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods → LifecycleMethods
  13. def componentWillUnmount(props: Props)(implicit context: (DartComponentDI.this)#DartContext): Callback
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods
  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
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def render(props: AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], state: State, scope: Scope): VdomElement
    Attributes
    protected
    Definition Classes
    LayoutComponentNoView → StatefulReactComponent
  24. final def shouldComponentUpdate(scu: ShouldComponentUpdate[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State, BackendType]): CallbackTo[Boolean]
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods → LifecycleMethods
  25. def shouldComponentUpdate(props: Props, nextProps: Props, state: State, nextState: State, nextContext: (DartComponentDI.this)#DartContext)(implicit context: (DartComponentDI.this)#DartContext): CallbackTo[Boolean]
    Attributes
    protected
    Definition Classes
    AppLifecycleMethods
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from (DartComponentDI.this)#AnyToProps[RenderContext]

Inherited from LayoutComponentNoView[Props, RenderContext, (DartComponentDI.this)#DartContext, State]

Inherited from LayoutComponent[Props, RenderContext, (DartComponentDI.this)#DartContext, (DartComponentDI.this)#DartContext, State]

Inherited from AppComponent[Props, RenderContext, (DartComponentDI.this)#DartContext, (DartComponentDI.this)#DartContext, State]

Inherited from AppLifecycleMethods[Props, RenderContext, (DartComponentDI.this)#DartContext, State]

Inherited from StatefulReactComponent[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State]

Inherited from LifecycleMethods[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State]

Inherited from ReactComponent[AppProps[Props, RenderContext, (DartComponentDI.this)#DartContext], State]

Inherited from AnyRef

Inherited from Any

Ungrouped