Class

com.karasiq.bootstrap.modal.Modals

ModalBuilder

Related Doc: package Modals

Permalink

case class ModalBuilder(title: (((Modals.this)#scalaTags)#all)#Modifier, body: (((Modals.this)#scalaTags)#all)#Modifier, buttons: (((Modals.this)#scalaTags)#all)#Modifier, style: (((Modals.this)#scalaTags)#all)#Modifier, dialogStyle: (((Modals.this)#scalaTags)#all)#Modifier, contentStyle: (((Modals.this)#scalaTags)#all)#Modifier, modalId: String) extends (Modals.this)#Modal with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, (Modals.this)#Modal, BootstrapHtmlComponent[(Modals.this)#Element, (Modals.this)#Output, (Modals.this)#FragT], BootstrapDomComponent[(Modals.this)#Element, (Modals.this)#FragT], Frag[(Modals.this)#Element, (Modals.this)#FragT], BootstrapComponent[(Modals.this)#Element], ModifierFactory[(Modals.this)#Element], Modifier[(Modals.this)#Element], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModalBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Modal
  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 ModalBuilder(title: (((Modals.this)#scalaTags)#all)#Modifier, body: (((Modals.this)#scalaTags)#all)#Modifier, buttons: (((Modals.this)#scalaTags)#all)#Modifier, style: (((Modals.this)#scalaTags)#all)#Modifier, dialogStyle: (((Modals.this)#scalaTags)#all)#Modifier, contentStyle: (((Modals.this)#scalaTags)#all)#Modifier, modalId: String)

    Permalink

Type Members

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ModifierFactory
  4. type TagT = TypedTag[(Modals.this)#Element, (Modals.this)#Output, (Modals.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 body: (((Modals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderModal
  7. val buttons: (((Modals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderModal
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val contentStyle: (((Modals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderModal
  10. final def createModifier: ModifierT

    Permalink
    Definition Classes
    BootstrapComponentModifierFactory
  11. val dialogStyle: (((Modals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderModal
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def modal: (((Modals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    Modal
  17. def modalBody: (((Modals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    Modal
  18. def modalFooter: (((Modals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    Modal
  19. def modalHeader: (((Modals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    Modal
  20. val modalId: String

    Permalink
    Definition Classes
    ModalBuilderModal
  21. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  25. final def render: (Modals.this)#FragT

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

    Permalink
  27. def renderTag(md: (((Modals.this)#scalaTags)#all)#Modifier*): (((Modals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    ModalBootstrapHtmlComponent
  28. val style: (((Modals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderModal
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val title: (((Modals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderModal
  31. def toggle: (((Modals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    Modal
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withBody(md: (((Modals.this)#scalaTags)#all)#Modifier*): (Modals.this)#ModalBuilder

    Permalink
  36. def withButtons(md: (((Modals.this)#scalaTags)#all)#Modifier*): (Modals.this)#ModalBuilder

    Permalink
  37. def withContentStyle(md: (((Modals.this)#scalaTags)#all)#Modifier*): (Modals.this)#ModalBuilder

    Permalink
  38. def withDialogStyle(md: (((Modals.this)#scalaTags)#all)#Modifier*): (Modals.this)#ModalBuilder

    Permalink
  39. def withId(id: String): (Modals.this)#ModalBuilder

    Permalink
  40. def withStyle(md: (((Modals.this)#scalaTags)#all)#Modifier*): (Modals.this)#ModalBuilder

    Permalink
  41. def withTitle(md: (((Modals.this)#scalaTags)#all)#Modifier*): (Modals.this)#ModalBuilder

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (Modals.this)#Modal

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped