Packages

final case class DropdownItem(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, description: UndefOr[String] = js.undefined, disable: UndefOr[Boolean] = js.undefined, flag: UndefOr[ShorthandS[Flag]] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, image: UndefOr[ShorthandS[Image]] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, selected: UndefOr[Boolean] = js.undefined, text: UndefOr[String] = js.undefined, value: UndefOr[|[|[Boolean, JsNumber], String]] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod] = Seq.empty) extends GenericComponentPAC[DropdownItemProps, DropdownItem] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[DropdownItemProps, PropsAndChildren, Unit, DropdownItem], PassthroughAC[DropdownItemProps], Passthrough[DropdownItemProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropdownItem
  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 DropdownItem(as: UndefOr[AsC] = js.undefined, active: UndefOr[Boolean] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]] = js.undefined, description: UndefOr[String] = js.undefined, disable: UndefOr[Boolean] = js.undefined, flag: UndefOr[ShorthandS[Flag]] = js.undefined, icon: UndefOr[ShorthandS[Icon]] = js.undefined, image: UndefOr[ShorthandS[Image]] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, onClickE: UndefOr[OnClick] = js.undefined, onClick: UndefOr[japgolly.scalajs.react.Callback] = js.undefined, selected: UndefOr[Boolean] = js.undefined, text: UndefOr[String] = js.undefined, value: UndefOr[|[|[Boolean, JsNumber], String]] = js.undefined, modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.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[japgolly.scalajs.react.vdom.html_<^.TagMod]): DropdownItem
    Definition Classes
    DropdownItem → GenericJsComponentAC
  6. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val className: UndefOr[String]
  9. val clazz: UndefOr[Css]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[DropdownItemProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[DropdownItemProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], DropdownItemProps, Null, Component[DropdownItemProps, Null], DropdownItemProps, Null], DropdownItemProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], DropdownItemProps, Null, Component[DropdownItemProps, Null], DropdownItemProps, Null]], DropdownItemProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[DropdownItemProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], DropdownItemProps, Null, Component[DropdownItemProps, Null], DropdownItemProps, Null], DropdownItemProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], DropdownItemProps, Null, Component[DropdownItemProps, Null], DropdownItemProps, Null]]]
    Attributes
    protected
    Definition Classes
    DropdownItem → GenericJsComponentAC
  12. val content: UndefOr[ShorthandS[japgolly.scalajs.react.vdom.html_<^.VdomNode]]
  13. def cprops: DropdownItemProps
    Attributes
    protected
    Definition Classes
    DropdownItem → Passthrough
  14. val description: UndefOr[String]
  15. val disable: UndefOr[Boolean]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. val flag: UndefOr[ShorthandS[Flag]]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val icon: UndefOr[ShorthandS[Icon]]
  21. val image: UndefOr[ShorthandS[Image]]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val label: UndefOr[ShorthandS[Label]]
  24. val modifiers: Seq[japgolly.scalajs.react.vdom.html_<^.TagMod]
    Definition Classes
    DropdownItem → Passthrough
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val onClick: UndefOr[japgolly.scalajs.react.Callback]
  29. val onClickE: UndefOr[OnClick]
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. def rawModifiers: (DropdownItemProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  32. def render: Render[DropdownItemProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  33. val selected: UndefOr[Boolean]
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. val text: UndefOr[String]
  36. val value: UndefOr[|[|[Boolean, JsNumber], String]]
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[DropdownItemProps, PropsAndChildren, Unit, DropdownItem]

Inherited from PassthroughAC[DropdownItemProps]

Inherited from Passthrough[DropdownItemProps]

Inherited from AnyRef

Inherited from Any

Ungrouped