object TextArea extends Companion[TextArea, TextAreaBuilder] with Serializable

Linear Supertypes
Serializable, Companion[TextArea, TextAreaBuilder], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextArea
  2. Serializable
  3. Companion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type In[K, V] = Key[K, TextAreaBuilder, com.raquo.laminar.api.Laminar.Source[V]]
    Attributes
    protected
    Definition Classes
    Companion
  2. type Out[K, V] = Key[K, TextAreaBuilder, com.raquo.laminar.api.Laminar.Sink[V]]
    Attributes
    protected
    Definition Classes
    Companion
  3. sealed trait Size extends AnyRef
  4. sealed trait Validation extends AnyRef
  5. type X = keys.type
    Definition Classes
    TextArea → Companion

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. val Error: Validation
  5. val ExtraLarge: Size
  6. val Large: Size
  7. val Medium: Size
  8. val Small: Size
  9. val Success: Validation
  10. val Warning: Validation
  11. def apply(mods: (X) => Mod[TextAreaBuilder]*): TextArea
    Definition Classes
    Companion
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. implicit val assignDescription: In[description, String]
  14. implicit val assignDisabled: In[disabled, Boolean]
  15. implicit val assignLabel: In[label, String]
  16. implicit val assignMessage: In[message, String]
  17. implicit val assignOut: Out[value, String]
  18. implicit val assignPlaceholder: In[placeholder, String]
  19. implicit val assignSize: In[size, Size]
  20. implicit val assignVariant: In[variant, Option[Validation]]
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  22. def empty: TextAreaBuilder
    Definition Classes
    TextArea → Companion
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. val x: keys.type
    Definition Classes
    TextArea → Companion
  37. object keys extends LabelKey with DisabledKey with PlaceholderKey with MessageKey with DescriptionKey with VariantKey with SizeKey with ValueKey

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Companion[TextArea, TextAreaBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped