Object

org.denigma.binding.extensions

sq

Related Doc: package extensions

Permalink

object sq

"ScalaQuery" helper for convenient DOM manipulation and other useful things

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sq
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def byId(id: String): Option[HTMLElement]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def find(query: String): Option[Element]

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def h(str: String): String

    Permalink

    * transforma string into address with current host

  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def makeAttr(name: String, value: String): Attr

    Permalink

    Creates attribute

  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def query(query: String): NodeList

    Permalink
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. def tryDelete[TIn](url: String, data: TIn, timeout: Int = 0, headers: Map[String, String] = ..., withCredentials: Boolean = true)(pickle: (TIn) ⇒ String): Future[XMLHttpRequest]

    Permalink
  23. def tryGet[TOut](url: String, timeout: Int = 0, headers: Map[String, String] = Map.empty, withCredentials: Boolean = true)(unpickle: (String) ⇒ Try[TOut]): Future[TOut]

    Permalink
  24. def tryPost[TIn, TOut](url: String, data: TIn, timeout: Int = 0, headers: Map[String, String] = ..., withCredentials: Boolean = false)(pickle: (TIn) ⇒ String)(unpickle: (String) ⇒ Try[TOut]): Future[TOut]

    Permalink

    Posts with pickling and unpickling (with Prickle)

    Posts with pickling and unpickling (with Prickle)

    TIn

    input type

    TOut

    outpit type (form response)

    url

    URL of the request

    data

    data to post to the server

    timeout

    max timeout that is allowed

    headers

    http headers for the request

    pickle

    function that pickles data to send to the server

    unpickle

    function that unpickles server response

  25. def tryPut[TIn](url: String, data: TIn, timeout: Int = 0, headers: Map[String, String] = ..., withCredentials: Boolean = true)(pickle: (TIn) ⇒ String): Future[XMLHttpRequest]

    Permalink
  26. def unpickleRequestResult[TOut](url: String, request: Future[XMLHttpRequest])(unpickle: (String) ⇒ Try[TOut]): Future[TOut]

    Permalink

    Unpickles request result

  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withHost(str: String): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped