StyleSheetSelector

oxygen.ui.web.internal.StyleSheetSelector
See theStyleSheetSelector companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Child(parent: StyleSheetSelector, child: StyleSheetSelector) extends StyleSheetSelector

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class DirectChild(parent: StyleSheetSelector, child: StyleSheetSelector) extends StyleSheetSelector

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object NonRoot

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
NonRoot.type
sealed trait NonRoot

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class And1
class Has
class Or1
class Or2
final case class Or(a: StyleSheetSelector, b: StyleSheetSelector) extends StyleSheetSelector

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RootWithTag

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RootWithTag extends SingleRoot

Attributes

Companion
object
Supertypes
trait SingleRoot
class Object
trait Matchable
class Any
Known subtypes
class And1
class And2
class Or1
class Or2
class Tag

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RootWithoutTag extends SingleRoot

Attributes

Companion
object
Supertypes
trait SingleRoot
class Object
trait Matchable
class Any
Known subtypes
class And1
class And2
class ClassName
class Or1
sealed trait SingleRoot extends StyleSheetSelector

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait RootWithTag
class And1
class And2
class Or1
class Or2
class Tag
class And1
class And2
class ClassName
class Or1
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def `class`(className: String): RootWithoutTag
def pseudoClass(pseudoClassName: String): NonRoot
def tag(tag: String): RootWithTag