Object

io.youi.example.screen

CommunicationScreen

Related Doc: package screen

Permalink

object CommunicationScreen extends ExampleScreen

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

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

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

    Permalink
    Definition Classes
    ExampleScreen
  24. def hideContent(): Unit

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

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

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

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

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

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

    Permalink
  31. def nameInput: Input

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def path: Path

    Permalink
    Definition Classes
    CommunicationScreen → PathActivation
  36. def register[Value](v: StyleProp[Value], value: ⇒ Value): Unit

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

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

    Permalink
  39. def reverseInput: Input

    Permalink
  40. def showContent(): Unit

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

    Permalink
    Definition Classes
    Screen
  42. def stateType: StateType

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

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

    Permalink
  45. def timeInput: Input

    Permalink
  46. def title: String

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

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

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

    Permalink
    Definition Classes
    URLActivation
  50. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExampleScreen

Inherited from ContentScreen

Inherited from PathActivation

Inherited from URLActivation

Inherited from Screen

Inherited from AnyRef

Inherited from Any

Ungrouped