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: udash.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
    @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. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. 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.

  19. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. 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.

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

    Permalink

    Alias for prepend.

    Alias for prepend.

    Annotations
    @inline()
  25. 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()
  26. 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()
  27. def prependText(content: scalatags.JsDom.all.Modifier*): scalatags.JsDom.all.Modifier

    Permalink

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

  28. 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.

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped