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[|[Boolean, Icon]] = 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[SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, type: UndefOr[String] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[InputProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentC[InputProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Input
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentC
  6. AnyRef
  7. 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[|[Boolean, Icon]] = 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[SemanticSize] = js.undefined, tabIndex: UndefOr[|[String, JsNumber]] = js.undefined, transparent: UndefOr[Boolean] = js.undefined, type: UndefOr[String] = js.undefined, children: ChildrenArgs = 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. val as: UndefOr[AsC]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val child: UndefOr[VdomNode]
  9. val children: ChildrenArgs
    Definition Classes
    Input → GenericJsComponentC
  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. def cprops: InputProps
    Definition Classes
    Input → GenericJsComponentC
  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[|[Boolean, 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[VdomNode]
  27. val labelPosition: UndefOr[LabelPosition]
  28. val loading: UndefOr[Boolean]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val onChange: UndefOr[Callback]
  33. val onChangeE: UndefOr[OnChange]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def render: Render[InputProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  36. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[InputProps, MountedWithRoot[[A]A, InputProps, Null, Component[InputProps, Null], InputProps, Null], InputProps, MountedWithRoot[[A]A, InputProps, Null, Component[InputProps, Null], InputProps, Null]]
    Definition Classes
    Input → GenericJsComponentC
    Annotations
    @inline()
  37. val size: UndefOr[SemanticSize]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val tabIndex: UndefOr[|[String, JsNumber]]
  40. val transparent: UndefOr[Boolean]
  41. val type: UndefOr[String]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. def withChildren(children: ChildrenArgs): Input
    Definition Classes
    Input → GenericJsComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentC[InputProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped