Trait

com.karasiq.bootstrap.utils.UniversalUtils

UniversalUtils

Related Doc: package UniversalUtils

Permalink

trait UniversalUtils extends (utils.UniversalUtils.this)#AbstractUtils

Linear Supertypes
(utils.UniversalUtils.this)#AbstractUtils, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UniversalUtils
  2. AbstractUtils
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ElementIdT = String

    Permalink
    Definition Classes
    AbstractUtils
  2. type ElementT = TypedTag[(utils.UniversalUtils.this)#Element, (utils.UniversalUtils.this)#Output, (utils.UniversalUtils.this)#FragT]

    Permalink
    Definition Classes
    AbstractUtils
  3. type ModifierT = Modifier[(utils.UniversalUtils.this)#Element]

    Permalink
    Definition Classes
    AbstractUtils
  4. sealed trait TextModifier extends (utils.UniversalUtils.this)#StyleClassModifier

    Permalink

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. object background extends (utils.UniversalUtils.this)#AbstractBackgroundStyles

    Permalink

    Similar to the contextual text color classes, easily set the background of an element to any contextual class.

    Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken on hover, just like the text classes.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  6. lazy val badge: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    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.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  7. lazy val button: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    Permalink

    Default button

    Default button

    Definition Classes
    UniversalUtilsAbstractUtils
  8. lazy val caret: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    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.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  9. lazy val centerBlock: (utils.UniversalUtils.this)#ClassAdd

    Permalink

    Set an element to display: block and center via margin

    Set an element to display: block and center via margin

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  10. lazy val clearFix: (utils.UniversalUtils.this)#ClassAdd

    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.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. lazy val closeIcon: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    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.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  13. def dataProps[T](props: (String, T)*)(implicit arg0: (((utils.UniversalUtils.this)#scalaTags)#all)#AttrValue[T]): (((utils.UniversalUtils.this)#scalaTags)#all)#Modifier

    Permalink

    Appends data-%property% attributes to the element

    Appends data-%property% attributes to the element

    T

    Value type

    props

    Properties

    returns

    Modifier

    Definition Classes
    AbstractUtils
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def icon(name: String): (utils.UniversalUtils.this)#IconModifier

    Permalink

    Default icon

    Default icon

    name

    Icon name

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  20. object image extends (utils.UniversalUtils.this)#AbstractImageUtils

    Permalink

    Add classes to an img element to easily style images in any project.

    Add classes to an img element to easily style images in any project.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#images-shapes

  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. lazy val jumbotron: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    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.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  23. val nbsp: (((utils.UniversalUtils.this)#scalaTags)#all)#RawFrag

    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.

    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.

    Definition Classes
    AbstractUtils
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def newId: String

    Permalink

    Generates unique element ID

    Generates unique element ID

    Definition Classes
    UniversalUtilsAbstractUtils
  26. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  28. object pull extends (utils.UniversalUtils.this)#AbstractPullModifiers

    Permalink

    Float an element to the left or right with a class.

    Float an element to the left or right with a class. !important is included to avoid specificity issues.

    Definition Classes
    UniversalUtilsAbstractUtils
    Note

    To align components in navbars with utility classes, use .navbar-left or .navbar-right instead. See the navbar docs for details.

    See also

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

  29. lazy val srOnly: (utils.UniversalUtils.this)#ClassAdd

    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

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  30. lazy val srOnlyFocusable: (((utils.UniversalUtils.this)#scalaTags)#all)#Modifier

    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)

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

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

    Permalink
    Definition Classes
    AnyRef
  32. object textAlign extends (utils.UniversalUtils.this)#AbstractTextAlignments

    Permalink

    Easily realign text to components with text alignment classes.

    Easily realign text to components with text alignment classes.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#type-alignment

  33. object textStyle extends (utils.UniversalUtils.this)#AbstractTextStyles

    Permalink

    Convey meaning through color with a handful of emphasis utility classes.

    Convey meaning through color with a handful of emphasis utility classes. These may also be applied to links and will darken on hover just like our default link styles.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

  34. object textTransform extends (utils.UniversalUtils.this)#AbstractTextTransformations

    Permalink

    Transform text in components with text capitalization classes.

    Transform text in components with text capitalization classes.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#type-transformation

  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. object visibility extends (utils.UniversalUtils.this)#AbstractVisibilityModifiers

    Permalink

    Force an element to be shown or hidden (including for screen readers) with the use of .show and .hidden classes.

    Force an element to be shown or hidden (including for screen readers) with the use of .show and .hidden classes. These classes use !important to avoid specificity conflicts, just like the quick floats. They are only available for block level toggling. They can also be used as mixins. .hide is available, but it does not always affect screen readers and is deprecated as of v3.0.1. Use .hidden or .sr-only instead. Furthermore, .invisible can be used to toggle only the visibility of an element, meaning its display is not modified and the element can still affect the flow of the document.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

    http://getbootstrap.com/css/#helper-classes-show-hide

  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. lazy val well: (((utils.UniversalUtils.this)#scalaTags)#all)#Tag

    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.

    Definition Classes
    UniversalUtilsAbstractUtils
    See also

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

Inherited from (utils.UniversalUtils.this)#AbstractUtils

Inherited from AnyRef

Inherited from Any

Ungrouped