Trait

com.karasiq.bootstrap.utils.Utils

AbstractUtils

Related Doc: package Utils

Permalink

trait AbstractUtils extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ElementIdT = String

    Permalink
  2. type ElementT = TypedTag[(Utils.this)#Element, (Utils.this)#Output, (Utils.this)#FragT]

    Permalink
  3. type FragT = Frag[(Utils.this)#Element, (Utils.this)#FragT]

    Permalink
  4. type ModifierT = Modifier[(Utils.this)#Element]

    Permalink

Abstract Value Members

  1. abstract val background: (Utils.this)#AbstractBackgroundStyles

    Permalink
  2. abstract def badge: ElementT

    Permalink

    Easily highlight new or unread items by adding a badge to links, Bootstrap navs, and more.

    Easily highlight new or unread items by adding a badge to links, Bootstrap navs, and more.

    See also

    https://getbootstrap.com/components/#badges

  3. abstract def button: ElementT

    Permalink

    Default button

  4. abstract def caret: ElementT

    Permalink

    Use carets to indicate dropdown functionality and direction.

    Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in dropup menus.

    See also

    http://getbootstrap.com/css/#helper-classes-carets

  5. abstract def centerBlock: ModifierT

    Permalink

    Set an element to display: block and center via margin

    Set an element to display: block and center via margin

    See also

    http://getbootstrap.com/css/#helper-classes-center

  6. abstract def clearFix: ModifierT

    Permalink

    Easily clear floats by adding .clearfix to the parent element.

    Easily clear floats by adding .clearfix to the parent element. Utilizes the micro clearfix as popularized by Nicolas Gallagher.

    See also

    http://getbootstrap.com/css/#helper-classes-clearfix

  7. abstract def closeIcon: ElementT

    Permalink

    Use the generic close icon for dismissing content like modals and alerts.

    Use the generic close icon for dismissing content like modals and alerts.

    See also

    http://getbootstrap.com/css/#helper-classes-close

  8. abstract def dataProps[T](props: (String, T)*)(implicit arg0: (((Utils.this)#scalaTags)#all)#AttrValue[T]): ModifierT

    Permalink

    Appends data-%property% attributes to the element

    Appends data-%property% attributes to the element

    T

    Value type

    props

    Properties

    returns

    Modifier

  9. abstract def icon(name: String): (Utils.this)#IconModifier

    Permalink

    Default icon

    Default icon

    name

    Icon name

    See also

    https://getbootstrap.com/components/#glyphicons

  10. abstract val image: (Utils.this)#AbstractImageUtils

    Permalink
  11. abstract def jumbotron: ElementT

    Permalink

    A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

    A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

    See also

    https://getbootstrap.com/components/#jumbotron

  12. abstract def nbsp: ModifierT

    Permalink

    Non-breaking Space A common character entity used in HTML is the non-breaking space:   A non-breaking space is a space that will not break into a new line.

  13. abstract def newId: ElementIdT

    Permalink

    Generates unique element ID

  14. abstract def noContent: FragT

    Permalink

    No-op frag

  15. abstract def noModifier: ModifierT

    Permalink

    No-op modifier

  16. abstract val pull: (Utils.this)#AbstractPullModifiers

    Permalink
  17. abstract def srOnly: ModifierT

    Permalink

    Hide an element to all devices except screen readers with .sr-only

    Hide an element to all devices except screen readers with .sr-only

    See also

    http://getbootstrap.com/css/#helper-classes-screen-readers

  18. abstract def srOnlyFocusable: ModifierT

    Permalink

    Combine .sr-only with .sr-only-focusable to show the element again when it's focused (e.g.

    Combine .sr-only with .sr-only-focusable to show the element again when it's focused (e.g. by a keyboard-only user)

    See also

    http://getbootstrap.com/css/#helper-classes-screen-readers

  19. abstract val textAlign: (Utils.this)#AbstractTextAlignments

    Permalink
  20. abstract val textStyle: (Utils.this)#AbstractTextStyles

    Permalink
  21. abstract val textTransform: (Utils.this)#AbstractTextTransformations

    Permalink
  22. abstract val visibility: (Utils.this)#AbstractVisibilityModifiers

    Permalink
  23. abstract def well: ElementT

    Permalink

    Use the well as a simple effect on an element to give it an inset effect.

    Use the well as a simple effect on an element to give it an inset effect.

    See also

    https://getbootstrap.com/components/#wells

Concrete 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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped