Packages

final case class TextArea(as: UndefOr[AsC] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, onInput: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, value: UndefOr[|[String, JsNumber]] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[TextAreaProps, TextArea] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[TextAreaProps, Props, Unit, TextArea], PassthroughA[TextAreaProps], Passthrough[TextAreaProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextArea
  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 TextArea(as: UndefOr[AsC] = js.undefined, onChangeE: UndefOr[Event] = js.undefined, onChange: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, onInputE: UndefOr[Event] = js.undefined, onInput: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, rows: UndefOr[|[Int, String]] = js.undefined, value: UndefOr[|[String, JsNumber]] = 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]): TextArea
    Definition Classes
    TextArea → GenericJsComponentA
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[TextAreaProps, [-p, +u]Props[p, u], UnmountedWithRoot[TextAreaProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null], TextAreaProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null]], TextAreaProps, [-p, +u]Props[p, u], UnmountedWithRoot[TextAreaProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null], TextAreaProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], TextAreaProps, Null, Component[TextAreaProps, Null], TextAreaProps, Null]]]
    Attributes
    protected
    Definition Classes
    TextArea → GenericJsComponentA
  9. def cprops: TextAreaProps
    Attributes
    protected
    Definition Classes
    TextArea → Passthrough
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. val modifiers: Seq[TagMod]
    Definition Classes
    TextArea → Passthrough
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val onChange: UndefOr[japgolly.scalajs.react.Callback]
  19. val onChangeE: UndefOr[Event]
  20. val onInput: UndefOr[japgolly.scalajs.react.Callback]
  21. val onInputE: UndefOr[Event]
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def rawProps: TextAreaProps
    Definition Classes
    PassthroughA
  24. def render: Render[TextAreaProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  25. val rows: UndefOr[|[Int, String]]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. val value: UndefOr[|[String, JsNumber]]
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentA[TextAreaProps, Props, Unit, TextArea]

Inherited from PassthroughA[TextAreaProps]

Inherited from Passthrough[TextAreaProps]

Inherited from AnyRef

Inherited from Any

Ungrouped