scalatags.jsdom

AutoStyleSheet

trait AutoStyleSheet extends StyleSheet

Linear Supertypes
StyleSheet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AutoStyleSheet
  2. StyleSheet
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Creator extends PseudoSelectors[Creator]

    Definition Classes
    StyleSheet

Abstract Value Members

  1. abstract def allClasses: Seq[Cls]

    All classes defined in this stylesheet, filled in with the Sheet implicit macro

    All classes defined in this stylesheet, filled in with the Sheet implicit macro

    Definition Classes
    StyleSheet
  2. abstract def defaultSheetName: String

    The default name of a stylesheet, filled in with the Sheet implicit macro

    The default name of a stylesheet, filled in with the Sheet implicit macro

    Definition Classes
    StyleSheet

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. val &: Selector

    Namespace that holds all the css pseudo-selectors, to avoid collisions with tags and style-names and other things.

    Namespace that holds all the css pseudo-selectors, to avoid collisions with tags and style-names and other things.

    Definition Classes
    StyleSheet
  4. object * extends Selector

    * in a CSS selector.

    * in a CSS selector.

    Definition Classes
    StyleSheet
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. object cls extends Creator

    Used to define a new, uniquely-named class with a set of styles associated with it.

    Used to define a new, uniquely-named class with a set of styles associated with it.

    Definition Classes
    StyleSheet
  9. def customSheetName: Option[String]

    The name of this CSS stylesheet.

    The name of this CSS stylesheet. Defaults to the name of the trait, but you can overrid

    Definition Classes
    StyleSheet
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def nameFor(memberName: String, pseudoSelectors: String): String

    Converts the name of the StyleSheet's, the name of the member, and any applicable pseudo-selectors into the name of the CSS class.

    Converts the name of the StyleSheet's, the name of the member, and any applicable pseudo-selectors into the name of the CSS class.

    Definition Classes
    StyleSheet
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def styleSheetText: String

    Definition Classes
    StyleSheet
  21. lazy val styleTag: Style

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

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StyleSheet

Inherited from AnyRef

Inherited from Any

Ungrouped