Packages

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
Serializable, Product, Equals, ReactProps[InputEV[Any, Any]], ReactComponentProps[InputEV[Any, Any], Props], CtorWithProps[InputEV[Any, Any], Props], ReactRender[InputEV[Any, Any], Props], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputEV
  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 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

  1. type CloneType[-P, +U] = This[P, U]
    Attributes
    protected
    Definition Classes
    CtorWithProps
  2. type CloneTypePU = This[InputEV[Any, Any], Unmounted[InputEV[Any, 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[InputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  5. 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()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(newCtor: CloneTypePU): CtorWithProps[InputEV[Any, 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[InputEV[Any, Any], _, _, Props]
    Definition Classes
    ReactProps → ReactComponentProps
  10. lazy val ctor: Props[InputEV[Any, Any], Unmounted[InputEV[Any, Any], _, _]]
    Definition Classes
    ReactComponentProps → ReactRender
  11. val disabled: Boolean
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. implicit val ev: ExternalValue[EV]
  14. val format: InputFormat[A]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val id: String
  17. val inputType: InputType
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val onBlur: ChangeCallback[A]
  24. val onBlurC: ChangeCallback[String]
  25. val onChange: ChangeCallback[A]
  26. val onChangeC: ChangeCallback[String]
  27. val placeholder: String
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. lazy val props: InputEV[Any, Any]
    Attributes
    protected[common]
    Definition Classes
    ReactComponentProps → ReactRender
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val toUnmounted: Unmounted[InputEV[Any, Any], _, _]
    Definition Classes
    ReactRender
    Annotations
    @inline()
  32. def valGet: String
  33. def valSet(s: String): Callback
  34. val value: EV[A]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def withKey(k: Long): CtorWithProps[InputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  39. def withKey(key: Key): CtorWithProps[InputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  40. def withOptionalRef[S, B](ref: Option[Handle[RawMounted[InputEV[Any, Any], S, B]]]): ReactComponentProps[InputEV[Any, Any], Props]
    Definition Classes
    ReactComponentProps
  41. final def withRawProp(name: String, value: Any): CtorWithProps[InputEV[Any, Any], CloneType]
    Definition Classes
    CtorWithProps
  42. def withRef[S, B](ref: Handle[RawMounted[InputEV[Any, Any], S, B]]): ReactComponentProps[InputEV[Any, 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[InputEV[Any, Any]]

Inherited from ReactComponentProps[InputEV[Any, Any], Props]

Inherited from CtorWithProps[InputEV[Any, Any], Props]

Inherited from ReactRender[InputEV[Any, Any], Props]

Inherited from AnyRef

Inherited from Any

Ungrouped