HasSelector

oxygen.ui.web.create.StyleSheetBuilder.HasSelector
sealed trait HasSelector

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Class
object Button
object Card
object Display
object Option
object Options
object Dropdown
object Button
object LabelText
object Label
object Modal
object ModalOverlay
object Elem
object Section
object NavBar
object Scrollable
class CellVars
object CellCellVars
object Table
object Thumb
object Track
object ToggleThumb
class Modifier
object Expanded
object First
object Last
object Selected
object Expand
object Shrink
object Bordered
object CellBorders
object RowBorders
Show all

Members list

Value members

Concrete methods

final def &(that: RootWithTag): RootWithTag
Implicitly added by hasSelectorToSelector
final def &(that: RootWithoutTag): RootWithoutTag
Implicitly added by hasSelectorToSelector
final def &(that: NonRoot): RootWithoutTag
Implicitly added by hasSelectorToSelector
final def active: RootWithoutTag
Implicitly added by hasSelectorToSelector
final def c(className: String): RootWithoutTag
Implicitly added by hasSelectorToSelector
final def cssVar(name: String): CSSVar
Implicitly added by hasSelectorToSelector
final def hover: RootWithoutTag
Implicitly added by hasSelectorToSelector
final def invalid: RootWithoutTag
Implicitly added by hasSelectorToSelector
final def pc(pseudoClassName: String): RootWithoutTag
Implicitly added by hasSelectorToSelector
final def |(that: RootWithTag): RootWithTag
Implicitly added by hasSelectorToSelector
final def |(that: RootWithoutTag): RootWithoutTag
Implicitly added by hasSelectorToSelector
final def |(that: NonRoot): NonRoot
Implicitly added by hasSelectorToSelector

Inherited methods

Implicitly added by hasSelectorToSelector

Attributes

Inherited from:
StyleSheetSelector
Implicitly added by hasSelectorToSelector

Attributes

Inherited from:
StyleSheetSelector
final def apply(using loc: SourceLocation, add: MutableAdder)(elems: MutableAdder ?=> StyleSheetElement*): AppliedStyleSheet
Implicitly added by hasSelectorToSelector

Attributes

Inherited from:
StyleSheetSelector
Implicitly added by hasSelectorToSelector

Attributes

Inherited from:
StyleSheetSelector
Implicitly added by hasSelectorToSelector

Attributes

Inherited from:
StyleSheetSelector
final def show: String
Implicitly added by hasSelectorToSelector

Attributes

Inherited from:
StyleSheetSelector
Implicitly added by hasSelectorToSelector

Attributes

Inherited from:
StyleSheetSelector

Abstract fields

lazy val className: String
lazy val classNames: Set[String]

Concrete fields

final lazy val selector: RootWithoutTag