Packages

final case class Dropdown(as: UndefOr[AsC] = js.undefined, additionLabel: UndefOr[AdditionLabel] = js.undefined, additionPosition: UndefOr[AdditionPosition] = js.undefined, allowAdditions: UndefOr[Boolean] = js.undefined, basic: UndefOr[Boolean] = js.undefined, button: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, clearable: UndefOr[Boolean] = js.undefined, closeOnBlur: UndefOr[Boolean] = js.undefined, closeOnEscape: UndefOr[Boolean] = js.undefined, closeOnChange: UndefOr[Boolean] = js.undefined, compact: UndefOr[Boolean] = js.undefined, deburr: UndefOr[Boolean] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, defaultSearchQuery: UndefOr[String] = js.undefined, defaultSelectedLabel: UndefOr[|[JsNumber, String]] = js.undefined, defaultUpward: UndefOr[Boolean] = js.undefined, defaultValue: UndefOr[Value] = js.undefined, direction: UndefOr[Direction] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, header: UndefOr[VdomNode] = js.undefined, icon: UndefOr[Icon] = js.undefined, inline: UndefOr[Boolean] = js.undefined, item: UndefOr[Boolean] = js.undefined, labeled: UndefOr[Boolean] = js.undefined, lazyLoad: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, minCharacters: UndefOr[JsNumber] = js.undefined, multiple: UndefOr[Boolean] = js.undefined, noResultsMessage: UndefOr[VdomNode] = js.undefined, onAddItem: UndefOr[OnAddItem] = js.undefined, onBlurE: UndefOr[OnBlur] = js.undefined, onBlur: UndefOr[Callback] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onChange: UndefOr[OnChange] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onFocusE: UndefOr[OnFocus] = js.undefined, onFocus: UndefOr[Callback] = js.undefined, onLabelClickE: UndefOr[OnLabelClick] = js.undefined, onLabelClick: UndefOr[Callback] = js.undefined, onMouseDownE: UndefOr[OnMouseDown] = js.undefined, onMouseDown: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, onSearchChangeE: UndefOr[OnSearchChangeE] = js.undefined, onSearchChange: UndefOr[OnSearchChange] = js.undefined, open: UndefOr[Boolean] = js.undefined, openOnFocus: UndefOr[Boolean] = js.undefined, options: UndefOr[List[DropdownItemProps]] = js.undefined, placeholder: UndefOr[String] = js.undefined, pointing: UndefOr[Pointing] = js.undefined, renderLabel: UndefOr[RenderLabel] = js.undefined, scrolling: UndefOr[Boolean] = js.undefined, search: UndefOr[|[Boolean, SearchFunction]] = js.undefined, searchInput: UndefOr[VdomNode] = js.undefined, searchQuery: UndefOr[String] = js.undefined, selectOnBlur: UndefOr[Boolean] = js.undefined, selectOnNavigation: UndefOr[Boolean] = js.undefined, selectedLabel: UndefOr[|[JsNumber, String]] = js.undefined, selection: UndefOr[Boolean] = js.undefined, simple: UndefOr[Boolean] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, text: UndefOr[String] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, value: UndefOr[Value] = js.undefined, upward: UndefOr[Boolean] = js.undefined, wrapSelection: UndefOr[Boolean] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[DropdownProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericComponentC[DropdownProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dropdown
  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 Dropdown(as: UndefOr[AsC] = js.undefined, additionLabel: UndefOr[AdditionLabel] = js.undefined, additionPosition: UndefOr[AdditionPosition] = js.undefined, allowAdditions: UndefOr[Boolean] = js.undefined, basic: UndefOr[Boolean] = js.undefined, button: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, clearable: UndefOr[Boolean] = js.undefined, closeOnBlur: UndefOr[Boolean] = js.undefined, closeOnEscape: UndefOr[Boolean] = js.undefined, closeOnChange: UndefOr[Boolean] = js.undefined, compact: UndefOr[Boolean] = js.undefined, deburr: UndefOr[Boolean] = js.undefined, defaultOpen: UndefOr[Boolean] = js.undefined, defaultSearchQuery: UndefOr[String] = js.undefined, defaultSelectedLabel: UndefOr[|[JsNumber, String]] = js.undefined, defaultUpward: UndefOr[Boolean] = js.undefined, defaultValue: UndefOr[Value] = js.undefined, direction: UndefOr[Direction] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, floating: UndefOr[Boolean] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, header: UndefOr[VdomNode] = js.undefined, icon: UndefOr[Icon] = js.undefined, inline: UndefOr[Boolean] = js.undefined, item: UndefOr[Boolean] = js.undefined, labeled: UndefOr[Boolean] = js.undefined, lazyLoad: UndefOr[Boolean] = js.undefined, loading: UndefOr[Boolean] = js.undefined, minCharacters: UndefOr[JsNumber] = js.undefined, multiple: UndefOr[Boolean] = js.undefined, noResultsMessage: UndefOr[VdomNode] = js.undefined, onAddItem: UndefOr[OnAddItem] = js.undefined, onBlurE: UndefOr[OnBlur] = js.undefined, onBlur: UndefOr[Callback] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[Callback] = js.undefined, onChange: UndefOr[OnChange] = js.undefined, onCloseE: UndefOr[OnClose] = js.undefined, onClose: UndefOr[Callback] = js.undefined, onFocusE: UndefOr[OnFocus] = js.undefined, onFocus: UndefOr[Callback] = js.undefined, onLabelClickE: UndefOr[OnLabelClick] = js.undefined, onLabelClick: UndefOr[Callback] = js.undefined, onMouseDownE: UndefOr[OnMouseDown] = js.undefined, onMouseDown: UndefOr[Callback] = js.undefined, onOpenE: UndefOr[OnOpen] = js.undefined, onOpen: UndefOr[Callback] = js.undefined, onSearchChangeE: UndefOr[OnSearchChangeE] = js.undefined, onSearchChange: UndefOr[OnSearchChange] = js.undefined, open: UndefOr[Boolean] = js.undefined, openOnFocus: UndefOr[Boolean] = js.undefined, options: UndefOr[List[DropdownItemProps]] = js.undefined, placeholder: UndefOr[String] = js.undefined, pointing: UndefOr[Pointing] = js.undefined, renderLabel: UndefOr[RenderLabel] = js.undefined, scrolling: UndefOr[Boolean] = js.undefined, search: UndefOr[|[Boolean, SearchFunction]] = js.undefined, searchInput: UndefOr[VdomNode] = js.undefined, searchQuery: UndefOr[String] = js.undefined, selectOnBlur: UndefOr[Boolean] = js.undefined, selectOnNavigation: UndefOr[Boolean] = js.undefined, selectedLabel: UndefOr[|[JsNumber, String]] = js.undefined, selection: UndefOr[Boolean] = js.undefined, simple: UndefOr[Boolean] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, text: UndefOr[String] = js.undefined, trigger: UndefOr[VdomNode] = js.undefined, value: UndefOr[Value] = js.undefined, upward: UndefOr[Boolean] = js.undefined, wrapSelection: 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 additionLabel: UndefOr[AdditionLabel]
  5. val additionPosition: UndefOr[AdditionPosition]
  6. val allowAdditions: UndefOr[Boolean]
  7. val as: UndefOr[AsC]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val basic: UndefOr[Boolean]
  10. val button: UndefOr[Boolean]
  11. val child: UndefOr[VdomNode]
  12. val children: ChildrenArgs
    Definition Classes
    Dropdown → GenericComponentC
  13. val className: UndefOr[String]
  14. val clazz: UndefOr[Css]
  15. val clearable: UndefOr[Boolean]
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. val closeOnBlur: UndefOr[Boolean]
  18. val closeOnChange: UndefOr[Boolean]
  19. val closeOnEscape: UndefOr[Boolean]
  20. val compact: UndefOr[Boolean]
  21. def cprops: DropdownProps
    Definition Classes
    Dropdown → GenericComponentC
  22. val deburr: UndefOr[Boolean]
  23. val defaultOpen: UndefOr[Boolean]
  24. val defaultSearchQuery: UndefOr[String]
  25. val defaultSelectedLabel: UndefOr[|[JsNumber, String]]
  26. val defaultUpward: UndefOr[Boolean]
  27. val defaultValue: UndefOr[Value]
  28. val direction: UndefOr[Direction]
  29. val disabled: UndefOr[Boolean]
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. val error: UndefOr[Boolean]
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. val floating: UndefOr[Boolean]
  34. val fluid: UndefOr[Boolean]
  35. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. val header: UndefOr[VdomNode]
  37. val icon: UndefOr[Icon]
  38. val inline: UndefOr[Boolean]
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. val item: UndefOr[Boolean]
  41. val labeled: UndefOr[Boolean]
  42. val lazyLoad: UndefOr[Boolean]
  43. val loading: UndefOr[Boolean]
  44. val minCharacters: UndefOr[JsNumber]
  45. val multiple: UndefOr[Boolean]
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. val noResultsMessage: UndefOr[VdomNode]
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. val onAddItem: UndefOr[OnAddItem]
  51. val onBlur: UndefOr[Callback]
  52. val onBlurE: UndefOr[OnBlur]
  53. val onChange: UndefOr[OnChange]
  54. val onClick: UndefOr[Callback]
  55. val onClickE: UndefOr[OnClick]
  56. val onClose: UndefOr[Callback]
  57. val onCloseE: UndefOr[OnClose]
  58. val onFocus: UndefOr[Callback]
  59. val onFocusE: UndefOr[OnFocus]
  60. val onLabelClick: UndefOr[Callback]
  61. val onLabelClickE: UndefOr[OnLabelClick]
  62. val onMouseDown: UndefOr[Callback]
  63. val onMouseDownE: UndefOr[OnMouseDown]
  64. val onOpen: UndefOr[Callback]
  65. val onOpenE: UndefOr[OnOpen]
  66. val onSearchChange: UndefOr[OnSearchChange]
  67. val onSearchChangeE: UndefOr[OnSearchChangeE]
  68. val open: UndefOr[Boolean]
  69. val openOnFocus: UndefOr[Boolean]
  70. val options: UndefOr[List[DropdownItemProps]]
  71. val placeholder: UndefOr[String]
  72. val pointing: UndefOr[Pointing]
  73. def productElementNames: Iterator[String]
    Definition Classes
    Product
  74. def render: Render[DropdownProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  75. val renderLabel: UndefOr[RenderLabel]
  76. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[DropdownProps, MountedWithRoot[[A]A, DropdownProps, Null, Component[DropdownProps, Null], DropdownProps, Null], DropdownProps, MountedWithRoot[[A]A, DropdownProps, Null, Component[DropdownProps, Null], DropdownProps, Null]]
    Definition Classes
    Dropdown → GenericComponentC
    Annotations
    @inline()
  77. val scrolling: UndefOr[Boolean]
  78. val search: UndefOr[|[Boolean, SearchFunction]]
  79. val searchInput: UndefOr[VdomNode]
  80. val searchQuery: UndefOr[String]
  81. val selectOnBlur: UndefOr[Boolean]
  82. val selectOnNavigation: UndefOr[Boolean]
  83. val selectedLabel: UndefOr[|[JsNumber, String]]
  84. val selection: UndefOr[Boolean]
  85. val simple: UndefOr[Boolean]
  86. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  87. val tabIndex: UndefOr[|[String, JsNumber]]
  88. val text: UndefOr[String]
  89. val trigger: UndefOr[VdomNode]
  90. val upward: UndefOr[Boolean]
  91. val value: UndefOr[Value]
  92. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  93. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  94. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  95. def withChildren(children: ChildrenArgs): Dropdown
    Definition Classes
    Dropdown → GenericComponentC
  96. val wrapSelection: UndefOr[Boolean]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[DropdownProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped