Packages

trait UIExampleScreen extends UIScreen

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UIExampleScreen
  2. UIScreen
  3. PathActivation
  4. URLActivation
  5. Screen
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def createUI(): Future[Unit]
    Definition Classes
    UIScreen
  2. abstract def path: Path
    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
    UIScreen → URLActivation → Screen
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearParams: Boolean
    Definition Classes
    PathActivation
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. lazy val container: Container
    Attributes
    protected
    Definition Classes
    UIScreen
  9. def deactivate(): Future[Unit]
    Attributes
    protected
    Definition Classes
    UIScreen → Screen
  10. def dispose(): Future[Unit]
    Attributes
    protected
    Definition Classes
    Screen
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def header: Header
    Attributes
    protected
  17. def init(): Future[Unit]
    Attributes
    protected
    Definition Classes
    UIExampleScreen → UIScreen → Screen
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def load(): Future[Unit]
    Attributes
    protected
    Definition Classes
    Screen
  20. lazy val matcher: URLMatcher
    Definition Classes
    PathActivation → URLActivation
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def register[Value](v: StyleProp[Value], value: => Value): Unit
    Definition Classes
    Screen
  25. def register[Value](v: Var[Value], value: => Value): Unit
    Definition Classes
    Screen
  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 title: String
    Definition Classes
    Screen
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def updateURL(current: URL): Option[HistoryStateChange]
    Definition Classes
    PathActivation → URLActivation
  32. def url: URL
  33. def urlChanged(url: URL): Unit
    Definition Classes
    URLActivation
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from UIScreen

Inherited from PathActivation

Inherited from URLActivation

Inherited from Screen

Inherited from AnyRef

Inherited from Any

Ungrouped