Packages

trait ClientApplication extends YouIApplication with ScreenManager

Linear Supertypes
ScreenManager, YouIApplication, CacheImplementation, ErrorSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientApplication
  2. ScreenManager
  3. YouIApplication
  4. CacheImplementation
  5. ErrorSupport
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val active: Var[Screen]
    Definition Classes
    ScreenManager
  5. def afterScreenChange(oldScreen: Screen, newScreen: Screen): Future[Unit]
    Attributes
    protected
    Definition Classes
    ScreenManager
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def autoReload: Boolean
  8. def beforeScreenChange(oldScreen: Screen, newScreen: Screen): Future[Unit]
    Attributes
    protected
    Definition Classes
    ScreenManager
  9. def cached(url: URL): String
    Definition Classes
    ClientApplication → CacheImplementation
  10. def clientConnectivity(connectivity: ApplicationConnectivity): ClientConnectivity
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val connectivity: ApplicationConnectivity

    Default connectivity using "/communication" as the path.

    Default connectivity using "/communication" as the path. Can be overridden if this path is not desirable.

    Definition Classes
    YouIApplication
  13. val connectivityEntries: State[Set[ApplicationConnectivity]]
    Definition Classes
    YouIApplication
  14. def createConnectivity(path: String = "/communication", autoConnect: Boolean = true): ApplicationConnectivity
    Definition Classes
    YouIApplication
  15. def dispose(screen: Screen): Future[Unit]
    Definition Classes
    ScreenManager
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def error(t: Throwable): Unit
    Definition Classes
    ErrorSupport
  19. def errorSupport[R](f: ⇒ R): R
    Definition Classes
    ErrorSupport
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def load(screen: Screen): Future[Unit]
    Definition Classes
    ScreenManager
  25. val loaded: Val[Boolean]
    Definition Classes
    ScreenManager
  26. def logJavaScriptErrors: Boolean

    Returns true if errors that happen in the browser should be logged on the server.

    Returns true if errors that happen in the browser should be logged on the server.

    Defaults to true.

    Attributes
    protected
    Definition Classes
    YouIApplication
  27. val logPath: String
    Attributes
    protected
    Definition Classes
    YouIApplication
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. val screens: State[List[Screen]]
    Definition Classes
    ScreenManager
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScreenManager

Inherited from YouIApplication

Inherited from CacheImplementation

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped