net.liftweb.http.js.JE

Num

case class Num (n: Number) extends JsExp with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, JsExp, ToJsCmd, HtmlFixer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Num
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JsExp
  7. ToJsCmd
  8. HtmlFixer
  9. AnyRef
  10. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Num (n: Number)

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 + (right: JsExp): JsExp

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

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

    Attributes
    final
    Definition Classes
    Any
  7. def === (right: JsExp): JsExp

    Definition Classes
    JsExp
  8. def appendToParent (parentName: String): JsCmd

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

    Attributes
    final
    Definition Classes
    Any
  10. def canEqual (arg0: Any): Boolean

    Definition Classes
    Num → Equals
  11. def clone (): AnyRef

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

    Definition Classes
    JsExp
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (other: Any): Boolean

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

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

    Super important.

    Super important... call fixHtml at instance creation time and only once This method must be run in the context of the thing creating the XHTML to capture the bound functions

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

    Calls fixHtmlAndJs and if there's embedded script tags, append the JsCmds to the String returned from applying the function to the enclosed HTML.

    Calls fixHtmlAndJs and if there's embedded script tags, append the JsCmds to the String returned from applying the function to the enclosed HTML. For use when converting a JsCmd that contains HTML.

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

    Calls fixHtmlAndJs and if there's embedded script tags, construct a function that executes the contents of the scripts then evaluations to Expression.

    Calls fixHtmlAndJs and if there's embedded script tags, construct a function that executes the contents of the scripts then evaluations to Expression. For use when converting a JsExp that contains HTML.

    Definition Classes
    HtmlFixer
  19. def getClass (): java.lang.Class[_]

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

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

    Attributes
    final
    Definition Classes
    Any
  22. val n : Number

  23. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. def productArity : Int

    Definition Classes
    Num → Product
  27. def productElement (arg0: Int): Any

    Definition Classes
    Num → Product
  28. def productIterator : Iterator[Any]

    Definition Classes
    Product
  29. def productPrefix : String

    Definition Classes
    Num → Product
  30. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  31. def toJsCmd : String

    Definition Classes
    NumJsExpToJsCmd
  32. def toString (): String

    Definition Classes
    JsExp → AnyRef → Any
  33. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. def ~> (right: Box[JsMember]): JsExp

    Definition Classes
    JsExp
  37. def ~> (right: JsMember): JsExp

    ~> accesses a property in the current JsExp

    ~> accesses a property in the current JsExp

    Definition Classes
    JsExp

Deprecated Value Members

  1. def >> (right: JsMember): JsExp

    This exists for backward compatibility reasons for JQueryLeft and JQueryRight which are now deprecated.

    This exists for backward compatibility reasons for JQueryLeft and JQueryRight which are now deprecated. Use ~> whenever possible as this will be removed soon.

    Definition Classes
    JsExp
    Annotations
    @deprecated
    Deprecated

    scala.this.deprecated.init$default$1

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

    Super important.

    Super important... call fixHtml at instance creation time and only once This method must be run in the context of the thing creating the XHTML to capture the bound functions

    Attributes
    protected
    Definition Classes
    HtmlFixer
    Annotations
    @deprecated
    Deprecated

    Use fixHtmlAndJs or fixHtmlFunc

  3. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JsExp

Inherited from ToJsCmd

Inherited from HtmlFixer

Inherited from AnyRef

Inherited from Any