org.denigma.binding.extensions

sq

Related Doc: package extensions

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

  6. def clone(): AnyRef

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

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

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

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

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

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

    * transforma string into address with current host

    * transforma string into address with current host

    str
    returns

  13. def hashCode(): Int

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

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

    Creates attribute

    Creates attribute

    name
    value
    returns

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

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

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

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

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

    Definition Classes
    AnyRef
  21. def toString(): String

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

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

  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]

    Posts with pickling and unpickling (with Prickle)

    Posts with pickling and unpickling (with Prickle)

    TIn
    TOut
    url

    URL of the request

    data
    timeout
    headers
    withCredentials
    pickle
    unpickle
    returns

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

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

    Unpickles request result

    Unpickles request result

    TOut
    url
    request
    unpickle
    returns

  27. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped