Class

com.karasiq.bootstrap.modal.UniversalModals

ModalBuilder

Related Doc: package UniversalModals

Permalink

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

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

Instance Constructors

  1. new ModalBuilder(title: (((UniversalModals.this)#scalaTags)#all)#Modifier, body: (((UniversalModals.this)#scalaTags)#all)#Modifier, buttons: (((UniversalModals.this)#scalaTags)#all)#Modifier, style: (((UniversalModals.this)#scalaTags)#all)#Modifier, dialogStyle: (((UniversalModals.this)#scalaTags)#all)#Modifier, contentStyle: (((UniversalModals.this)#scalaTags)#all)#Modifier, modalId: String)

    Permalink

Type Members

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

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

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

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

    Permalink
    Definition Classes
    ModalBuilderAbstractModal
  7. val buttons: (((UniversalModals.this)#scalaTags)#all)#Modifier

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

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

    Permalink
    Definition Classes
    ModalBuilderAbstractModal
  10. final def createModifier: ModifierT

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

    Permalink
    Definition Classes
    ModalBuilderAbstractModal
  12. def dismiss: (((UniversalModals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    UniversalModalAbstractModal
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Any
  17. def modal: (((UniversalModals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    UniversalModal
  18. def modalBody: (((UniversalModals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    UniversalModal
  19. def modalFooter: (((UniversalModals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    UniversalModal
  20. def modalHeader: (((UniversalModals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    UniversalModal
  21. val modalId: String

    Permalink
    Definition Classes
    ModalBuilderAbstractModal
  22. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  26. final def render: (UniversalModals.this)#FragT

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

    Permalink
  28. def renderTag(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (((UniversalModals.this)#scalaTags)#all)#Tag

    Permalink
    Definition Classes
    UniversalModalBootstrapHtmlComponent
  29. val style: (((UniversalModals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderAbstractModal
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val title: (((UniversalModals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    ModalBuilderAbstractModal
  32. def toggle: (((UniversalModals.this)#scalaTags)#all)#Modifier

    Permalink
    Definition Classes
    UniversalModalAbstractModal
  33. final def wait(): Unit

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

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

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

    Permalink
  37. def withButtons(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder

    Permalink
  38. def withContentStyle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder

    Permalink
  39. def withDialogStyle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder

    Permalink
  40. def withId(id: String): (UniversalModals.this)#ModalBuilder

    Permalink
  41. def withStyle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder

    Permalink
  42. def withTitle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (UniversalModals.this)#UniversalModal

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

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

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

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

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

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

Inherited from (UniversalModals.this)#AbstractModal

Inherited from AnyRef

Inherited from Any

Ungrouped