Object

io.youi.example

ClientExampleApplication

Related Doc: package example

Permalink

object ClientExampleApplication extends ExampleApplication with ClientApplication with LoadingTransitionSupport

Linear Supertypes
LoadingTransitionSupport, ClientApplication, ScreenManager, ExampleApplication, YouIApplication, CacheImplementation, ErrorSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientExampleApplication
  2. LoadingTransitionSupport
  3. ClientApplication
  4. ScreenManager
  5. ExampleApplication
  6. YouIApplication
  7. CacheImplementation
  8. ErrorSupport
  9. AnyRef
  10. 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
    LoadingTransitionSupport → ScreenManager
  6. val animation: AnimationExample

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def autoReload: Boolean

    Permalink
    Definition Classes
    ClientApplication
  9. def beforeScreenChange(oldScreen: Screen, newScreen: Screen): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    LoadingTransitionSupport → ScreenManager
  10. val bootstrap: ExampleBootstrapScreen.type

    Permalink
  11. val bootstrapButton: BootstrapButtonExample

    Permalink
  12. val bootstrapLogin: BootstrapLoginExample

    Permalink
  13. def cached(url: URL): String

    Permalink
    Definition Classes
    ClientApplication → CacheImplementation
  14. val canvas: CanvasExample

    Permalink
  15. def clientConnectivity(connectivity: ApplicationConnectivity): ClientConnectivity

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. object colors

    Permalink
  18. val communicationScreen: CommunicationScreen.type

    Permalink
  19. val connectivity: ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  20. val connectivityEntries: Var[Set[ApplicationConnectivity]]

    Permalink
    Definition Classes
    YouIApplication
  21. def createConnectivity(path: String, autoConnect: Boolean): ApplicationConnectivity

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

    Permalink
    Definition Classes
    ScreenManager
  23. val drawable: DrawableExample

    Permalink
  24. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    ErrorSupport
  28. val examples: UIExamples

    Permalink
  29. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. val grid: GridLayoutExample

    Permalink
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. val hello: HelloWorld

    Permalink
  34. val hit: HitTestExample

    Permalink
  35. val hookup: ExampleHookup

    Permalink
  36. val image: ImageExample

    Permalink
  37. val imageChange: ImageChangeExample

    Permalink
  38. def init(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenManager
  39. val input: TextInputExample

    Permalink
  40. def isClient: Boolean

    Permalink
    Definition Classes
    ClientApplication → YouIApplication
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. def isServer: Boolean

    Permalink
    Definition Classes
    ClientApplication → YouIApplication
  43. def load(screen: Screen): Future[Unit]

    Permalink
    Definition Classes
    ScreenManager
  44. def load(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenManager
  45. val loaded: Val[Boolean]

    Permalink
    Definition Classes
    ScreenManager
  46. val loadingElement: Element

    Permalink
    Attributes
    protected
    Definition Classes
    ClientExampleApplication → LoadingTransitionSupport
  47. def logJavaScriptErrors: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    YouIApplication
  48. val logPath: String

    Permalink
    Attributes
    protected
    Definition Classes
    YouIApplication
  49. val login: LoginScreen.type

    Permalink
  50. def main(): Unit

    Permalink
    Annotations
    @JSExportTopLevel( "application" )
  51. val measured: MeasuredExample

    Permalink
  52. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  55. val parallax: ParallaxExample

    Permalink
  56. val scale9: Scale9Example

    Permalink
  57. val screens: Val[List[Screen]]

    Permalink
    Definition Classes
    ScreenManager
  58. val snap: SnapExample

    Permalink
  59. val svgImage: SVGImageExample

    Permalink
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  61. val text: TextViewExample

    Permalink
  62. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  63. val vertical: VerticalLayoutExample

    Permalink
  64. val video: VideoExample

    Permalink
  65. val virtual: VirtualSizeExample

    Permalink
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def waitForWindowLoad: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenManager

Inherited from LoadingTransitionSupport

Inherited from ClientApplication

Inherited from ScreenManager

Inherited from ExampleApplication

Inherited from YouIApplication

Inherited from CacheImplementation

Inherited from ErrorSupport

Inherited from AnyRef

Inherited from Any

Ungrouped