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. val input: TextInputExample

    Permalink
  41. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    ScreenManager
  45. val loadingElement: Element

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

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

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

    Permalink
  49. def main(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  54. val parallax: ParallaxExample

    Permalink
  55. val scale9: Scale9Example

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

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

    Permalink
    Definition Classes
    ExampleApplication
  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