Packages

final case class FormField(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, id: UndefOr[String] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[String]] = js.undefined, required: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPA[FormFieldProps, FormField] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentA[FormFieldProps, Props, Unit, FormField], PassthroughA[FormFieldProps], Passthrough[FormFieldProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormField
  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 FormField(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, id: UndefOr[String] = js.undefined, inline: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[String]] = js.undefined, required: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = 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]): FormField
    Definition Classes
    FormField → 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
    FormField → GenericJsComponentA
  11. val content: UndefOr[ShorthandS[VdomNode]]
  12. val control: UndefOr[String]
  13. def cprops: FormFieldProps
    Attributes
    protected
    Definition Classes
    FormField → 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 id: UndefOr[String]
  20. val inline: UndefOr[Boolean]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val label: UndefOr[ShorthandS[String]]
  23. val modifiers: Seq[TagMod]
    Definition Classes
    FormField → Passthrough
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def rawProps: FormFieldProps
    Definition Classes
    PassthroughA
  29. def render: Render[FormFieldProps]
    Definition Classes
    GenericJsComponentA
    Annotations
    @inline()
  30. val required: UndefOr[Boolean]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val tpe: UndefOr[String]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. val width: UndefOr[semanticui.SemanticWidth]

Inherited from Serializable

Inherited from Product

Inherited from Equals

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

Inherited from PassthroughA[FormFieldProps]

Inherited from Passthrough[FormFieldProps]

Inherited from AnyRef

Inherited from Any

Ungrouped