Packages

final case class FormTextArea(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onInput: UndefOr[Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, required: UndefOr[Boolean] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[FormFieldProps, FormTextArea] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[FormFieldProps, Props, Unit, FormTextArea], PassthroughA[FormFieldProps], Passthrough[FormFieldProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormTextArea
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentA
  6. PassthroughA
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FormTextArea(as: UndefOr[AsC] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onChange: UndefOr[Callback] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onInput: UndefOr[Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, required: UndefOr[Boolean] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty)

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 addModifiers(modifiers: Seq[TagMod]): FormTextArea
    Definition Classes
    FormTextArea → GenericJsComponentA
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val className: UndefOr[String]
  8. val clazz: UndefOr[Css]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[FormFieldProps, [-p, +u]Props[p, u], UnmountedWithRoot[FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null], FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null]], FormFieldProps, [-p, +u]Props[p, u], UnmountedWithRoot[FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null], FormFieldProps, MountedWithRoot[[A]A, FormFieldProps, Null, Component[FormFieldProps, Null], FormFieldProps, Null]]]
    Attributes
    protected
    Definition Classes
    FormTextArea → GenericJsComponentA
  11. val content: UndefOr[ShorthandS[VdomNode]]
  12. val control: UndefOr[String]
  13. def cprops: FormFieldProps
    Attributes
    protected
    Definition Classes
    FormTextArea → Passthrough
  14. val disabled: UndefOr[Boolean]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val error: UndefOr[ShorthandB[Label]]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val inline: UndefOr[Boolean]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val label: UndefOr[ShorthandS[Label]]
  22. val modifiers: Seq[TagMod]
    Definition Classes
    FormTextArea → Passthrough
  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. val onChange: UndefOr[Callback]
  27. val onChangeE: UndefOr[Event]
  28. val onInput: UndefOr[Callback]
  29. val onInputE: UndefOr[Event]
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def rawProps: FormFieldProps
    Definition Classes
    PassthroughA
  32. def render: Render[FormFieldProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  33. val required: UndefOr[Boolean]
  34. val rows: UndefOr[|[Int, String]]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. val tpe: UndefOr[String]
  37. val value: UndefOr[|[String, JsNumber]]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. val width: UndefOr[semanticui.SemanticWidth]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentA[FormFieldProps, Props, Unit, FormTextArea]

Inherited from PassthroughA[FormFieldProps]

Inherited from Passthrough[FormFieldProps]

Inherited from AnyRef

Inherited from Any

Ungrouped