Packages

final case class ButtonGroup(as: UndefOr[AsC] = js.undefined, attached: UndefOr[|[Boolean, String]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, buttons: UndefOr[List[ButtonProps]] = js.undefined, child: UndefOr[VdomNode] = 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, floated: UndefOr[SemanticFloats] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, labeled: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[SemanticWidth] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ButtonGroupProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericComponentC[ButtonGroupProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ButtonGroup
  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 ButtonGroup(as: UndefOr[AsC] = js.undefined, attached: UndefOr[|[Boolean, String]] = js.undefined, basic: UndefOr[Boolean] = js.undefined, buttons: UndefOr[List[ButtonProps]] = js.undefined, child: UndefOr[VdomNode] = 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, floated: UndefOr[SemanticFloats] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, icon: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, labeled: UndefOr[Boolean] = js.undefined, negative: UndefOr[Boolean] = js.undefined, positive: UndefOr[Boolean] = js.undefined, primary: UndefOr[Boolean] = js.undefined, secondary: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, toggle: UndefOr[Boolean] = js.undefined, vertical: UndefOr[Boolean] = js.undefined, widths: UndefOr[SemanticWidth] = 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 as: UndefOr[AsC]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attached: UndefOr[|[Boolean, String]]
  7. val basic: UndefOr[Boolean]
  8. val buttons: UndefOr[List[ButtonProps]]
  9. val child: UndefOr[VdomNode]
  10. val children: ChildrenArgs
    Definition Classes
    ButtonGroup → GenericComponentC
  11. val className: UndefOr[String]
  12. val clazz: UndefOr[Css]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val color: UndefOr[SemanticColor]
  15. val compact: UndefOr[Boolean]
  16. val content: UndefOr[VdomNode]
  17. def cprops: ButtonGroupProps
    Definition Classes
    ButtonGroup → GenericComponentC
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. val floated: UndefOr[SemanticFloats]
  21. val fluid: UndefOr[Boolean]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. val icon: UndefOr[Boolean]
  24. val inverted: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val labeled: UndefOr[Boolean]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. val negative: UndefOr[Boolean]
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val positive: UndefOr[Boolean]
  32. val primary: UndefOr[Boolean]
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. def render: Render[ButtonGroupProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  35. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ButtonGroupProps, MountedWithRoot[[A]A, ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null], ButtonGroupProps, MountedWithRoot[[A]A, ButtonGroupProps, Null, Component[ButtonGroupProps, Null], ButtonGroupProps, Null]]
    Definition Classes
    ButtonGroup → GenericComponentC
    Annotations
    @inline()
  36. val secondary: UndefOr[Boolean]
  37. val size: UndefOr[SemanticSize]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val toggle: UndefOr[Boolean]
  40. val vertical: UndefOr[Boolean]
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. val widths: UndefOr[SemanticWidth]
  45. def withChildren(children: ChildrenArgs): ButtonGroup
    Definition Classes
    ButtonGroup → GenericComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[ButtonGroupProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped