Packages

final case class FormButton(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, animated: UndefOr[ButtonAnimated] = js.undefined, attached: UndefOr[ButtonAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, width: UndefOr[semanticui.SemanticWidth] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[FormButtonProps, FormButton] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[FormButtonProps, PropsAndChildren, Unit, FormButton], PassthroughAC[FormButtonProps], Passthrough[FormButtonProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormButton
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FormButton(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, animated: UndefOr[ButtonAnimated] = js.undefined, attached: UndefOr[ButtonAttached] = js.undefined, basic: UndefOr[Boolean] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[semanticui.SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[ShorthandS[VdomNode]] = js.undefined, control: UndefOr[String] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[ShorthandB[Label]] = js.undefined, floated: UndefOr[semanticui.SemanticFloat] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, inline: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, required: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: 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. val active: UndefOr[Boolean]
  5. def addModifiers(modifiers: Seq[TagMod]): FormButton
    Definition Classes
    FormButton → GenericJsComponentAC
  6. val animated: UndefOr[ButtonAnimated]
  7. val as: UndefOr[AsC]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val attached: UndefOr[ButtonAttached]
  10. val basic: UndefOr[Boolean]
  11. val circular: UndefOr[Boolean]
  12. val className: UndefOr[String]
  13. val clazz: UndefOr[Css]
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. val color: UndefOr[semanticui.SemanticColor]
  16. val compact: UndefOr[Boolean]
  17. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[FormButtonProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null], FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null]], FormButtonProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null], FormButtonProps, MountedWithRoot[[A]A, FormButtonProps, Null, Component[FormButtonProps, Null], FormButtonProps, Null]]]
    Attributes
    protected
    Definition Classes
    FormButton → GenericJsComponentAC
  18. val content: UndefOr[ShorthandS[VdomNode]]
  19. val control: UndefOr[String]
  20. def cprops: FormButtonProps
    Attributes
    protected
    Definition Classes
    FormButton → Passthrough
  21. val disabled: UndefOr[Boolean]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val error: UndefOr[ShorthandB[Label]]
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. val floated: UndefOr[semanticui.SemanticFloat]
  26. val fluid: UndefOr[Boolean]
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. val icon: UndefOr[ShorthandSB[Icon]]
  29. val inline: UndefOr[Boolean]
  30. val inverted: UndefOr[Boolean]
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val label: UndefOr[ShorthandS[Label]]
  33. val labelPosition: UndefOr[LabelPosition]
  34. val loading: UndefOr[Boolean]
  35. val modifiers: Seq[TagMod]
    Definition Classes
    FormButton → Passthrough
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. val negative: UndefOr[Boolean]
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. val onClick: UndefOr[Callback]
  41. val onClickE: UndefOr[OnClick]
  42. val positive: UndefOr[Boolean]
  43. val primary: UndefOr[Boolean]
  44. def productElementNames: Iterator[String]
    Definition Classes
    Product
  45. def rawModifiers: (FormButtonProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  46. def render: Render[FormButtonProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  47. val required: UndefOr[Boolean]
  48. val role: UndefOr[Boolean]
  49. val secondary: UndefOr[Boolean]
  50. val size: UndefOr[semanticui.SemanticSize]
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. val tabIndex: UndefOr[TabIndex]
  53. val toggle: UndefOr[Boolean]
  54. val tpe: UndefOr[String]
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. val width: UndefOr[semanticui.SemanticWidth]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[FormButtonProps, PropsAndChildren, Unit, FormButton]

Inherited from PassthroughAC[FormButtonProps]

Inherited from Passthrough[FormButtonProps]

Inherited from AnyRef

Inherited from Any

Ungrouped