Packages

final case class Input(as: UndefOr[AsC] = js.undefined, action: UndefOr[|[Boolean, SemanticShortHandItem[Any]]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, child: UndefOr[VdomNode] = 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[IconShorthand] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, input: UndefOr[VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[VdomNode] = 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, 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[|[Boolean, SemanticShortHandItem[Any]]] = js.undefined, actionPosition: UndefOr[ActionPosition] = js.undefined, child: UndefOr[VdomNode] = 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[IconShorthand] = js.undefined, iconPosition: UndefOr[IconPosition] = js.undefined, input: UndefOr[VdomNode] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, label: UndefOr[VdomNode] = 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, 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[|[Boolean, SemanticShortHandItem[Any]]]
  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 child: UndefOr[VdomNode]
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. 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
  14. def cprops: InputProps
    Attributes
    protected
    Definition Classes
    Input → Passthrough
  15. val disabled: UndefOr[Boolean]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val error: UndefOr[Boolean]
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val fluid: UndefOr[Boolean]
  20. val focus: UndefOr[Boolean]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. val icon: UndefOr[IconShorthand]
  23. val iconPosition: UndefOr[IconPosition]
  24. val input: UndefOr[VdomNode]
  25. val inverted: UndefOr[Boolean]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val label: UndefOr[VdomNode]
  28. val labelPosition: UndefOr[LabelPosition]
  29. val loading: UndefOr[Boolean]
  30. val modifiers: Seq[TagMod]
    Definition Classes
    Input → Passthrough
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. val onChange: UndefOr[Callback]
  35. val onChangeE: UndefOr[OnChange]
  36. def productElementNames: Iterator[String]
    Definition Classes
    Product
  37. def rawModifiers: (InputProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  38. def render: Render[InputProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  39. val size: UndefOr[semanticui.SemanticSize]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val tabIndex: UndefOr[|[String, JsNumber]]
  42. val tpe: UndefOr[String]
  43. val transparent: UndefOr[Boolean]
  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