Packages

final case class Input(as: UndefOr[AsC] = js.undefined, action: UndefOr[ShorthandSB[VdomNode]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, focus: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, input: UndefOr[VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, onChangeE: UndefOr[OnChange] = js.undefined, onChange: UndefOr[Callback] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[String] = js.undefined, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[InputProps, Input] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[InputProps, PropsAndChildren, Unit, Input], PassthroughAC[InputProps], Passthrough[InputProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Input
  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 Input(as: UndefOr[AsC] = js.undefined, action: UndefOr[ShorthandSB[VdomNode]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, disabled: UndefOr[Boolean] = js.undefined, error: UndefOr[Boolean] = js.undefined, fluid: UndefOr[Boolean] = js.undefined, focus: UndefOr[Boolean] = js.undefined, icon: UndefOr[ShorthandSB[Icon]] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, input: UndefOr[VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[ShorthandS[Label]] = js.undefined, labelPosition: UndefOr[LabelPosition] = js.undefined, loading: UndefOr[Boolean] = js.undefined, onChangeE: UndefOr[OnChange] = js.undefined, onChange: UndefOr[Callback] = js.undefined, size: UndefOr[semanticui.SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, tpe: UndefOr[String] = js.undefined, value: UndefOr[String] = js.undefined, modifiers: Seq[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 action: UndefOr[ShorthandSB[VdomNode]]
  5. val actionPosition: UndefOr[ActionPosition]
  6. def addModifiers(modifiers: Seq[TagMod]): Input
    Definition Classes
    Input → GenericJsComponentAC
  7. val as: UndefOr[AsC]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val className: UndefOr[String]
  10. val clazz: UndefOr[Css]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[InputProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[InputProps, MountedWithRoot[[A]A, InputProps, Null, Component[InputProps, Null], InputProps, Null], InputProps, MountedWithRoot[[A]A, InputProps, Null, Component[InputProps, Null], InputProps, Null]], InputProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[InputProps, MountedWithRoot[[A]A, InputProps, Null, Component[InputProps, Null], InputProps, Null], InputProps, MountedWithRoot[[A]A, InputProps, Null, Component[InputProps, Null], InputProps, Null]]]
    Attributes
    protected
    Definition Classes
    Input → GenericJsComponentAC
  13. def cprops: InputProps
    Attributes
    protected
    Definition Classes
    Input → Passthrough
  14. val disabled: UndefOr[Boolean]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val error: UndefOr[Boolean]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. val fluid: UndefOr[Boolean]
  19. val focus: UndefOr[Boolean]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val icon: UndefOr[ShorthandSB[Icon]]
  22. val iconPosition: UndefOr[IconPosition]
  23. val input: UndefOr[VdomNode]
  24. val inverted: UndefOr[Boolean]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val label: UndefOr[ShorthandS[Label]]
  27. val labelPosition: UndefOr[LabelPosition]
  28. val loading: UndefOr[Boolean]
  29. val modifiers: Seq[TagMod]
    Definition Classes
    Input → Passthrough
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val onChange: UndefOr[Callback]
  34. val onChangeE: UndefOr[OnChange]
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def rawModifiers: (InputProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  37. def render: Render[InputProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  38. val size: UndefOr[semanticui.SemanticSize]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. val tabIndex: UndefOr[|[String, JsNumber]]
  41. val tpe: UndefOr[String]
  42. val transparent: UndefOr[Boolean]
  43. val value: UndefOr[String]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. 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[InputProps, PropsAndChildren, Unit, Input]

Inherited from PassthroughAC[InputProps]

Inherited from Passthrough[InputProps]

Inherited from AnyRef

Inherited from Any

Ungrouped