Class/Object

teststate.domzipper

DomZipper

Related Docs: object DomZipper | package domzipper

Permalink

final class DomZipper[+D <: Base, Next <: NextBase, Out[_]] extends AnyRef

DOM Zipper.

D

The type of the current DOM focus.

Next

The type of all DOM children.

Out

The shape of all output that can potentially fail.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomZipper
  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. def apply(name: String, sel: String, which: MofN): Out[DomZipper[Next, Next, Out]]

    Permalink
  5. def apply(name: String, sel: String): Out[DomZipper[Next, Next, Out]]

    Permalink
  6. def apply(sel: String, which: MofN): Out[DomZipper[Next, Next, Out]]

    Permalink
  7. def apply(sel: String): Out[DomZipper[Next, Next, Out]]

    Permalink
  8. def as[D2 <: Base](implicit ct: ClassTag[D2]): Out[DomZipper[D2, Next, Out]]

    Permalink
  9. def asHtml: Out[DomZipper[Element, Element, Out]]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def checked: Out[Boolean]

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def collect01(sel: String): Collector[Option, Next, Next, Out]

    Permalink
  14. def collect0n(sel: String): Collector[Vector, Next, Next, Out]

    Permalink
  15. def collect1n(sel: String): Collector[Vector, Next, Next, Out]

    Permalink
  16. def describeLoc: String

    Permalink
  17. def directSelect(sel: String): CssSelResult

    Permalink
  18. def dom: D

    Permalink
  19. def domAs[D2 <: Base](implicit ct: ClassTag[D2]): Out[D2]

    Permalink
  20. def domAsHtml: Out[Element]

    Permalink
  21. def dynamicMethod[A](f: (Dynamic) ⇒ Any): Option[A]

    Permalink

    Cast DOM to js.Dynamic and invoke a method expected to return A if successful.

  22. def dynamicString(f: (Dynamic) ⇒ Any): String

    Permalink

    Cast DOM to js.Dynamic, invoke a method, return the result as a String.

  23. def editables01: Collector[Option, Next, Next, Out]

    Permalink
  24. def editables0n: Collector[Vector, Next, Next, Out]

    Permalink
  25. def editables1n: Collector[Vector, Next, Next, Out]

    Permalink
  26. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def exists(sel: String): Boolean

    Permalink
  29. def failBy[Result[_]](errorHandler: ErrorHandler[Result]): DomZipper[D, Next, Result]

    Permalink
  30. def failToEither: DomZipper[D, Next, ErrMsgOr]

    Permalink
  31. def failToOption: DomZipper[D, Next, Option]

    Permalink
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def findSelfOrChildWithAttribute[DD >: D <: Base](attr: String)(implicit ev: <:<[DomZipper[Next, Next, Out], DomZipper[DD, Next, Out]]): Out[Option[DomZipper[DD, Next, Out]]]

    Permalink
  34. def forceAs[D2 <: Base]: Out[DomZipper[D2, Next, Out]]

    Permalink
  35. def forceChildren[A <: NextBase]: DomZipper[D, A, Out]

    Permalink
  36. def forceDomAs[D2 <: Base]: D2

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. def innerHTML: String

    Permalink
  40. def innerText: String

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def outerHTML: String

    Permalink
  46. def scrubHtml(f: (String) ⇒ String): DomZipper[D, Next, Out]

    Permalink
  47. def scrubHtml(f: HtmlScrub): DomZipper[D, Next, Out]

    Permalink
  48. def selectedOption: Out[Option[Option]]

    Permalink

    The currently selected option in a <select> dropdown.

  49. def selectedOptionText: Out[Option[String]]

    Permalink

    The text value of the currently selected option in a <select> dropdown.

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

    Permalink
    Definition Classes
    AnyRef
  51. def throwErrors: DomZipper[D, Next, Id]

    Permalink
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. def value: Out[String]

    Permalink
  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def widenChildren[A >: Next <: NextBase]: DomZipper[D, A, Out]

    Permalink
  58. def withHtmlChildren: DomZipper[D, Element, Out]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped