net.liftmodules.widgets.bootstrap

Bootstrap2DlgTpl

trait Bootstrap2DlgTpl extends BootstrapDialog with StructuredBootstrapDialog

Linear Supertypes
StructuredBootstrapDialog, BootstrapDialog, JsCmd, ToJsCmd, HtmlFixer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Bootstrap2DlgTpl
  2. StructuredBootstrapDialog
  3. BootstrapDialog
  4. JsCmd
  5. ToJsCmd
  6. HtmlFixer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def &(other: JsCmd): JsCmd

    Definition Classes
    JsCmd
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. lazy val _dialogId: String

    Definition Classes
    BootstrapDialog
  8. def allOptions: Map[String, JsExp]

    Definition Classes
    BootstrapDialog
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val body: NodeSeq

    Definition Classes
    BootstrapDialog
  11. def buildOnClose(): String

    Definition Classes
    BootstrapDialog
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def close: JsCmd

    Definition Classes
    BootstrapDialog
  14. def closeX: NodeSeq

    Attributes
    protected
    Definition Classes
    StructuredBootstrapDialog
  15. val closeXTpl: Elem

    Definition Classes
    StructuredBootstrapDialog
  16. def clsOption: String

    Definition Classes
    BootstrapDialog
  17. def cssClass: String

    Definition Classes
    BootstrapDialog
  18. val defaultOptions: Map[String, JsExp]

    Definition Classes
    BootstrapDialog
  19. def dialogId: String

    Definition Classes
    BootstrapDialog
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def fixHtmlAndJs(uid: String, content: NodeSeq): (String, List[JsCmd])

    Attributes
    protected
    Definition Classes
    HtmlFixer
  24. def fixHtmlCmdFunc(uid: String, content: NodeSeq)(f: (String) ⇒ String): String

    Definition Classes
    HtmlFixer
  25. def fixHtmlFunc(uid: String, content: NodeSeq)(f: (String) ⇒ String): String

    Definition Classes
    HtmlFixer
  26. val footer: Box[NodeSeq]

    Definition Classes
    StructuredBootstrapDialog
  27. def formContent: Group

    Attributes
    protected
    Definition Classes
    Bootstrap2DlgTplBootstrapDialog
  28. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  30. val header: Box[NodeSeq]

    Definition Classes
    StructuredBootstrapDialog
  31. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. val onClose: Box[() ⇒ JsCmd]

    Definition Classes
    BootstrapDialog
  36. def onCloseFunc(): Box[() ⇒ JsCmd]

    Attributes
    protected
    Definition Classes
    StructuredBootstrapDialog
  37. def onFull[T](valueBox: Box[T])(selFunc: (T) ⇒ CssSel): CssSel

    Definition Classes
    BootstrapDialog
  38. def open(content: NodeSeq): JsCmd

    Definition Classes
    BootstrapDialog
  39. def open: JsCmd

    Definition Classes
    BootstrapDialog
  40. def option(name: String): String

    Definition Classes
    BootstrapDialog
  41. val options: Seq[(String, JsExp)]

    Definition Classes
    BootstrapDialog
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. lazy val toJsCmd: String

    Definition Classes
    BootstrapDialog → JsCmd → ToJsCmd
  44. def toJsObj(map: Map[String, JsExp]): JsObj

    Definition Classes
    BootstrapDialog
  45. def toString(): String

    Definition Classes
    JsCmd → AnyRef → Any
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def fixHtml(uid: String, content: NodeSeq): String

    Attributes
    protected
    Definition Classes
    HtmlFixer
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) Use fixHtmlAndJs or fixHtmlFunc

Inherited from StructuredBootstrapDialog

Inherited from BootstrapDialog

Inherited from JsCmd

Inherited from ToJsCmd

Inherited from HtmlFixer

Inherited from AnyRef

Inherited from Any

Ungrouped