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
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnumSelect
- Serializable
- Product
- Equals
- ReactProps
- ReactComponentProps
- CtorWithProps
- ReactRender
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- type CloneType[-P, +U] = This[P, U]
- Attributes
- protected
- Definition Classes
- CtorWithProps
- type CloneTypePU = This[EnumSelect[Any], Unmounted[EnumSelect[Any], _, _]]
- Attributes
- protected
- Definition Classes
- CtorWithProps
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addMod(f: ModFn): CtorWithProps[EnumSelect[Any], CloneType]
- Definition Classes
- CtorWithProps
- 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()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(newCtor: CloneTypePU): CtorWithProps[EnumSelect[Any], CloneType]
- Attributes
- protected
- Definition Classes
- CtorWithProps
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val component: Component[EnumSelect[Any], _, _, Props]
- Definition Classes
- ReactProps → ReactComponentProps
- lazy val ctor: Props[EnumSelect[Any], Unmounted[EnumSelect[Any], _, _]]
- Definition Classes
- ReactComponentProps → ReactRender
- val disabled: Boolean
- implicit val display: Display[A]
- implicit val enum: Enumerated[A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val label: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onChange: (A) => Callback
- val placeholder: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val props: EnumSelect[Any]
- Attributes
- protected[common]
- Definition Classes
- ReactComponentProps → ReactRender
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toUnmounted: Unmounted[EnumSelect[Any], _, _]
- Definition Classes
- ReactRender
- Annotations
- @inline()
- val value: Option[A]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def withKey(k: Long): CtorWithProps[EnumSelect[Any], CloneType]
- Definition Classes
- CtorWithProps
- def withKey(key: Key): CtorWithProps[EnumSelect[Any], CloneType]
- Definition Classes
- CtorWithProps
- def withOptionalRef[S, B](ref: Option[Handle[RawMounted[EnumSelect[Any], S, B]]]): ReactComponentProps[EnumSelect[Any], Props]
- Definition Classes
- ReactComponentProps
- final def withRawProp(name: String, value: Any): CtorWithProps[EnumSelect[Any], CloneType]
- Definition Classes
- CtorWithProps
- def withRef[S, B](ref: Handle[RawMounted[EnumSelect[Any], S, B]]): ReactComponentProps[EnumSelect[Any], Props]
- Definition Classes
- ReactComponentProps
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated