Instance Constructors
-
new
ConfirmDialog
(header: Box[NodeSeq], body: NodeSeq, okTitle: String, okFunc: Box[() ⇒ JsCmd], cancelTitle: String, cancelFunc: Box[() ⇒ JsCmd], options: (String, JsExp)*)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
&
(other: JsCmd): JsCmd
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
lazy val
_dialogId
: String
-
def
allOptions
: Map[String, JsExp]
-
def
asInstanceOf
[T0]
: T0
-
val
body
: NodeSeq
-
def
buildOnClose
(): String
-
def
clone
(): AnyRef
-
def
close
: JsCmd
-
def
closeX
: NodeSeq
-
val
closeXTpl
: Elem
-
def
clsOption
: String
-
def
cssClass
: String
-
val
defaultOptions
: Map[String, JsExp]
-
def
dialogId
: String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
fixHtmlAndJs
(uid: String, content: NodeSeq): (String, List[JsCmd])
-
def
fixHtmlCmdFunc
(uid: String, content: NodeSeq)(f: (String) ⇒ String): String
-
def
fixHtmlFunc
(uid: String, content: NodeSeq)(f: (String) ⇒ String): String
-
val
footer
: Full[NodeSeq]
-
def
formContent
: Group
-
def
genFooter
(okTitle: String, okFunc: Box[() ⇒ JsCmd], cancelTitle: String, cancelFunc: Box[() ⇒ JsCmd]): NodeSeq
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
header
: Box[NodeSeq]
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
onClose
: Box[() ⇒ JsCmd]
-
def
onCloseFunc
(): Box[() ⇒ JsCmd]
-
def
onFull
[T]
(valueBox: Box[T])(selFunc: (T) ⇒ CssSel): CssSel
-
def
open
(content: NodeSeq): JsCmd
-
def
open
: JsCmd
-
def
option
(name: String): String
-
val
options
: (String, JsExp)*
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
lazy val
toJsCmd
: String
-
def
toJsObj
(map: Map[String, JsExp]): JsObj
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
fixHtml
(uid: String, content: NodeSeq): String
Inherited from JsCmd
Inherited from ToJsCmd
Inherited from HtmlFixer
Inherited from AnyRef
Inherited from Any