Object

io.youi.example.screen

CommunicationScreen

Related Doc: package screen

Permalink

object CommunicationScreen extends ExampleScreen with PreloadedContentScreen

Linear Supertypes
PreloadedContentScreen, ExampleScreen, ContentScreen, PathActivation, URLActivation, Screen, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommunicationScreen
  2. PreloadedContentScreen
  3. ExampleScreen
  4. ContentScreen
  5. PathActivation
  6. URLActivation
  7. Screen
  8. AnyRef
  9. 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. def activate(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ExampleScreen → ContentScreen → URLActivation → Screen
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def broadcastButton: org.scalajs.dom.html.Button

    Permalink
  7. def broadcastInput: Input

    Permalink
  8. def clearParams: Boolean

    Permalink
    Definition Classes
    PathActivation
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def connectedButton: org.scalajs.dom.html.Button

    Permalink
  11. def connectedInput: Input

    Permalink
  12. def content: Span

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen
  13. val contentOption: Val[Option[Span]]

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen
  14. def counterButton: org.scalajs.dom.html.Button

    Permalink
  15. def counterInput: Input

    Permalink
  16. def deactivate(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen → Screen
  17. def dispose(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    Screen
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def generateScreen(): Future[Element]

    Permalink
    Attributes
    protected
    Definition Classes
    PreloadedContentScreen → ContentScreen
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def heading: Option[Element]

    Permalink
    Definition Classes
    ExampleScreen
  25. def hideContent(content: Element): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen
  26. def hookup: ExampleHookup

    Permalink
    Attributes
    protected
    Definition Classes
    ExampleScreen
  27. def init(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    Screen
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. def load(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    CommunicationScreen → ContentScreen → Screen
  30. lazy val matcher: URLMatcher

    Permalink
    Definition Classes
    PathActivation → URLActivation
  31. def nameButton: org.scalajs.dom.html.Button

    Permalink
  32. def nameInput: Input

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def path: Path

    Permalink
    Definition Classes
    CommunicationScreen → PathActivation
  37. def preload(): Future[Unit]

    Permalink
    Definition Classes
    ContentScreen
  38. def preloadScreen: Element

    Permalink
    Attributes
    protected
    Definition Classes
    CommunicationScreen → PreloadedContentScreen
  39. def register[Value](v: StyleProp[Value], value: ⇒ Value): Unit

    Permalink
    Definition Classes
    Screen
  40. def register[Value](v: Var[Value], value: ⇒ Value): Unit

    Permalink
    Definition Classes
    Screen
  41. def reverseButton: org.scalajs.dom.html.Button

    Permalink
  42. def reverseInput: Input

    Permalink
  43. def showContent(content: Element): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen
  44. val state: Val[ScreenState]

    Permalink
    Definition Classes
    Screen
  45. def stateType: StateType

    Permalink
    Definition Classes
    PathActivation
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def timeButton: org.scalajs.dom.html.Button

    Permalink
  48. def timeInput: Input

    Permalink
  49. def title: String

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

    Permalink
    Definition Classes
    AnyRef → Any
  51. def updateURL(current: URL): Option[HistoryStateChange]

    Permalink
    Definition Classes
    PathActivation → URLActivation
  52. def urlChanged(url: URL): Unit

    Permalink
    Definition Classes
    URLActivation
  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( ... )

Inherited from PreloadedContentScreen

Inherited from ExampleScreen

Inherited from ContentScreen

Inherited from PathActivation

Inherited from URLActivation

Inherited from Screen

Inherited from AnyRef

Inherited from Any

Ungrouped