net.liftmodules.widgets.bootstrap

StructuredBootstrapDialog

trait StructuredBootstrapDialog extends BootstrapDialog

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

Value Members

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  7. lazy val _dialogId : String

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

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

    Attributes
    final
    Definition Classes
    Any
  10. val body : NodeSeq

    Definition Classes
    BootstrapDialog
  11. def buildOnClose (): String

    Definition Classes
    BootstrapDialog
  12. def clone (): AnyRef

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

    Definition Classes
    BootstrapDialog
  14. def closeX : NodeSeq

    Attributes
    protected
  15. val closeXTpl : Elem

  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. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[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]

  27. def formContent : Group

    Attributes
    protected
    Definition Classes
    StructuredBootstrapDialogBootstrapDialog
  28. def getClass (): java.lang.Class[_]

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

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

  31. def isInstanceOf [T0] : Boolean

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

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

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

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

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

    Attributes
    protected
  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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    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. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

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

    Attributes
    protected
    Definition Classes
    HtmlFixer
    Annotations
    @deprecated
    Deprecated

    Use fixHtmlAndJs or fixHtmlFunc

Inherited from BootstrapDialog

Inherited from JsCmd

Inherited from ToJsCmd

Inherited from HtmlFixer

Inherited from AnyRef

Inherited from Any