Class

com.karasiq.bootstrap4.card.UniversalCards

CardBuilder

Related Doc: package UniversalCards

Permalink

case class CardBuilder(cardId: String, header: Option[(((UniversalCards.this)#scalaTags)#all)#Modifier], footer: Option[(((UniversalCards.this)#scalaTags)#all)#Modifier], content: Seq[(((UniversalCards.this)#scalaTags)#all)#Modifier]) extends (UniversalCards.this)#AbstractCard with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, (UniversalCards.this)#AbstractCard, BootstrapHtmlComponent[(UniversalCards.this)#Element, (UniversalCards.this)#Output, (UniversalCards.this)#FragT], BootstrapDomComponent[(UniversalCards.this)#Element, (UniversalCards.this)#FragT], Frag[(UniversalCards.this)#Element, (UniversalCards.this)#FragT], BootstrapComponent[(UniversalCards.this)#Element], ModifierFactory[(UniversalCards.this)#Element], Modifier[(UniversalCards.this)#Element], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CardBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractCard
  7. BootstrapHtmlComponent
  8. BootstrapDomComponent
  9. Frag
  10. BootstrapComponent
  11. ModifierFactory
  12. Modifier
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CardBuilder(cardId: String, header: Option[(((UniversalCards.this)#scalaTags)#all)#Modifier], footer: Option[(((UniversalCards.this)#scalaTags)#all)#Modifier], content: Seq[(((UniversalCards.this)#scalaTags)#all)#Modifier])

    Permalink

Type Members

  1. type ElementT = (UniversalCards.this)#Element

    Permalink
    Attributes
    protected
    Definition Classes
    ModifierFactory
  2. type FragT = Frag[(UniversalCards.this)#Element, (UniversalCards.this)#FragT]

    Permalink
    Attributes
    protected
    Definition Classes
    BootstrapDomComponent
  3. type ModifierT = Modifier[(UniversalCards.this)#Element]

    Permalink
    Attributes
    protected
    Definition Classes
    ModifierFactory
  4. type TagT = TypedTag[(UniversalCards.this)#Element, (UniversalCards.this)#Output, (UniversalCards.this)#FragT]

    Permalink
    Attributes
    protected
    Definition Classes
    BootstrapHtmlComponent

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 applyTo(t: ElementT): Unit

    Permalink
    Definition Classes
    ModifierFactory → Modifier
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val cardId: String

    Permalink
    Definition Classes
    CardBuilderAbstractCard
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val content: Seq[(((UniversalCards.this)#scalaTags)#all)#Modifier]

    Permalink
    Definition Classes
    CardBuilderAbstractCard
  9. final def createModifier: ModifierT

    Permalink
    Definition Classes
    BootstrapComponent → ModifierFactory
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val footer: Option[(((UniversalCards.this)#scalaTags)#all)#Modifier]

    Permalink
    Definition Classes
    CardBuilderAbstractCard
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. val header: Option[(((UniversalCards.this)#scalaTags)#all)#Modifier]

    Permalink
    Definition Classes
    CardBuilderAbstractCard
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def render(md: ModifierT*): ModifierT

    Permalink
    Definition Classes
    BootstrapDomComponent → BootstrapComponent
  20. final def render: (UniversalCards.this)#FragT

    Permalink
    Definition Classes
    BootstrapDomComponent → Frag
  21. final def renderFrag(md: ModifierT*): FragT

    Permalink
    Definition Classes
    BootstrapHtmlComponent → BootstrapDomComponent
  22. def renderTag(md: (((UniversalCards.this)#scalaTags)#all)#Modifier*): TagT

    Permalink
    Definition Classes
    CardBuilder → BootstrapHtmlComponent
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withBody(content: (((UniversalCards.this)#scalaTags)#all)#Modifier*): (UniversalCards.this)#CardBuilder

    Permalink
  28. def withContent(content: (((UniversalCards.this)#scalaTags)#all)#Modifier*): (UniversalCards.this)#CardBuilder

    Permalink
  29. def withFooter(modifiers: (((UniversalCards.this)#scalaTags)#all)#Modifier*): (UniversalCards.this)#CardBuilder

    Permalink
  30. def withHeader(modifiers: (((UniversalCards.this)#scalaTags)#all)#Modifier*): (UniversalCards.this)#CardBuilder

    Permalink
  31. def withId(newId: String): (UniversalCards.this)#CardBuilder

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (UniversalCards.this)#AbstractCard

Inherited from BootstrapHtmlComponent[(UniversalCards.this)#Element, (UniversalCards.this)#Output, (UniversalCards.this)#FragT]

Inherited from BootstrapDomComponent[(UniversalCards.this)#Element, (UniversalCards.this)#FragT]

Inherited from Frag[(UniversalCards.this)#Element, (UniversalCards.this)#FragT]

Inherited from BootstrapComponent[(UniversalCards.this)#Element]

Inherited from ModifierFactory[(UniversalCards.this)#Element]

Inherited from Modifier[(UniversalCards.this)#Element]

Inherited from AnyRef

Inherited from Any

Ungrouped