Trait/Object

io.youi.app

ClientApplication

Related Docs: object ClientApplication | package app

Permalink

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

    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. val active: Var[Screen]

    Permalink
    Definition Classes
    ScreenManager
  5. def afterScreenChange(oldScreen: Screen, newScreen: Screen): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenManager
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def autoReload: Boolean

    Permalink
  8. def beforeScreenChange(oldScreen: Screen, newScreen: Screen): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenManager
  9. def cached(url: URL): String

    Permalink
    Definition Classes
    ClientApplication → CacheImplementation
  10. def clientConnectivity(connectivity: ApplicationConnectivity): ClientConnectivity

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val connectivity: ApplicationConnectivity

    Permalink

    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]]

    Permalink
    Definition Classes
    YouIApplication
  14. def createConnectivity(path: String = "/communication", autoConnect: Boolean = true): ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  15. def dispose(screen: Screen): Future[Unit]

    Permalink
    Definition Classes
    ScreenManager
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def error(t: Throwable): Unit

    Permalink
    Definition Classes
    ErrorSupport
  19. def errorSupport[R](f: ⇒ R): R

    Permalink
    Definition Classes
    ErrorSupport
  20. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  24. def load(screen: Screen): Future[Unit]

    Permalink
    Definition Classes
    ScreenManager
  25. val loaded: Val[Boolean]

    Permalink
    Definition Classes
    ScreenManager
  26. def logJavaScriptErrors: Boolean

    Permalink

    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

    Permalink
    Attributes
    protected
    Definition Classes
    YouIApplication
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val screens: State[List[Screen]]

    Permalink
    Definition Classes
    ScreenManager
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

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

Inherited from ScreenManager

Inherited from YouIApplication

Inherited from CacheImplementation

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped