Class

io.udash.bootstrap.card.UdashCard

CardElementsFactory

Related Doc: package UdashCard

Permalink

class CardElementsFactory extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CardElementsFactory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CardElementsFactory()

    Permalink

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 body(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates body of a card with a provided content.

    Creates body of a card with a provided content. More: Bootstrap Docs.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def externalBinding[T <: Binding](binding: T): T

    Permalink

    Use this method to bond the external binging's lifecycle with the lifecycle of this form.

  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def footer(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates footer of a card with a provided content.

    Creates footer of a card with a provided content. More: Bootstrap Docs.

  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def header(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates header of a card with a provided content.

    Creates header of a card with a provided content. More: Bootstrap Docs.

  15. def imgBottom(imageSrc: udash.ReadableProperty[String], alternativeText: udash.ReadableProperty[String])(additionalModifiers: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates bottom image for a card with a provided content.

    Creates bottom image for a card with a provided content. More: Bootstrap Docs.

  16. def imgOverlay(imageSrc: udash.ReadableProperty[String], alternativeText: udash.ReadableProperty[String])(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Wraps provided content into an element with card-img-overlay style.

    Wraps provided content into an element with card-img-overlay style. More: Bootstrap Docs.

  17. def imgTop(imageSrc: udash.ReadableProperty[String], alternativeText: udash.ReadableProperty[String])(additionalModifiers: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates top image for a card with a provided content.

    Creates top image for a card with a provided content. More: Bootstrap Docs.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def link(link: udash.ReadableProperty[String])(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates link with a provided content.

    Creates link with a provided content. More: Bootstrap Docs.

  20. def listGroup(list: (NestedInterceptor) ⇒ UdashListGroup[_, _]): scalatags.JsDom.all.Modifier

    Permalink

    Puts the provided list group into the card with additional list-group-flush style.

    Puts the provided list group into the card with additional list-group-flush style. More: Bootstrap Docs.

  21. def navigationPills(navigation: (NestedInterceptor) ⇒ UdashNav[_, _]): scalatags.JsDom.all.Modifier

    Permalink

    Puts the provided navigation tabs into the card with additional card-header-pills style.

    Puts the provided navigation tabs into the card with additional card-header-pills style. More: Bootstrap Docs.

  22. def navigationTabs(navigation: (NestedInterceptor) ⇒ UdashNav[_, _]): scalatags.JsDom.all.Modifier

    Permalink

    Puts the provided navigation tabs into the card with additional card-header-tabs style.

    Puts the provided navigation tabs into the card with additional card-header-tabs style. More: Bootstrap Docs.

  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def subtitle(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates subtitle of a card with a provided content.

    Creates subtitle of a card with a provided content. More: Bootstrap Docs.

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def text(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates text paragraph for a card with a provided content.

    Creates text paragraph for a card with a provided content. More: Bootstrap Docs.

  29. def title(content: (NestedInterceptor) ⇒ scalatags.JsDom.all.Modifier): scalatags.JsDom.all.Modifier

    Permalink

    Creates title of a card with a provided content.

    Creates title of a card with a provided content. More: Bootstrap Docs.

  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped