Class/Object

io.youi.example.ui.VerticalLayoutExample

Box

Related Docs: object Box | package VerticalLayoutExample

Permalink

class Box extends DrawableComponent

Linear Supertypes
DrawableComponent, DrawableComponentTheme, Component, ComponentTheme, Theme, TaskSupport, Updates, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Box
  2. DrawableComponent
  3. DrawableComponentTheme
  4. Component
  5. ComponentTheme
  6. Theme
  7. TaskSupport
  8. Updates
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Box()

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val background: Var[Paint]

    Permalink
    Definition Classes
    ComponentTheme
  6. val border: Var[Border]

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createInstance(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  9. val cursor: Var[Cursor]

    Permalink
    Definition Classes
    ComponentTheme
  10. def defaultThemeParent: Some[DrawableComponentTheme]

    Permalink
    Attributes
    protected
    Definition Classes
    DrawableComponent → DrawableComponentTheme → Component → ComponentTheme → Theme
  11. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  12. def draw(context: Context): Unit

    Permalink
    Definition Classes
    DrawableComponent → Component
  13. def drawInternal(context: Context): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  14. val drawable: Var[Drawable]

    Permalink
    Definition Classes
    DrawableComponent
  15. lazy val drawer: Drawer

    Permalink
    Attributes
    protected[io.youi]
    Definition Classes
    Component
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. lazy val event: Events

    Permalink
    Definition Classes
    Component
  19. def every(delay: FiniteDuration, until: Option[FiniteDuration])(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  20. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val globalVisibility: Val[Boolean]

    Permalink
    Definition Classes
    Component
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hitTest(global: Point): HitResult

    Permalink
    Definition Classes
    Component
  25. lazy val id: Var[Option[String]]

    Permalink
    Definition Classes
    Component
  26. val interactive: Var[Boolean]

    Permalink
    Definition Classes
    ComponentTheme
  27. def invalidate(): Future[Unit]

    Permalink
    Definition Classes
    Component
  28. def isHit(local: Point): Boolean

    Permalink
    Definition Classes
    Component
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def localize(global: Point): Point

    Permalink
    Definition Classes
    Component
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def nextFrame(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  33. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  35. def once(delay: FiniteDuration)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  36. object padding

    Permalink
    Definition Classes
    ComponentTheme
  37. lazy val parent: Val[Option[AbstractContainer]]

    Permalink
    Definition Classes
    Component
  38. lazy val parentTheme: Var[Option[Theme]]

    Permalink
    Attributes
    protected
    Definition Classes
    Theme
  39. object position

    Permalink
    Definition Classes
    Component
  40. def postDraw(context: Context): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  41. def preDraw(context: Context): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  42. def prop[T](get: ⇒ T, set: (T) ⇒ Unit, updatesTransform: Boolean, updatesRendering: Boolean): Var[T]

    Permalink
    Attributes
    protected[io.youi]
    Definition Classes
    ComponentTheme
  43. lazy val reDraw: LazyUpdate

    Permalink
    Definition Classes
    Component
  44. def reDrawAsync(f: (Context) ⇒ Future[Unit]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  45. def reMeasure(context: Context): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  46. lazy val renderer: Val[Option[Renderer]]

    Permalink
    Definition Classes
    Component
  47. lazy val rotation: Var[Double]

    Permalink
    Definition Classes
    Component
  48. object size

    Permalink
    Definition Classes
    Component
  49. def start(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. lazy val theme: Var[_ <: DrawableComponentTheme]

    Permalink
    Definition Classes
    DrawableComponent → Component
  52. def toString(): String

    Permalink
    Definition Classes
    Component → AnyRef → Any
  53. def update(delta: Double): Unit

    Permalink
    Definition Classes
    Component → Updates
  54. def updateMeasured(width: ⇒ Double, height: ⇒ Double): Unit

    Permalink
    Definition Classes
    Component
  55. def updateRendering(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → ComponentTheme
  56. def updateTasks(): Boolean

    Permalink
    Definition Classes
    Component → TaskSupport
  57. def updateTransform(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → ComponentTheme
  58. val visible: Var[Boolean]

    Permalink
    Definition Classes
    ComponentTheme
  59. final def wait(): Unit

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

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

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

Inherited from DrawableComponent

Inherited from DrawableComponentTheme

Inherited from Component

Inherited from ComponentTheme

Inherited from Theme

Inherited from TaskSupport

Inherited from Updates

Inherited from AnyRef

Inherited from Any

Ungrouped