Object/Class

io.udash.bootstrap.form

UdashInputGroup

Related Docs: class UdashInputGroup | package form

Permalink

object UdashInputGroup

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UdashInputGroup
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def append(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Creates an element to be appended to the input of this input group.

  5. def appendButton(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Alias for append.

    Alias for append.

    Annotations
    @inline()
  6. def appendCheckbox(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Alias for appendText.

    Alias for appendText. It's a little surprising that you need to mark checkbox as text.

    Annotations
    @inline()
  7. def appendRadio(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Alias for appendText.

    Alias for appendText. It's a little surprising that you need to mark radio as text.

    Annotations
    @inline()
  8. def appendText(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Convenience method that wraps its content in input-group-text

  9. def apply(groupSize: udash.ReadableProperty[Option[Size]] = UdashBootstrap.None, componentId: bootstrap.ComponentId = ComponentId.newId())(content: scalatags.JsDom.all.Modifier*): UdashInputGroup

    Permalink

    Creates an inputs group.

    Creates an inputs group. More: Bootstrap Docs.

    groupSize

    A size of the inputs in group. One of standard bootstrap values: BootstrapStyles.Size.

    componentId

    An id of the root DOM node.

    content

    The group content. The elements usually need to be wrapped with methods like: UdashInputGroup.input, UdashInputGroup.select, UdashInputGroup.prepend, UdashInputGroup.append, etc.

    returns

    A UdashInputGroup component, call render to create a DOM element.

  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def file(el: Element): Element

    Permalink

    Adds custom-file style to provided element.

    Adds custom-file style to provided element. It's required to properly display file input as part of group.

  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def input(el: Element): Element

    Permalink

    Adds form-control style to provided element.

    Adds form-control style to provided element. It's required to properly display input as part of group.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def prepend(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Creates an element to be prepended to the input of this input group.

  23. def prependButton(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Alias for prepend.

    Alias for prepend.

    Annotations
    @inline()
  24. def prependCheckbox(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Alias for prependText.

    Alias for prependText. It's a little surprising that you need to mark checkbox as text.

    Annotations
    @inline()
  25. def prependRadio(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Alias for prependText.

    Alias for prependText. It's a little surprising that you need to mark radio as text.

    Annotations
    @inline()
  26. def prependText(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

    Convenience method that wraps its content in input-group-text

  27. def select(el: Element): Element

    Permalink

    Adds custom-select style to provided element.

    Adds custom-select style to provided element. It's required to properly display select as part of group.

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped