Packages

trait CssSelectable extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CssSelectable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val selector: CssSelector

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def &(other: CssSelector): CssSelector
  4. def +(adjacent: CssSelector): CssSelector
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >(child: CssSelector): CssSelector
  7. def >>(descendant: CssSelector): CssSelector
  8. def active: CssSelector
  9. def adjacentSibling(sel: CssSelector): CssSelector
  10. def after: CssSelector
  11. def and(sel: CssSelector): CssSelector
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def before: CssSelector
  14. def child(sel: CssSelector): CssSelector
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. def descendant(sel: CssSelector): CssSelector
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def firstChild: CssSelector
  20. def firstLetter: CssSelector
  21. def firstLine: CssSelector
  22. def focus: CssSelector
  23. def generalSibling(sel: CssSelector): CssSelector
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def host(sel: CssSelector): CssSelector
  27. def host: CssSelector
  28. def hostContext(sel: CssSelector): CssSelector
  29. def hover: CssSelector
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def lastChild: CssSelector
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def not(sel: CssSelector): CssSelector
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. def nthChild(formula: String): CssSelector
  37. def nthChild(n: Int): CssSelector
  38. def or(sel: CssSelector): CssSelector
  39. def part(name: String): CssSelector
  40. def slotted(sel: CssSelector): CssSelector
  41. def slotted: CssSelector
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def visited: CssSelector
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def withAttribute(attr: String, value: String): CssSelector
  49. def withAttribute(attr: String): CssSelector
  50. def withAttributeContaining(attr: String, value: String): CssSelector
  51. def withAttributeEnding(attr: String, value: String): CssSelector
  52. def withAttributePrefix(attr: String, value: String): CssSelector
  53. def withAttributeStarting(attr: String, value: String): CssSelector
  54. def withAttributeWord(attr: String, value: String): CssSelector
  55. def |(other: CssSelector): CssSelector
  56. def ~(sibling: CssSelector): CssSelector

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped