Packages

final case class EnumSelect[A](label: String, value: Option[A], placeholder: String, disabled: Boolean, onChange: (A) => Callback = (_: A) => Callback.empty)(implicit enum: Enumerated[A], display: Display[A]) extends ReactProps[EnumSelect[Any]] with Product with Serializable

Produces a dropdown menu, similar to a combobox

Linear Supertypes
Serializable, Product, Equals, ReactProps[EnumSelect[Any]], ReactComponentProps[EnumSelect[Any], Props], CtorWithProps[EnumSelect[Any], Props], ReactRender[EnumSelect[Any], Props], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumSelect
  2. Serializable
  3. Product
  4. Equals
  5. ReactProps
  6. ReactComponentProps
  7. CtorWithProps
  8. ReactRender
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EnumSelect(label: String, value: Option[A], placeholder: String, disabled: Boolean, onChange: (A) => Callback = (_: A) => Callback.empty)(implicit enum: Enumerated[A], display: Display[A])

Type Members

  1. type CloneType[-P, +U] = This[P, U]
    Attributes
    protected
    Definition Classes
    CtorWithProps
  2. type CloneTypePU = This[EnumSelect[Any], Unmounted[EnumSelect[Any], _, _]]
    Attributes
    protected
    Definition Classes
    CtorWithProps

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. def addMod(f: ModFn): CtorWithProps[EnumSelect[Any], CloneType]
    Definition Classes
    CtorWithProps
  5. def apply(first: ChildArg, rest: ChildArg*)(implicit ev: <:<[Props[EnumSelect[Any], Unmounted[EnumSelect[Any], _, _]], PropsAndChildren[EnumSelect[Any], Unmounted[EnumSelect[Any], _, _]]]): Unmounted[EnumSelect[Any], _, _]
    Definition Classes
    ReactRender
    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(newCtor: CloneTypePU): CtorWithProps[EnumSelect[Any], CloneType]
    Attributes
    protected
    Definition Classes
    CtorWithProps
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val component: Component[EnumSelect[Any], _, _, Props]
    Definition Classes
    ReactProps → ReactComponentProps
  10. lazy val ctor: Props[EnumSelect[Any], Unmounted[EnumSelect[Any], _, _]]
    Definition Classes
    ReactComponentProps → ReactRender
  11. val disabled: Boolean
  12. implicit val display: Display[A]
  13. implicit val enum: Enumerated[A]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val label: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val onChange: (A) => Callback
  22. val placeholder: String
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. lazy val props: EnumSelect[Any]
    Attributes
    protected[common]
    Definition Classes
    ReactComponentProps → ReactRender
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. val toUnmounted: Unmounted[EnumSelect[Any], _, _]
    Definition Classes
    ReactRender
    Annotations
    @inline()
  27. val value: Option[A]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def withKey(k: Long): CtorWithProps[EnumSelect[Any], CloneType]
    Definition Classes
    CtorWithProps
  32. def withKey(key: Key): CtorWithProps[EnumSelect[Any], CloneType]
    Definition Classes
    CtorWithProps
  33. def withOptionalRef[S, B](ref: Option[Handle[RawMounted[EnumSelect[Any], S, B]]]): ReactComponentProps[EnumSelect[Any], Props]
    Definition Classes
    ReactComponentProps
  34. final def withRawProp(name: String, value: Any): CtorWithProps[EnumSelect[Any], CloneType]
    Definition Classes
    CtorWithProps
  35. def withRef[S, B](ref: Handle[RawMounted[EnumSelect[Any], S, B]]): ReactComponentProps[EnumSelect[Any], Props]
    Definition Classes
    ReactComponentProps

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReactProps[EnumSelect[Any]]

Inherited from ReactComponentProps[EnumSelect[Any], Props]

Inherited from CtorWithProps[EnumSelect[Any], Props]

Inherited from ReactRender[EnumSelect[Any], Props]

Inherited from AnyRef

Inherited from Any

Ungrouped