Trait/Object

io.youi.hypertext

Component

Related Docs: object Component | package hypertext

Permalink

trait Component extends AbstractComponent

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Component
  2. AbstractComponent
  3. Updates
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val element: Element

    Permalink
    Attributes
    protected[io.youi]

Concrete 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. val actualHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  5. val actualWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val backgroundColor: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  8. def blur(): Unit

    Permalink
  9. lazy val border: ComponentBorders

    Permalink
  10. def click(): Unit

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. lazy val color: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  13. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  14. def determineActualHeight: Double

    Permalink
    Attributes
    protected
  15. def determineActualWidth: Double

    Permalink
    Attributes
    protected
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. object event

    Permalink
  19. def events[E <: Event](eventType: String, stopPropagation: Boolean = false): Channel[E]

    Permalink
    Attributes
    protected
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def focus(): Unit

    Permalink
  22. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. lazy val id: Var[String]

    Permalink
    Definition Classes
    AbstractComponent
  25. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ComponentAbstractComponent
  26. val innerHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  27. val innerWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. object margin

    Permalink
    Definition Classes
    AbstractComponent
  30. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def onNextFrame(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
  35. lazy val opacity: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  36. lazy val overflow: ComponentOverflow

    Permalink
  37. object padding

    Permalink
    Definition Classes
    AbstractComponent
  38. lazy val parent: State[Option[AbstractComponent]]

    Permalink
    Definition Classes
    AbstractComponent
  39. object position

    Permalink
    Definition Classes
    AbstractComponent
  40. def prop[T](get: ⇒ T, set: (T) ⇒ Unit, mayCauseResize: Boolean): Var[T]

    Permalink
    Attributes
    protected[io.youi.hypertext]
  41. def removeFromParent(): Boolean

    Permalink
    Definition Classes
    AbstractComponent
  42. lazy val rotation: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  43. object scale

    Permalink
    Definition Classes
    AbstractComponent
  44. object scrollbar

    Permalink
    Definition Classes
    AbstractComponent
  45. object size

    Permalink
    Definition Classes
    AbstractComponent
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toString(): String

    Permalink
    Definition Classes
    AbstractComponent → AnyRef → Any
  48. def update(delta: Double): Unit

    Permalink
    Definition Classes
    Updates
  49. def updateBackgroundColor(): Unit

    Permalink
    Attributes
    protected
  50. def updateColor(): Unit

    Permalink
    Attributes
    protected
  51. def updateSize(): Unit

    Permalink
  52. def updateTransform(): Unit

    Permalink
    Attributes
    protected
  53. lazy val visible: Var[Boolean]

    Permalink
    Definition Classes
    AbstractComponent
  54. final def wait(): Unit

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

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

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

Inherited from AbstractComponent

Inherited from Updates

Inherited from AnyRef

Inherited from Any

Ungrouped