Class/Object

io.youi.component

HTMLTextArea

Related Docs: object HTMLTextArea | package component

Permalink

class HTMLTextArea extends HTMLComponent[TextArea] with HTMLTextInputTheme

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

Instance Constructors

  1. new HTMLTextArea()

    Permalink
  2. new HTMLTextArea(element: TextArea, existing: Boolean = false)

    Permalink

Type Members

  1. class Attribute extends AnyRef

    Permalink
    Definition Classes
    HTMLComponent

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. object aria

    Permalink
    Definition Classes
    HTMLComponent
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val background: StyleProp[Paint]

    Permalink
    Definition Classes
    ComponentTheme
  7. def childComponents: Vector[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  8. lazy val classList: Var[List[String]]

    Permalink
    Definition Classes
    HTMLComponent
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val color: StyleProp[Color]

    Permalink
    Definition Classes
    HTMLFontTheme
  11. def componentType: String

    Permalink

    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
    HTMLTextAreaComponent
  12. def createInstance(task: Task): TaskInstance

    Permalink
    Attributes
    protected
    Definition Classes
    TaskSupport
  13. val cursor: StyleProp[Cursor]

    Permalink
    Definition Classes
    ComponentTheme
  14. object data

    Permalink
    Definition Classes
    HTMLComponent
  15. def defaultParentTheme: Theme

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLTextAreaComponentTheme
  16. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  17. val display: StyleProp[Display]

    Permalink
    Definition Classes
    ComponentTheme
  18. val e: HTMLExtras[TextArea]

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLComponent
  19. val element: TextArea

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLTextAreaHTMLComponent
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val event: EventSupport

    Permalink

    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
  23. def every(delay: FiniteDuration, until: Option[FiniteDuration] = None)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  24. val existing: Boolean

    Permalink
    Definition Classes
    HTMLTextAreaHTMLComponent
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. object font

    Permalink
    Definition Classes
    HTMLFontTheme
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def hasParent(parent: Component): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. object htmlBorder

    Permalink
    Definition Classes
    HTMLComponentTheme
  31. lazy val id: Var[String]

    Permalink

    Generated unique identifier for this element.

    Generated unique identifier for this element.

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

    Permalink

    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
  33. def init(): Unit

    Permalink

    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
    HTMLTextAreaHTMLComponentComponent
  34. def initialized: Boolean

    Permalink

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

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

    Definition Classes
    Component
  35. val interactive: StyleProp[Boolean]

    Permalink
    Definition Classes
    ComponentTheme
  36. def invalidateRendering(): Unit

    Permalink
    Definition Classes
    ComponentTheme
  37. def invalidateTransform(): Unit

    Permalink
    Definition Classes
    ComponentTheme
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. object margin

    Permalink
    Definition Classes
    ComponentTheme
  40. lazy val max: StyleProp[String]

    Permalink
    Definition Classes
    HTMLTextInputTheme
  41. def measure(s: Size): Size

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLComponentComponent
  42. val measuredSize: MutableSize

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  43. lazy val min: StyleProp[String]

    Permalink
    Definition Classes
    HTMLTextInputTheme
  44. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Updates
  49. val opacity: StyleProp[Double]

    Permalink
    Definition Classes
    ComponentTheme
  50. lazy val outline: StyleProp[HTMLBorder]

    Permalink
    Definition Classes
    HTMLComponentTheme
  51. object overflow

    Permalink
    Definition Classes
    HTMLComponentTheme
  52. object padding

    Permalink
    Definition Classes
    ComponentTheme
  53. lazy val parent: Var[Option[Component]]

    Permalink

    Parent to this element.

    Parent to this element.

    Definition Classes
    Component
  54. lazy val parentTheme: Var[Theme]

    Permalink
    Definition Classes
    Theme
  55. def pixels: Stringify[Double]

    Permalink
    Definition Classes
    StringifyImplicits
  56. lazy val placeholder: StyleProp[String]

    Permalink
    Definition Classes
    HTMLTextInputTheme
  57. lazy val pointerEvents: StyleProp[PointerEvents]

    Permalink
    Definition Classes
    HTMLComponentTheme
  58. lazy val position: HTMLComponentPosition

    Permalink

    Position information for placement of this component on the screen.

    Position information for placement of this component on the screen.

    Definition Classes
    HTMLComponentComponent
  59. def rateLimited(maxFrequency: FiniteDuration, frequency: FiniteDuration = 0.millis)(f: ⇒ Unit): LazyUpdate

    Permalink
    Definition Classes
    Updates
  60. lazy val root: Var[Option[Component]]

    Permalink
    Definition Classes
    Component
  61. lazy val rotation: StyleProp[Double]

    Permalink
    Definition Classes
    HTMLComponentTheme
  62. object sibling

    Permalink
    Definition Classes
    Component
  63. lazy val size: HTMLComponentSize

    Permalink

    Size information for determining the dimensions of this component.

    Size information for determining the dimensions of this component.

    Definition Classes
    HTMLComponentComponent
  64. def start(task: Task): TaskInstance

    Permalink
    Definition Classes
    TaskSupport
  65. lazy val step: StyleProp[String]

    Permalink
    Definition Classes
    HTMLTextInputTheme
  66. lazy val store: Store

    Permalink
    Definition Classes
    Component
  67. implicit def stringifyBoolean: Stringify[Boolean]

    Permalink
    Definition Classes
    StringifyImplicits
  68. implicit def stringifyButtonSize: Stringify[ButtonSize]

    Permalink
    Definition Classes
    StringifyImplicits
  69. implicit def stringifyButtonType: Stringify[ButtonType]

    Permalink
    Definition Classes
    StringifyImplicits
  70. implicit val stringifyColor: Stringify[Color]

    Permalink
    Definition Classes
    StringifyImplicits
  71. implicit def stringifyCursor: Stringify[Cursor]

    Permalink
    Definition Classes
    StringifyImplicits
  72. implicit def stringifyDisplay: Stringify[Display]

    Permalink
    Definition Classes
    StringifyImplicits
  73. implicit def stringifyDouble: Stringify[Double]

    Permalink
    Definition Classes
    StringifyImplicits
  74. implicit def stringifyFontFamily: Stringify[FontFamily]

    Permalink
    Definition Classes
    StringifyImplicits
  75. implicit def stringifyFontWeight: Stringify[FontWeight]

    Permalink
    Definition Classes
    StringifyImplicits
  76. implicit def stringifyHTMLBorder: Stringify[HTMLBorder]

    Permalink
    Definition Classes
    StringifyImplicits
  77. implicit def stringifyInputType: Stringify[InputType]

    Permalink
    Definition Classes
    StringifyImplicits
  78. implicit def stringifyInt: Stringify[Int]

    Permalink
    Definition Classes
    StringifyImplicits
  79. implicit def stringifyOverflow: Stringify[Overflow]

    Permalink
    Definition Classes
    StringifyImplicits
  80. implicit def stringifyPaint: Stringify[Paint]

    Permalink
    Definition Classes
    StringifyImplicits
  81. implicit def stringifyPointerEvents: Stringify[PointerEvents]

    Permalink
    Definition Classes
    StringifyImplicits
  82. implicit def stringifyPosition: Stringify[Position]

    Permalink
    Definition Classes
    StringifyImplicits
  83. implicit def stringifyString: Stringify[String]

    Permalink
    Definition Classes
    StringifyImplicits
  84. implicit def stringifyTextAlign: Stringify[TextAlign]

    Permalink
    Definition Classes
    StringifyImplicits
  85. implicit def stringifyUserSelect: Stringify[UserSelect]

    Permalink
    Definition Classes
    StringifyImplicits
  86. implicit def stringifyVisibility: Stringify[Visibility]

    Permalink
    Definition Classes
    StringifyImplicits
  87. implicit def stringifyWhiteSpace: Stringify[WhiteSpace]

    Permalink
    Definition Classes
    StringifyImplicits
  88. def style[T](name: String, default: ⇒ T, connect: Option[StyleConnect[T]], updatesTransform: Boolean = false, updatesRendering: Boolean = false, ignoreParent: Boolean = false): StyleProp[T]

    Permalink
    Attributes
    protected[io.youi]
    Definition Classes
    Theme
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  90. val textAlign: StyleProp[TextAlign]

    Permalink
    Definition Classes
    HTMLFontTheme
  91. def toString(): String

    Permalink
    Definition Classes
    Component → AnyRef → Any
  92. lazy val type: StyleProp[InputType]

    Permalink
    Definition Classes
    HTMLTextInputTheme
  93. def updatables: List[Updatable]

    Permalink

    List of Updatable instances this Component represents.

    List of Updatable instances this Component represents.

    Attributes
    protected
    Definition Classes
    Component
  94. def update(delta: Double): Unit

    Permalink
    Definition Classes
    ComponentUpdatesUpdatable
  95. def updateRendering(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Theme
  96. def updateTasks(): Boolean

    Permalink
    Definition Classes
    ComponentTaskSupport
  97. def updateTransform(): Unit

    Permalink
    Definition Classes
    HTMLComponentComponentTheme
  98. lazy val userSelect: StyleProp[UserSelect]

    Permalink
    Definition Classes
    HTMLComponentTheme
  99. lazy val value: StyleProp[String]

    Permalink
    Definition Classes
    HTMLTextInputTheme
  100. var valueChanging: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HTMLTextInputTheme
  101. val visibility: StyleProp[Visibility]

    Permalink
    Definition Classes
    ComponentTheme
  102. val visible: Val[Boolean]

    Permalink

    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
  103. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. val whiteSpace: StyleProp[WhiteSpace]

    Permalink
    Definition Classes
    HTMLFontTheme

Inherited from HTMLTextInputTheme

Inherited from HTMLFontTheme

Inherited from HTMLComponent[TextArea]

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