Trait

io.youi.example.ui

UIExampleScreen

Related Doc: package ui

Permalink

trait UIExampleScreen extends ExampleScreen

Linear Supertypes
ExampleScreen, ContentScreen, PathActivation, URLActivation, Screen, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UIExampleScreen
  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

Abstract Value Members

  1. abstract def name: String

    Permalink
  2. abstract def path: String

    Permalink
    Definition Classes
    PathActivation

Concrete 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
    UIExampleScreenExampleScreen → ContentScreen → URLActivation → Screen
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def c: ExampleCommunication

    Permalink
    Attributes
    protected
    Definition Classes
    ExampleScreen
  7. def clearParams: Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. lazy val container: Container

    Permalink
  10. def content: Span

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

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen
  12. def deactivate(): Future[Unit]

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen
  21. def init(): Future[Unit]

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

    Permalink
    Definition Classes
    Any
  23. def isURLMatch(url: URL): Boolean

    Permalink
    Definition Classes
    PathActivation → URLActivation
  24. def load(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    ContentScreen → Screen
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def s: SimpleCommunication

    Permalink
    Attributes
    protected
    Definition Classes
    ExampleScreen
  29. def showContent(): Unit

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

    Permalink
    Definition Classes
    Screen
  31. def stateType: StateType

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

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

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

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

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

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

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