Class

io.youi.template

TemplateScreen

Related Doc: package template

Permalink

class TemplateScreen extends ContentScreen with ActivationSupport

Linear Supertypes
ActivationSupport, ContentScreen, PathActivation, URLActivation, Screen, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemplateScreen
  2. ActivationSupport
  3. ContentScreen
  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 TemplateScreen(path: String)

    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
    TemplateScreen → ContentScreen → URLActivation → Screen
  5. object activation

    Permalink
    Definition Classes
    ActivationSupport
  6. def activationRoot: Element

    Permalink
    Attributes
    protected
    Definition Classes
    ActivationSupport
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clearParams: Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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
    TemplateScreen → 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 hideContent(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TemplateScreen → ContentScreen → Screen
  23. lazy val matcher: URLMatcher

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val path: String

    Permalink
    Definition Classes
    TemplateScreen → PathActivation
  28. def showContent(): Unit

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

    Permalink
    Definition Classes
    Screen
  30. def stateType: StateType

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

    Permalink
    Definition Classes
    AnyRef
  32. def testing: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TemplateScreen → ActivationSupport
  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 ActivationSupport

Inherited from ContentScreen

Inherited from PathActivation

Inherited from URLActivation

Inherited from Screen

Inherited from AnyRef

Inherited from Any

Ungrouped