Class

io.youi.example.ui

TextViewExample

Related Doc: package ui

Permalink

class TextViewExample extends UIExampleScreen

Linear Supertypes
UIExampleScreen, UIScreen, PathActivation, URLActivation, Screen, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextViewExample
  2. UIExampleScreen
  3. UIScreen
  4. PathActivation
  5. URLActivation
  6. Screen
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TextViewExample()

    Permalink

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

    Permalink
    Definition Classes
    Any
  6. def clearParams: Boolean

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    UIScreen
  9. def createUI(): Future[Unit]

    Permalink
    Definition Classes
    TextViewExample → UIScreen
  10. def deactivate(): Future[Unit]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def header: Header

    Permalink
    Attributes
    protected
    Definition Classes
    UIExampleScreen
  18. def init(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    UIExampleScreen → UIScreen → Screen
  19. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    Screen
  21. lazy val matcher: URLMatcher

    Permalink
    Definition Classes
    PathActivation → URLActivation
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def path: Path

    Permalink
    Definition Classes
    TextViewExample → PathActivation
  26. val state: Val[ScreenState]

    Permalink
    Definition Classes
    Screen
  27. def stateType: StateType

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

    Permalink
    Definition Classes
    AnyRef
  29. def title: String

    Permalink
    Definition Classes
    TextViewExample → Screen
  30. def toString(): String

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

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

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

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

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

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

Inherited from UIExampleScreen

Inherited from UIScreen

Inherited from PathActivation

Inherited from URLActivation

Inherited from Screen

Inherited from AnyRef

Inherited from Any

Ungrouped