Packages

class HTMLTextView extends HTMLComponent[Element] with HTMLTextViewTheme

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HTMLTextView
  2. HTMLTextViewTheme
  3. HTMLFontTheme
  4. TextViewTheme
  5. HTMLComponent
  6. HTMLComponentTheme
  7. Component
  8. ComponentTheme
  9. Theme
  10. StringifyImplicits
  11. TaskSupport
  12. Updates
  13. Updatable
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HTMLTextView()
  2. new HTMLTextView(element: Element, existing: Boolean = false)

Type Members

  1. class Attribute extends AnyRef
    Definition Classes
    HTMLComponent

Value Members

  1. object sibling
    Definition Classes
    Component
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val background: StyleProp[Paint]
    Definition Classes
    ComponentTheme
  7. def childComponents: Vector[Component]
    Attributes
    protected
    Definition Classes
    Component
  8. lazy val classList: Var[List[String]]
    Definition Classes
    HTMLComponent
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val color: StyleProp[Color]
    Definition Classes
    HTMLFontTheme
  11. def componentType: String

    The type of Component.

    The type of Component. This is useful for client-side introspection and logging. Each custom Component instance should represent a unique type.

    Definition Classes
    HTMLTextViewComponent
  12. def createInstance(task: Task): TaskInstance
    Attributes
    protected
    Definition Classes
    TaskSupport
  13. val cursor: StyleProp[Cursor]
    Definition Classes
    ComponentTheme
  14. def defaultParentTheme: Theme
    Attributes
    protected
    Definition Classes
    HTMLTextViewComponentTheme
  15. lazy val delta: Channel[Double]
    Definition Classes
    Updates
  16. val display: StyleProp[Display]
    Definition Classes
    ComponentTheme
  17. val e: HTMLExtras[Element]
    Attributes
    protected
    Definition Classes
    HTMLComponent
  18. val element: Element
    Attributes
    protected
    Definition Classes
    HTMLTextViewHTMLComponent
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. val event: EventSupport

    Events functionality for monitoring and even firing events on this component.

    Events functionality for monitoring and even firing events on this component.

    Definition Classes
    HTMLComponentComponent
  22. def every(delay: FiniteDuration, until: Option[FiniteDuration] = None)(f: => Unit): Unit
    Definition Classes
    Updates
  23. val existing: Boolean
    Definition Classes
    HTMLTextViewHTMLComponent
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hasParent(parent: Component): Boolean
    Definition Classes
    Component
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. lazy val id: Var[String]

    Generated unique identifier for this element.

    Generated unique identifier for this element.

    Definition Classes
    Component
  29. val includeInLayout: Var[Boolean]

    Defines if this component should be managed by layout managers (defaults to true)

    Defines if this component should be managed by layout managers (defaults to true)

    Definition Classes
    Component
  30. def init(): Unit

    Called automatically the first time this Component is connected to the document.

    Called automatically the first time this Component is connected to the document.

    Attributes
    protected
    Definition Classes
    HTMLComponentComponent
  31. def initialized: Boolean

    True if this Component's init method has been invoked.

    True if this Component's init method has been invoked.

    Definition Classes
    Component
  32. val interactive: StyleProp[Boolean]
    Definition Classes
    ComponentTheme
  33. def invalidateRendering(): Unit
    Definition Classes
    ComponentTheme
  34. def invalidateTransform(): Unit
    Definition Classes
    ComponentTheme
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def measure(s: Size): Size
    Attributes
    protected
    Definition Classes
    HTMLComponentComponent
  37. val measuredSize: MutableSize
    Attributes
    protected
    Definition Classes
    Component
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def nextFrame(f: => Unit): Unit
    Definition Classes
    Updates
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def once(delay: FiniteDuration)(f: => Unit): Unit
    Definition Classes
    Updates
  43. val opacity: StyleProp[Double]
    Definition Classes
    ComponentTheme
  44. lazy val outline: StyleProp[HTMLBorder]
    Definition Classes
    HTMLComponentTheme
  45. lazy val parent: Var[Option[Component]]

    Parent to this element.

    Parent to this element.

    Definition Classes
    Component
  46. lazy val parentTheme: Var[Theme]
    Definition Classes
    Theme
  47. def pixels: Stringify[Double]
    Definition Classes
    StringifyImplicits
  48. lazy val pointerEvents: StyleProp[PointerEvents]
    Definition Classes
    HTMLComponentTheme
  49. lazy val position: HTMLComponentPosition

    Position information for placement of this component on the screen.

    Position information for placement of this component on the screen.

    Definition Classes
    HTMLComponentComponent
  50. def rateLimited(maxFrequency: FiniteDuration, frequency: FiniteDuration = 0.millis)(f: => Unit): LazyUpdate
    Definition Classes
    Updates
  51. lazy val root: Var[Option[Component]]
    Definition Classes
    Component
  52. lazy val rotation: StyleProp[Double]
    Definition Classes
    HTMLComponentTheme
  53. lazy val size: HTMLComponentSize

    Size information for determining the dimensions of this component.

    Size information for determining the dimensions of this component.

    Definition Classes
    HTMLComponentComponent
  54. def start(task: Task): TaskInstance
    Definition Classes
    TaskSupport
  55. lazy val store: Store
    Definition Classes
    Component
  56. implicit def stringifyBoolean: Stringify[Boolean]
    Definition Classes
    StringifyImplicits
  57. implicit def stringifyButtonSize: Stringify[ButtonSize]
    Definition Classes
    StringifyImplicits
  58. implicit def stringifyButtonType: Stringify[ButtonType]
    Definition Classes
    StringifyImplicits
  59. implicit val stringifyColor: Stringify[Color]
    Definition Classes
    StringifyImplicits
  60. implicit def stringifyCursor: Stringify[Cursor]
    Definition Classes
    StringifyImplicits
  61. implicit def stringifyDisplay: Stringify[Display]
    Definition Classes
    StringifyImplicits
  62. implicit def stringifyDouble: Stringify[Double]
    Definition Classes
    StringifyImplicits
  63. implicit def stringifyFontFamily: Stringify[FontFamily]
    Definition Classes
    StringifyImplicits
  64. implicit def stringifyFontWeight: Stringify[FontWeight]
    Definition Classes
    StringifyImplicits
  65. implicit def stringifyHTMLBorder: Stringify[HTMLBorder]
    Definition Classes
    StringifyImplicits
  66. implicit def stringifyInputType: Stringify[InputType]
    Definition Classes
    StringifyImplicits
  67. implicit def stringifyInt: Stringify[Int]
    Definition Classes
    StringifyImplicits
  68. implicit def stringifyOverflow: Stringify[Overflow]
    Definition Classes
    StringifyImplicits
  69. implicit def stringifyPaint: Stringify[Paint]
    Definition Classes
    StringifyImplicits
  70. implicit def stringifyPointerEvents: Stringify[PointerEvents]
    Definition Classes
    StringifyImplicits
  71. implicit def stringifyPosition: Stringify[Position]
    Definition Classes
    StringifyImplicits
  72. implicit def stringifyString: Stringify[String]
    Definition Classes
    StringifyImplicits
  73. implicit def stringifyTextAlign: Stringify[TextAlign]
    Definition Classes
    StringifyImplicits
  74. implicit def stringifyUserSelect: Stringify[UserSelect]
    Definition Classes
    StringifyImplicits
  75. implicit def stringifyVisibility: Stringify[Visibility]
    Definition Classes
    StringifyImplicits
  76. implicit def stringifyWhiteSpace: Stringify[WhiteSpace]
    Definition Classes
    StringifyImplicits
  77. def style[T](name: String, default: => T, connect: Option[StyleConnect[T]], updatesTransform: Boolean = false, updatesRendering: Boolean = false, ignoreParent: Boolean = false): StyleProp[T]
    Attributes
    protected[io.youi]
    Definition Classes
    Theme
  78. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  79. val textAlign: StyleProp[TextAlign]
    Definition Classes
    HTMLFontTheme
  80. def toString(): String
    Definition Classes
    Component → AnyRef → Any
  81. def updatables: List[Updatable]

    List of Updatable instances this Component represents.

    List of Updatable instances this Component represents.

    Attributes
    protected
    Definition Classes
    Component
  82. def update(delta: Double): Unit
    Definition Classes
    ComponentUpdatesUpdatable
  83. def updateRendering(): Unit
    Attributes
    protected
    Definition Classes
    Theme
  84. def updateTasks(): Boolean
    Definition Classes
    ComponentTaskSupport
  85. def updateTransform(): Unit
    Definition Classes
    HTMLComponentComponentTheme
  86. lazy val userSelect: StyleProp[UserSelect]
    Definition Classes
    HTMLComponentTheme
  87. lazy val value: StyleProp[String]
    Definition Classes
    TextViewTheme
  88. val visibility: StyleProp[Visibility]
    Definition Classes
    ComponentTheme
  89. val visible: Val[Boolean]

    Value determining the visibility of this element based on multiple criteria

    Value determining the visibility of this element based on multiple criteria

    Definition Classes
    HTMLComponentComponent
  90. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  91. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  92. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  93. val whiteSpace: StyleProp[WhiteSpace]
    Definition Classes
    HTMLFontTheme
  94. object aria
    Definition Classes
    HTMLComponent
  95. object data
    Definition Classes
    HTMLComponent
  96. object margin
    Definition Classes
    ComponentTheme
  97. object padding
    Definition Classes
    ComponentTheme
  98. object htmlBorder
    Definition Classes
    HTMLComponentTheme
  99. object overflow
    Definition Classes
    HTMLComponentTheme
  100. object font
    Definition Classes
    HTMLFontTheme

Inherited from HTMLTextViewTheme

Inherited from HTMLFontTheme

Inherited from TextViewTheme

Inherited from HTMLComponent[Element]

Inherited from HTMLComponentTheme

Inherited from Component

Inherited from ComponentTheme

Inherited from Theme

Inherited from StringifyImplicits

Inherited from TaskSupport

Inherited from Updates

Inherited from Updatable

Inherited from AnyRef

Inherited from Any

Ungrouped