Packages

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)

Type Members

  1. type ElementT = (UniversalModals.this)#Element
    Attributes
    protected
    Definition Classes
    ModifierFactory
  2. type FragT = Frag[(UniversalModals.this)#Element, (UniversalModals.this)#FragT]
    Attributes
    protected
    Definition Classes
    BootstrapDomComponent
  3. type ModifierT = Modifier[(UniversalModals.this)#Element]
    Attributes
    protected
    Definition Classes
    ModifierFactory
  4. type TagT = TypedTag[(UniversalModals.this)#Element, (UniversalModals.this)#Output, (UniversalModals.this)#FragT]
    Attributes
    protected
    Definition Classes
    BootstrapHtmlComponent

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def applyTo(t: ElementT): Unit
    Definition Classes
    ModifierFactory → Modifier
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val body: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    ModalBuilderAbstractModal
  7. val buttons: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    ModalBuilderAbstractModal
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. val contentStyle: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    ModalBuilderAbstractModal
  10. final def createModifier: ModifierT
    Definition Classes
    BootstrapComponent → ModifierFactory
  11. val dialogStyle: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    ModalBuilderAbstractModal
  12. def dismiss: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    UniversalModalAbstractModal
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def modal: (((UniversalModals.this)#scalaTags)#all)#Tag
    Definition Classes
    UniversalModal
  17. def modalBody: (((UniversalModals.this)#scalaTags)#all)#Tag
    Definition Classes
    UniversalModal
  18. def modalFooter: (((UniversalModals.this)#scalaTags)#all)#Tag
    Definition Classes
    UniversalModal
  19. def modalHeader: (((UniversalModals.this)#scalaTags)#all)#Tag
    Definition Classes
    UniversalModal
  20. val modalId: String
    Definition Classes
    ModalBuilderAbstractModal
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def render(md: ModifierT*): ModifierT
    Definition Classes
    BootstrapDomComponent → BootstrapComponent
  25. final def render: (UniversalModals.this)#FragT
    Definition Classes
    BootstrapDomComponent → Frag
  26. final def renderFrag(md: ModifierT*): FragT
    Definition Classes
    BootstrapHtmlComponent → BootstrapDomComponent
  27. def renderTag(md: ModifierT*): TagT
    Definition Classes
    UniversalModal → BootstrapHtmlComponent
  28. val style: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    ModalBuilderAbstractModal
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. val title: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    ModalBuilderAbstractModal
  31. def toggle: (((UniversalModals.this)#scalaTags)#all)#Modifier
    Definition Classes
    UniversalModalAbstractModal
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withBody(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder
  36. def withButtons(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder
  37. def withContentStyle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder
  38. def withDialogStyle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder
  39. def withId(id: String): (UniversalModals.this)#ModalBuilder
  40. def withStyle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder
  41. def withTitle(md: (((UniversalModals.this)#scalaTags)#all)#Modifier*): (UniversalModals.this)#ModalBuilder

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

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