final case class InputEV[EV[_], A](name: String, id: String, value: EV[A], format: InputFormat[A] = InputFormat.id, inputType: InputType = InputEV.TextInput, placeholder: String = "", disabled: Boolean = false, onChange: ChangeCallback[A] = (_: A) => Callback.empty, onBlur: ChangeCallback[A] = (_: A) => Callback.empty)(implicit ev: ExternalValue[EV]) extends ReactProps[InputEV[Any, Any]] with Product with Serializable
Input component that uses an ExternalValue to share the content of the field
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputEV
- Serializable
- Product
- Equals
- ReactProps
- ReactComponentProps
- CtorWithProps
- ReactRender
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InputEV(name: String, id: String, value: EV[A], format: InputFormat[A] = InputFormat.id, inputType: InputType = InputEV.TextInput, placeholder: String = "", disabled: Boolean = false, onChange: ChangeCallback[A] = (_: A) => Callback.empty, onBlur: ChangeCallback[A] = (_: A) => Callback.empty)(implicit ev: ExternalValue[EV])
Type Members
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[InputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- def apply(first: ChildArg, rest: ChildArg*)(implicit ev: <:<[Props[InputEV[Any, Any], Unmounted[InputEV[Any, Any], _, _]], PropsAndChildren[InputEV[Any, Any], Unmounted[InputEV[Any, Any], _, _]]]): Unmounted[InputEV[Any, Any], _, _]
- Definition Classes
- ReactRender
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(newCtor: CloneTypePU): CtorWithProps[InputEV[Any, 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[InputEV[Any, Any], _, _, Props]
- Definition Classes
- ReactProps → ReactComponentProps
- lazy val ctor: Props[InputEV[Any, Any], Unmounted[InputEV[Any, Any], _, _]]
- Definition Classes
- ReactComponentProps → ReactRender
- val disabled: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val ev: ExternalValue[EV]
- val format: InputFormat[A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: String
- val inputType: InputType
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: 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 onBlur: ChangeCallback[A]
- val onBlurC: ChangeCallback[String]
- val onChange: ChangeCallback[A]
- val onChangeC: ChangeCallback[String]
- val placeholder: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- lazy val props: InputEV[Any, Any]
- Attributes
- protected[common]
- Definition Classes
- ReactComponentProps → ReactRender
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toUnmounted: Unmounted[InputEV[Any, Any], _, _]
- Definition Classes
- ReactRender
- Annotations
- @inline()
- def valGet: String
- def valSet(s: String): Callback
- val value: EV[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[InputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- def withKey(key: Key): CtorWithProps[InputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- def withOptionalRef[S, B](ref: Option[Handle[RawMounted[InputEV[Any, Any], S, B]]]): ReactComponentProps[InputEV[Any, Any], Props]
- Definition Classes
- ReactComponentProps
- final def withRawProp(name: String, value: Any): CtorWithProps[InputEV[Any, Any], CloneType]
- Definition Classes
- CtorWithProps
- def withRef[S, B](ref: Handle[RawMounted[InputEV[Any, Any], S, B]]): ReactComponentProps[InputEV[Any, 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