object TextArea extends Companion[TextArea, TextAreaBuilder] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextArea
- Serializable
- Companion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type In[K, V] = Key[K, TextAreaBuilder, com.raquo.laminar.api.Laminar.Source[V]]
- Attributes
- protected
- Definition Classes
- Companion
- type Out[K, V] = Key[K, TextAreaBuilder, com.raquo.laminar.api.Laminar.Sink[V]]
- Attributes
- protected
- Definition Classes
- Companion
- sealed trait Size extends AnyRef
- sealed trait Validation extends AnyRef
- type X = keys.type
- Definition Classes
- TextArea → Companion
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Error: Validation
- val ExtraLarge: Size
- val Large: Size
- val Medium: Size
- val Small: Size
- val Success: Validation
- val Warning: Validation
- def apply(mods: (X) => Mod[TextAreaBuilder]*): TextArea
- Definition Classes
- Companion
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val assignDescription: In[description, String]
- implicit val assignDisabled: In[disabled, Boolean]
- implicit val assignLabel: In[label, String]
- implicit val assignMessage: In[message, String]
- implicit val assignOut: Out[value, String]
- implicit val assignPlaceholder: In[placeholder, String]
- implicit val assignSize: In[size, Size]
- implicit val assignVariant: In[variant, Option[Validation]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def empty: TextAreaBuilder
- Definition Classes
- TextArea → Companion
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val x: keys.type
- Definition Classes
- TextArea → Companion
- object keys extends LabelKey with DisabledKey with PlaceholderKey with MessageKey with DescriptionKey with VariantKey with SizeKey with ValueKey
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)