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 autoConnectCommunication: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    YouIApplication
  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. def communicationURL: URL

    Permalink
    Definition Classes
    ClientApplication
  20. val connectivity: ApplicationConnectivity

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

    Permalink
    Definition Classes
    YouIApplication
  22. def createConnectivity(path: String): 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 examples: UIExamples

    Permalink
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. val fontAwesome: FontAwesomeExample

    Permalink
  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 hookup: ExampleHookup

    Permalink
  38. val image: ImageExample

    Permalink
  39. val imageChange: ImageChangeExample

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

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

    Permalink
  42. def isClient: Boolean

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

    Permalink
    Definition Classes
    Any
  44. def isServer: Boolean

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

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

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

    Permalink
    Definition Classes
    ScreenManager
  48. val loadingElement: Element

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

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

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

    Permalink
  52. def main(): Unit

    Permalink
    Annotations
    @JSExportTopLevel( "application" )
  53. val materialIcons: MaterialIconsExample

    Permalink
  54. val measured: MeasuredExample

    Permalink
  55. val modal: ModalExample

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

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

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

    Permalink
    Definition Classes
    AnyRef
  59. val parallax: ParallaxExample

    Permalink
  60. def reConnect(): Unit

    Permalink
    Definition Classes
    ClientApplication
  61. def reConnected(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ClientApplication
  62. def reconnectStrategy: ReconnectStrategy

    Permalink
    Definition Classes
    ClientApplication
  63. val recycledScrolling: RecycledScrollingExample

    Permalink
  64. val scale9: Scale9Example

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

    Permalink
    Definition Classes
    ScreenManager
  66. val select: SelectExample

    Permalink
  67. val snap: SnapExample

    Permalink
  68. val svgImage: SVGImageExample

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

    Permalink
    Definition Classes
    AnyRef
  70. val text: TextViewExample

    Permalink
  71. def toString(): String

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

    Permalink
  73. val video: VideoExample

    Permalink
  74. val virtual: VirtualSizeExample

    Permalink
  75. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. 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