Class

io.youi.example.ui

SnapExample

Related Doc: package ui

Permalink

class SnapExample extends UIExampleScreen

Linear Supertypes
UIExampleScreen, UIScreen, PathActivation, URLActivation, Screen, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SnapExample
  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 SnapExample()

    Permalink

Type Members

  1. class Box extends Container

    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. object Box

    Permalink
  5. def activate(): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    UIScreen → URLActivation → Screen
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  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
    Attributes
    protected
    Definition Classes
    UIScreen
  10. def createUI(): Future[Unit]

    Permalink
    Definition Classes
    SnapExample → UIScreen
  11. def deactivate(): Future[Unit]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def path: Path

    Permalink
    Definition Classes
    SnapExample → PathActivation
  27. val state: Val[ScreenState]

    Permalink
    Definition Classes
    Screen
  28. def stateType: StateType

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

    Permalink
    Definition Classes
    AnyRef
  30. def title: String

    Permalink
    Definition Classes
    SnapExample → Screen
  31. def toString(): String

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

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

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

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

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