Trait

com.karasiq.bootstrap.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 AbstractImageStyle extends (Utils.this)#StyleModifier

    Permalink
  4. 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

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

    Permalink
  6. 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

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

    Permalink
  8. 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

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

    Permalink
  10. 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

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

    Permalink
  12. 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

  13. trait AbstractUtils extends AnyRef

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

    Permalink
  15. trait AbstractVisibilityModifiers extends AnyRef

    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.

    See also

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

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

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

    Permalink
  18. trait DefaultBootstrapAttrs extends AnyRef

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

    Permalink
  20. 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