Trait

scalatags.stylesheet

PseudoSelectors

Related Doc: package stylesheet

Permalink

trait PseudoSelectors[T] extends AnyRef

Provides all the CSS pseudo-selectors as strongly-typed properties when mixed in. The only requirement is that you define extend to tell it what each of these properties returns

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PseudoSelectors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def pseudoExtend(s: String): T

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def active: T

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def checked: T

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def default: T

    Permalink
  9. def disabled: T

    Permalink
  10. def empty: T

    Permalink
  11. def enabled: T

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def first: T

    Permalink
  16. def firstChild: T

    Permalink
  17. def firstOfType: T

    Permalink
  18. def focus: T

    Permalink
  19. def fullscreen: T

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hover: T

    Permalink
  23. def inRange: T

    Permalink
  24. def indeterminate: T

    Permalink
  25. def invalid: T

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def lastChild: T

    Permalink
  28. def lastOfType: T

    Permalink
  29. def left: T

    Permalink
  30. def link: T

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def onlyChild: T

    Permalink
  35. def onlyOfType: T

    Permalink
  36. def optional: T

    Permalink
  37. def outOfRange: T

    Permalink
  38. def readOnly: T

    Permalink
  39. def readWrite: T

    Permalink
  40. def required: T

    Permalink
  41. def right: T

    Permalink
  42. def root: T

    Permalink
  43. def scope: T

    Permalink
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def target: T

    Permalink
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. def valid: T

    Permalink
  48. def visited: T

    Permalink
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped