Object

io.youi.example

ClientExampleApplication

Related Doc: package example

Permalink

object ClientExampleApplication extends JSApp with ExampleApplication with ClientApplication with CrossFadeSupport

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

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def autoConnect: Boolean

    Permalink
    Definition Classes
    ClientApplication
  9. def autoReload: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    CrossFadeSupport → ScreenManager
  11. val border: BorderExample.type

    Permalink
  12. val boxLayout: BoxLayoutExample.type

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def close(): Unit

    Permalink
    Definition Classes
    ClientApplication
  15. val communicationEntries: State[Set[ApplicationConnectivity]]

    Permalink
    Definition Classes
    YouIApplication
  16. val communicationScreen: CommunicationScreen.type

    Permalink
  17. def connect(): Unit

    Permalink
    Definition Classes
    ClientApplication
  18. val connection: Connection

    Permalink
    Definition Classes
    ClientApplication
  19. val connectivity: ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  20. def createConnectivity(path: String): ApplicationConnectivity

    Permalink
    Definition Classes
    YouIApplication
  21. val crossFadeDuration: FiniteDuration

    Permalink
    Attributes
    protected
    Definition Classes
    ClientExampleApplication → CrossFadeSupport
  22. def crossFadeEaseIn: Easing

    Permalink
    Attributes
    protected
    Definition Classes
    CrossFadeSupport
  23. def crossFadeEaseOut: Easing

    Permalink
    Attributes
    protected
    Definition Classes
    CrossFadeSupport
  24. val crossFadeElement: Div

    Permalink
    Attributes
    protected
    Definition Classes
    ClientExampleApplication → CrossFadeSupport
  25. def disconnect(): Unit

    Permalink
    Definition Classes
    ClientApplication
  26. def dispose(screen: Screen): Future[Unit]

    Permalink
    Definition Classes
    ScreenManager
  27. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    ExampleApplication
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. val flowLayout: FlowLayoutExample.type

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. val gridLayout: GridLayoutExample.type

    Permalink
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. val hello: HelloWorld.type

    Permalink
  38. val images: ImageExample.type

    Permalink
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. val label: LabelExample.type

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

    Permalink
    Definition Classes
    ScreenManager
  42. val login: LoginScreen.type

    Permalink
  43. def main(): Unit

    Permalink
    Definition Classes
    ClientExampleApplication → JSApp
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  47. val screens: State[List[Screen]]

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

    Permalink
    Definition Classes
    ExampleApplication
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. val uiExamples: UIExamples.type

    Permalink
  52. val virtual: VirtualSizeExample.type

    Permalink
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. val webSocket: Var[Option[WebSocket]]

    Permalink
    Definition Classes
    ClientApplication

Inherited from CrossFadeSupport

Inherited from ClientApplication

Inherited from ScreenManager

Inherited from ExampleApplication

Inherited from YouIApplication

Inherited from ErrorSupport

Inherited from JSApp

Inherited from AnyRef

Inherited from Any

Ungrouped