t

io.youi.app.screen

ContentScreen

trait ContentScreen extends Screen with PathActivation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentScreen
  2. PathActivation
  3. URLActivation
  4. Screen
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def path: String
    Definition Classes
    PathActivation

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 activate(): Future[Unit]
    Attributes
    protected
    Definition Classes
    ContentScreenURLActivationScreen
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearParams: Boolean
    Definition Classes
    PathActivation
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def content: Span
    Attributes
    protected
  9. val contentOption: Val[Option[Span]]
    Attributes
    protected
  10. def deactivate(): Future[Unit]
    Attributes
    protected
    Definition Classes
    ContentScreenScreen
  11. def dispose(): Future[Unit]
    Attributes
    protected
    Definition Classes
    Screen
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. def hideContent(): Unit
    Attributes
    protected
  18. def init(): Future[Unit]
    Attributes
    protected
    Definition Classes
    Screen
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def load(): Future[Unit]
    Attributes
    protected
    Definition Classes
    ContentScreenScreen
  21. lazy val matcher: URLMatcher
    Definition Classes
    PathActivationURLActivation
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def showContent(): Unit
    Attributes
    protected
  26. val state: Val[ScreenState]
    Definition Classes
    Screen
  27. def stateType: StateType
    Definition Classes
    PathActivation
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def updateURL(current: URL): Option[HistoryStateChange]
    Definition Classes
    PathActivationURLActivation
  31. def urlChanged(url: URL): Unit

    Called when the screen is already activated, but the URL has changed and is still a match.

    Called when the screen is already activated, but the URL has changed and is still a match.

    url

    the new URL

    Definition Classes
    URLActivation
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PathActivation

Inherited from URLActivation

Inherited from Screen

Inherited from AnyRef

Inherited from Any

Ungrouped