Packages

trait Utils extends AnyRef

Self Type
Utils with RenderingContext with Icons with Buttons with ClassModifiers
Linear Supertypes
AnyRef, Any
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
  2. trait AbstractBackgroundStyles extends AnyRef

    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
  4. trait AbstractImageUtils extends AnyRef

    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
  6. trait AbstractPullModifiers extends AnyRef

    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
  8. trait AbstractTextAlignments extends AnyRef

    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
  10. trait AbstractTextStyles extends AnyRef

    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
  12. trait AbstractTextTransformations extends AnyRef

    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
  14. trait AbstractVisibilityModifier extends (Utils.this)#StyleModifier
  15. trait AbstractVisibilityModifiers extends AnyRef

    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
  17. abstract type BootstrapAttrs <: (Utils.this)#DefaultBootstrapAttrs
  18. trait DefaultBootstrapAttrs extends AnyRef
  19. trait StyleClassModifier extends (Utils.this)#StyleModifier
  20. trait StyleModifier extends (Utils.this)#ModifierFactory

Abstract Value Members

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

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped