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 cc: ClientConnectivity

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

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

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

    Permalink
  19. val communicationScreen: CommunicationScreen.type

    Permalink
  20. val connectivity: ApplicationConnectivity

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

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

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

    Permalink
    Definition Classes
    ScreenManager
  24. val drawable: DrawableExample

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

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

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

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

    Permalink
    Definition Classes
    ErrorSupport
  29. val example: CommunicationManager[ExampleCommunication]

    Permalink
    Definition Classes
    ExampleApplication
  30. val examples: UIExamples

    Permalink
  31. def finalize(): Unit

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

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

    Permalink
  34. def hashCode(): Int

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

    Permalink
  36. val hit: HitTestExample

    Permalink
  37. val image: ImageExample

    Permalink
  38. val imageChange: ImageChangeExample

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenManager
  40. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    ScreenManager
  44. val loadingElement: Element

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

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

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

    Permalink
  48. def main(): Unit

    Permalink
    Annotations
    @JSExportTopLevel( "application" )
  49. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  52. val parallax: ParallaxExample

    Permalink
  53. val scale9: Scale9Example

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

    Permalink
    Definition Classes
    ScreenManager
  55. val simple: CommunicationManager[SimpleCommunication]

    Permalink
    Definition Classes
    ExampleApplication
  56. val snap: SnapExample

    Permalink
  57. val svgImage: SVGImageExample

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

    Permalink
    Definition Classes
    AnyRef
  59. val text: TextViewExample

    Permalink
  60. def toString(): String

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

    Permalink
  62. val video: VideoExample

    Permalink
  63. val virtual: VirtualSizeExample

    Permalink
  64. final def wait(): Unit

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

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

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

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