Single

sealed abstract class Single(val cssValue: String, val pseudoType: PseudoType) extends Pseudo

A single Pseudo instance. Not a composite.

''(Note: Not may have a nested value but is not a composite.''

class Pseudo
class Object
trait Matchable
class Any
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

Value members

Concrete methods

override def contains(p: Single): Boolean
Definition Classes

Inherited methods

@inline
final def &(p: Pseudo): Pseudo
Inherited from
Pseudo
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
Inherited from
Pseudo
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

Concrete fields

override val cssValue: String