net.liftmodules.widgets.bootstrap

Modal

class Modal extends BootstrapDialog

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

Instance Constructors

  1. new Modal (body: NodeSeq, onClose: Box[() ⇒ JsCmd], options: (String, JsExp)*)

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
    ModalBootstrapDialog
  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 clsOption : String

    Definition Classes
    BootstrapDialog
  15. def cssClass : String

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

    Definition Classes
    BootstrapDialog
  17. def dialogId : String

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

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

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

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

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

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

    Definition Classes
    HtmlFixer
  24. def formContent : NodeSeq

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

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

    Definition Classes
    AnyRef → Any
  27. def isInstanceOf [T0] : Boolean

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

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

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

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

    Definition Classes
    ModalBootstrapDialog
  32. def onFull [T] (valueBox: Box[T])(selFunc: (T) ⇒ CssSel): CssSel

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

    Definition Classes
    BootstrapDialog
  34. def open : JsCmd

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

    Definition Classes
    BootstrapDialog
  36. val options : (String, JsExp)*

    Definition Classes
    ModalBootstrapDialog
  37. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. lazy val toJsCmd : String

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

    Definition Classes
    BootstrapDialog
  40. def toString (): String

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. 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