Object

io.youi.template

ClientTemplateApplication

Related Doc: package template

Permalink

object ClientTemplateApplication extends TemplateApplication with ClientApplication

Linear Supertypes
ClientApplication, ScreenManager, TemplateApplication, YouIApplication, ErrorSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientTemplateApplication
  2. ClientApplication
  3. ScreenManager
  4. TemplateApplication
  5. YouIApplication
  6. ErrorSupport
  7. AnyRef
  8. 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
    Definition Classes
    ClientApplication
  8. def beforeScreenChange(oldScreen: Screen, newScreen: Screen): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenManager
  9. def clientConnectivity(connectivity: ApplicationConnectivity): ClientConnectivity

    Permalink
    Definition Classes
    ClientApplication
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val communication: CommunicationManager[TemplateCommunication]

    Permalink
    Definition Classes
    TemplateApplication
  12. val connectivity: ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  13. val connectivityEntries: State[Set[ApplicationConnectivity]]

    Permalink
    Definition Classes
    YouIApplication
  14. def createConnectivity(path: String, autoConnect: Boolean): 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
    Attributes
    protected
    Definition Classes
    YouIApplication
  27. def main(): Unit

    Permalink
    Annotations
    @JSExportTopLevel( "application" )
  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 ClientApplication

Inherited from ScreenManager

Inherited from TemplateApplication

Inherited from YouIApplication

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped