net.liftmodules.widgets.bootstrap

BootstrapDialog

trait BootstrapDialog extends JsCmd

Linear Supertypes
JsCmd, ToJsCmd, HtmlFixer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BootstrapDialog
  2. JsCmd
  3. ToJsCmd
  4. HtmlFixer
  5. AnyRef
  6. 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

  8. def allOptions : Map[String, JsExp]

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. val body : NodeSeq

  11. def buildOnClose (): String

  12. def clone (): AnyRef

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

  14. def clsOption : String

  15. def cssClass : String

  16. val defaultOptions : Map[String, JsExp]

  17. def dialogId : String

  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
  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]

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

  33. def open (content: NodeSeq): JsCmd

  34. def open : JsCmd

  35. def option (name: String): String

  36. val options : Seq[(String, JsExp)]

  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

  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 JsCmd

Inherited from ToJsCmd

Inherited from HtmlFixer

Inherited from AnyRef

Inherited from Any