Packages

final case class Button(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, child: UndefOr[VdomNode] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Icon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[Label] = js.undefined, labelPosition: UndefOr[String] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ButtonProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericComponentC[ButtonProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Button
  2. Serializable
  3. Product
  4. Equals
  5. GenericComponentC
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Button(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, child: UndefOr[VdomNode] = js.undefined, circular: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, color: UndefOr[SemanticColor] = js.undefined, compact: UndefOr[Boolean] = js.undefined, content: UndefOr[VdomNode] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Icon] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[Label] = js.undefined, labelPosition: UndefOr[String] = js.undefined, loading: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, role: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, tabIndex: UndefOr[TabIndex] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = 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. val animated: UndefOr[ButtonAnimated]
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val attached: UndefOr[ButtonAttached]
  9. val basic: UndefOr[Boolean]
  10. val child: UndefOr[VdomNode]
  11. val children: ChildrenArgs
    Definition Classes
    Button → GenericComponentC
  12. val circular: UndefOr[Boolean]
  13. val className: UndefOr[String]
  14. val clazz: UndefOr[Css]
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  16. val color: UndefOr[SemanticColor]
  17. val compact: UndefOr[Boolean]
  18. val content: UndefOr[VdomNode]
  19. def cprops: ButtonProps
    Definition Classes
    Button → GenericComponentC
  20. val disabled: UndefOr[Boolean]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. val floated: UndefOr[SemanticFloats]
  24. val fluid: UndefOr[Boolean]
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. val icon: UndefOr[Icon]
  27. val inverted: UndefOr[Boolean]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val label: UndefOr[Label]
  30. val labelPosition: UndefOr[String]
  31. val loading: UndefOr[Boolean]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val negative: UndefOr[Boolean]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val onClick: UndefOr[Callback]
  37. val onClickE: UndefOr[OnClick]
  38. val positive: UndefOr[Boolean]
  39. val primary: UndefOr[Boolean]
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def render: Render[ButtonProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  42. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null], ButtonProps, MountedWithRoot[[A]A, ButtonProps, Null, Component[ButtonProps, Null], ButtonProps, Null]]
    Definition Classes
    Button → GenericComponentC
    Annotations
    @inline()
  43. val role: UndefOr[Boolean]
  44. val secondary: UndefOr[Boolean]
  45. val size: UndefOr[SemanticSize]
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. val tabIndex: UndefOr[TabIndex]
  48. val toggle: UndefOr[Boolean]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. def withChildren(children: ChildrenArgs): Button
    Definition Classes
    Button → GenericComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[ButtonProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped