trait AbstractUtils extends AnyRef
- Alphabetic
- By Inheritance
- AbstractUtils
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Abstract Value Members
- abstract val background: (Utils.this)#AbstractBackgroundStyles
-
abstract
def
badge: ElementT
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.
-
abstract
def
button: ElementT
Default button
-
abstract
def
caret: ElementT
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.
-
abstract
def
centerBlock: ModifierT
Set an element to display: block and center via margin
Set an element to display: block and center via margin
-
abstract
def
clearFix: ModifierT
Easily clear floats by adding
.clearfixto the parent element.Easily clear floats by adding
.clearfixto the parent element. Utilizes the micro clearfix as popularized by Nicolas Gallagher. -
abstract
def
closeIcon: ElementT
Use the generic close icon for dismissing content like modals and alerts.
Use the generic close icon for dismissing content like modals and alerts.
-
abstract
def
dataProps[T](props: (String, T)*)(implicit arg0: (((Utils.this)#scalaTags)#all)#AttrValue[T]): ModifierT
Appends
data-%property%attributes to the elementAppends
data-%property%attributes to the element- T
Value type
- props
Properties
- returns
Modifier
-
abstract
def
icon(name: String): (Utils.this)#IconModifier
Default icon
- abstract val image: (Utils.this)#AbstractImageUtils
-
abstract
def
jumbotron: ElementT
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.
-
abstract
def
nbsp: ModifierT
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.
-
abstract
def
newId: ElementIdT
Generates unique element ID
-
abstract
def
noContent: FragT
No-op frag
-
abstract
def
noModifier: ModifierT
No-op modifier
- abstract val pull: (Utils.this)#AbstractPullModifiers
-
abstract
def
srOnly: ModifierT
Hide an element to all devices except screen readers with
.sr-onlyHide an element to all devices except screen readers with
.sr-only -
abstract
def
srOnlyFocusable: ModifierT
Combine .sr-only with
.sr-only-focusableto show the element again when it's focused (e.g.Combine .sr-only with
.sr-only-focusableto show the element again when it's focused (e.g. by a keyboard-only user) - abstract val textAlign: (Utils.this)#AbstractTextAlignments
- abstract val textStyle: (Utils.this)#AbstractTextStyles
- abstract val textTransform: (Utils.this)#AbstractTextTransformations
- abstract val visibility: (Utils.this)#AbstractVisibilityModifiers
-
abstract
def
well: ElementT
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.
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