net.liftmodules.widgets.bootstrap

DialogHelpers

trait DialogHelpers 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. DialogHelpers
  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 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 genFooter (okTitle: String, okFunc: Box[() ⇒ JsCmd], cancelTitle: String, cancelFunc: Box[() ⇒ JsCmd]): NodeSeq

  26. def getClass (): java.lang.Class[_]

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

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

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

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

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

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

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

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

    Definition Classes
    BootstrapDialog
  35. def open : JsCmd

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

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

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

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

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

    Definition Classes
    BootstrapDialog
  41. def toString (): String

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

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

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