trait Utils extends AnyRef
- Alphabetic
- By Inheritance
- Utils
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait AbstractBackgroundStyle extends (Utils.this)#StyleModifier
-
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.
- trait AbstractImageStyle extends (Utils.this)#StyleModifier
-
trait
AbstractImageUtils extends AnyRef
Add classes to an
imgelement to easily style images in any project.Add classes to an
imgelement to easily style images in any project. - trait AbstractPullModifier extends (Utils.this)#StyleModifier
-
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.
!importantis 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
- trait AbstractTextAlignment extends (Utils.this)#AbstractTextStyle
-
trait
AbstractTextAlignments extends AnyRef
Easily realign text to components with text alignment classes.
Easily realign text to components with text alignment classes.
- trait AbstractTextStyle extends (Utils.this)#StyleModifier
-
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.
- trait AbstractTextTransformation extends (Utils.this)#AbstractTextStyle
-
trait
AbstractTextTransformations extends AnyRef
Transform text in components with text capitalization classes.
Transform text in components with text capitalization classes.
- trait AbstractUtils extends AnyRef
- trait AbstractVisibilityModifier extends (Utils.this)#StyleModifier
-
trait
AbstractVisibilityModifiers extends AnyRef
Force an element to be shown or hidden (including for screen readers) with the use of
.showand.hiddenclasses.Force an element to be shown or hidden (including for screen readers) with the use of
.showand.hiddenclasses. These classes use!importantto avoid specificity conflicts, just like the quick floats. They are only available for block level toggling. They can also be used as mixins..hideis available, but it does not always affect screen readers and is deprecated as of v3.0.1. Use.hiddenor.sr-onlyinstead. Furthermore,.invisiblecan 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. - abstract type Bootstrap <: (Utils.this)#AbstractUtils
- abstract type BootstrapAttrs <: (Utils.this)#DefaultBootstrapAttrs
- trait DefaultBootstrapAttrs extends AnyRef
- trait StyleClassModifier extends (Utils.this)#StyleModifier
- trait StyleModifier extends (Utils.this)#ModifierFactory
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated