Pseudo

sealed abstract class Pseudo extends ChainOps[Pseudo]

A pseudo-class is used to define a special state of an element.

Companion
object
class Object
trait Matchable
class Any
class Single
class Custom
object Active
object Checked
object Disabled
object Empty
object Enabled
object FirstChild
object Focus
object Hover
object InRange
object Invalid
class Lang
object LastChild
object LastOfType
object Link
class Not
class NthChild
class NthOfType
object OnlyOfType
object OnlyChild
object Optional
object OutOfRange
object ReadOnly
object ReadWrite
object Required
object Target
object Valid
object Visited
object After
object Before
object FirstLine
object Selection
class Composite

Value members

Abstract methods

def contains(p: Single): Boolean
def cssValue: String

Concrete methods

@inline
final def &(p: Pseudo): Pseudo

Inherited methods

final def active: Pseudo
Inherited from
ChainOps
final def after: Pseudo
Inherited from
ChainOps
final def attr(name: String, value: String): Pseudo
Inherited from
ChainOps
final def attrContains(name: String, value: String): Pseudo
Inherited from
ChainOps
final def attrEndsWith(name: String, value: String): Pseudo
Inherited from
ChainOps
final def attrExists(name: String): Pseudo
Inherited from
ChainOps
final def attrStartsWith(name: String, value: String): Pseudo
Inherited from
ChainOps
final def before: Pseudo
Inherited from
ChainOps
final def checked: Pseudo
Inherited from
ChainOps
final def disabled: Pseudo
Inherited from
ChainOps
final def empty: Pseudo
Inherited from
ChainOps
final def enabled: Pseudo
Inherited from
ChainOps
final def firstChild: Pseudo
Inherited from
ChainOps
final def firstLetter: Pseudo
Inherited from
ChainOps
final def firstLine: Pseudo
Inherited from
ChainOps
final def firstOfType: Pseudo
Inherited from
ChainOps
final def focus: Pseudo
Inherited from
ChainOps
final def hover: Pseudo
Inherited from
ChainOps
final def inRange: Pseudo
Inherited from
ChainOps
final def invalid: Pseudo
Inherited from
ChainOps
final def lang(language: String): Pseudo
Inherited from
ChainOps
final def lastChild: Pseudo
Inherited from
ChainOps
final def lastOfType: Pseudo
Inherited from
ChainOps
final def not(selector: String): Pseudo
Inherited from
ChainOps
final def not(selector: Pseudo): Pseudo
Inherited from
ChainOps
final def not(f: PseudoF): Pseudo
Inherited from
ChainOps
final def nthChild(q: NthQuery): Pseudo
Inherited from
ChainOps
final def nthChild(n: Int): Pseudo
Inherited from
ChainOps
Inherited from
ChainOps
final def nthLastChild(n: Int): Pseudo
Inherited from
ChainOps
Inherited from
ChainOps
final def nthLastOfType(n: Int): Pseudo
Inherited from
ChainOps
final def nthOfType(q: NthQuery): Pseudo
Inherited from
ChainOps
final def nthOfType(n: Int): Pseudo
Inherited from
ChainOps
final def onlyChild: Pseudo
Inherited from
ChainOps
final def onlyOfType: Pseudo
Inherited from
ChainOps
final def optional: Pseudo
Inherited from
ChainOps
final def outOfRange: Pseudo
Inherited from
ChainOps
final def readOnly: Pseudo
Inherited from
ChainOps
final def readWrite: Pseudo
Inherited from
ChainOps
final def required: Pseudo
Inherited from
ChainOps
final def selection: Pseudo
Inherited from
ChainOps
final def target: Pseudo
Inherited from
ChainOps
final def valid: Pseudo
Inherited from
ChainOps
final def visited: Pseudo
Inherited from
ChainOps