Trait

com.karasiq.bootstrap4.utils

Utils

Related Doc: package utils

Permalink

trait Utils extends AnyRef

Self Type
Utils with RenderingContext with Icons with Buttons with ClassModifiers
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractBackgroundStyle extends (Utils.this)#StyleModifier

    Permalink
  2. trait AbstractBackgroundStyles extends AnyRef

    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.

    See also

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

  3. trait AbstractBorderRounding extends AnyRef

    Permalink

    Add classes to an element to easily round its corners.

    Add classes to an element to easily round its corners.

    See also

    https://getbootstrap.com/docs/4.0/utilities/borders/#border-radius

  4. trait AbstractBorderStyle extends (Utils.this)#StyleModifier

    Permalink
  5. trait AbstractBorderStyles extends AnyRef

    Permalink

    Change the border color using utilities built on our theme colors.

    Change the border color using utilities built on our theme colors.

    See also

    https://getbootstrap.com/docs/4.0/utilities/borders/#border-color

  6. trait AbstractBorders extends AnyRef

    Permalink

    Add classes to an element to remove all borders or some borders.

    Add classes to an element to remove all borders or some borders.

    See also

    https://getbootstrap.com/docs/4.0/utilities/borders/

  7. trait AbstractDisplayModifier extends (Utils.this)#StyleModifier

    Permalink
  8. trait AbstractDisplayModifiers extends AnyRef

    Permalink

  9. trait AbstractImageStyle extends (Utils.this)#StyleModifier

    Permalink
  10. trait AbstractImageUtils extends AnyRef

    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.

    See also

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

  11. trait AbstractPullModifier extends (Utils.this)#StyleModifier

    Permalink
  12. trait AbstractPullModifiers extends AnyRef

    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.

    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

  13. trait AbstractShadowModifier extends (Utils.this)#StyleModifier

    Permalink
  14. trait AbstractShadowModifiers extends AnyRef

    Permalink

    Add or remove shadows to elements with box-shadow utilities.

    Add or remove shadows to elements with box-shadow utilities.

    Since

    4.1

    See also

    https://getbootstrap.com/docs/4.1/utilities/shadows/

  15. trait AbstractTextAlignment extends (Utils.this)#AbstractTextStyle

    Permalink
  16. trait AbstractTextAlignments extends AnyRef

    Permalink

    Easily realign text to components with text alignment classes.

    Easily realign text to components with text alignment classes.

    See also

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

  17. trait AbstractTextStyle extends (Utils.this)#StyleModifier

    Permalink
  18. trait AbstractTextStyles extends AnyRef

    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.

    See also

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

  19. trait AbstractTextTransformation extends (Utils.this)#AbstractTextStyle

    Permalink
  20. trait AbstractTextTransformations extends AnyRef

    Permalink

    Transform text in components with text capitalization classes.

    Transform text in components with text capitalization classes.

    See also

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

  21. trait AbstractUtils extends AnyRef

    Permalink
  22. trait AbstractVisibilityModifier extends (Utils.this)#StyleModifier

    Permalink
  23. trait AbstractVisibilityModifiers extends AnyRef

    Permalink

    Control the visibility, without modifying the display, of elements with visibility utilities.

    Control the visibility, without modifying the display, of elements with visibility utilities.

    See also

    https://getbootstrap.com/docs/4.0/utilities/visibility/

  24. abstract type Bootstrap <: (Utils.this)#AbstractUtils

    Permalink
  25. abstract type BootstrapAttrs <: (Utils.this)#DefaultBootstrapAttrs

    Permalink
  26. trait DefaultBootstrapAttrs extends AnyRef

    Permalink
  27. trait StyleClassModifier extends (Utils.this)#StyleModifier

    Permalink
  28. trait StyleModifier extends (Utils.this)#ModifierFactory

    Permalink

Abstract Value Members

  1. abstract val Bootstrap: (Utils.this)#Bootstrap

    Permalink
  2. abstract val BootstrapAttrs: (Utils.this)#BootstrapAttrs

    Permalink

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