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. val fontAwesome: FontAwesomeExample

    Permalink
  31. final def getClass(): Class[_]

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

    Permalink
  33. def hashCode(): Int

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

    Permalink
  35. val hit: HitTestExample

    Permalink
  36. val hookup: ExampleHookup

    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. def isClient: Boolean

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

    Permalink
    Definition Classes
    Any
  43. def isServer: Boolean

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

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

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

    Permalink
    Definition Classes
    ScreenManager
  47. val loadingElement: Element

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

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

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

    Permalink
  51. def main(): Unit

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

    Permalink
  53. val measured: MeasuredExample

    Permalink
  54. val modal: ModalExample

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

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

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

    Permalink
    Definition Classes
    AnyRef
  58. val parallax: ParallaxExample

    Permalink
  59. val recycledScrolling: RecycledScrollingExample

    Permalink
  60. val scale9: Scale9Example

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

    Permalink
    Definition Classes
    ScreenManager
  62. val snap: SnapExample

    Permalink
  63. val svgImage: SVGImageExample

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

    Permalink
    Definition Classes
    AnyRef
  65. val text: TextViewExample

    Permalink
  66. def toString(): String

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

    Permalink
  68. val video: VideoExample

    Permalink
  69. val virtual: VirtualSizeExample

    Permalink
  70. final def wait(): Unit

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

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

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