c

io.youi.example.ui

GridLayoutExample

class GridLayoutExample extends UIExampleScreen

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

Instance Constructors

  1. new GridLayoutExample()

Type Members

  1. class Box extends Container

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def activate(): Future[Unit]
    Attributes
    protected
    Definition Classes
    UIScreen → URLActivation → Screen
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearParams: Boolean
    Definition Classes
    PathActivation
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. lazy val container: Container
    Attributes
    protected
    Definition Classes
    UIScreen
  9. def createUI(): Future[Unit]
    Definition Classes
    GridLayoutExample → UIScreen
  10. def deactivate(): Future[Unit]
    Attributes
    protected
    Definition Classes
    UIScreen → Screen
  11. def dispose(): Future[Unit]
    Attributes
    protected
    Definition Classes
    Screen
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def header: Header
    Attributes
    protected
    Definition Classes
    UIExampleScreen
  18. def init(): Future[Unit]
    Attributes
    protected
    Definition Classes
    UIExampleScreen → UIScreen → Screen
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def load(): Future[Unit]
    Attributes
    protected
    Definition Classes
    Screen
  21. lazy val matcher: URLMatcher
    Definition Classes
    PathActivation → URLActivation
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def path: Path
    Definition Classes
    GridLayoutExample → PathActivation
  26. def register[Value](v: StyleProp[Value], value: => Value): Unit
    Definition Classes
    Screen
  27. def register[Value](v: Var[Value], value: => Value): Unit
    Definition Classes
    Screen
  28. val state: Val[ScreenState]
    Definition Classes
    Screen
  29. def stateType: StateType
    Definition Classes
    PathActivation
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def title: String
    Definition Classes
    GridLayoutExample → Screen
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def updateURL(current: URL): Option[HistoryStateChange]
    Definition Classes
    PathActivation → URLActivation
  34. def url: URL
    Definition Classes
    UIExampleScreen
  35. def urlChanged(url: URL): Unit
    Definition Classes
    URLActivation
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. object Box

Inherited from UIExampleScreen

Inherited from UIScreen

Inherited from PathActivation

Inherited from URLActivation

Inherited from Screen

Inherited from AnyRef

Inherited from Any

Ungrouped