Packages

class Component extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Component
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Component(element: Element)

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 absoluteBounding: Rectangle

    Returns the absolute bounding rectangle for this element

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. lazy val background: Prop[Paint]
  7. lazy val backgroundColor: Prop[Color]
  8. lazy val clear: Prop[Clear]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. lazy val color: Prop[Color]
  11. lazy val cursor: Prop[Cursor]
  12. lazy val display: Prop[Display]
  13. val element: Element
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. lazy val floatStyle: Prop[FloatStyle]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. lazy val id: Prop[String]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val measure: Trigger
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. lazy val opacity: Prop[Double]
  27. lazy val rotation: Prop[Double]
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. lazy val title: Prop[String]
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. lazy val userSelect: Prop[UserSelect]
  32. lazy val verticalAlign: Prop[VerticalAlign]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. lazy val whiteSpace: Prop[WhiteSpace]
  37. object classes extends Prop[Set[String]]

Inherited from AnyRef

Inherited from Any

Ungrouped