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, Serializable, Product, Equals, GenericComponentC[InputProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Input
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GenericComponentC
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 → GenericComponentC
  10. val className: UndefOr[String]
  11. val clazz: UndefOr[Css]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val disabled: UndefOr[Boolean]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val error: UndefOr[Boolean]
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val fluid: UndefOr[Boolean]
  18. val focus: UndefOr[Boolean]
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val icon: UndefOr[|[Boolean, Icon]]
  21. val iconPosition: UndefOr[IconPosition]
  22. val input: UndefOr[VdomNode]
  23. val inverted: UndefOr[Boolean]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val label: UndefOr[VdomNode]
  26. val labelPosition: UndefOr[LabelPosition]
  27. val loading: UndefOr[Boolean]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onChange: UndefOr[Callback]
  32. val onChangeE: UndefOr[OnChange]
  33. def render: Render[InputProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  34. 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 → GenericComponentC
    Annotations
    @inline()
  35. val size: UndefOr[SemanticSize]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val tabIndex: UndefOr[|[String, JsNumber]]
  38. val transparent: UndefOr[Boolean]
  39. val type: UndefOr[String]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def withChildren(children: ChildrenArgs): Input
    Definition Classes
    Input → GenericComponentC

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[InputProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped