scalacss

Pseudo

Related Docs: class Pseudo | package scalacss

object Pseudo

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

Type Members

  1. trait ChainOps[Out] extends AnyRef

    Trait providing a nice chaining DSL.

  2. final case class Composite extends Pseudo with Product with Serializable

  3. final case class Custom(cssValue: String, pseudoType: PseudoType) extends Pseudo1 with Product with Serializable

  4. final case class Lang(language: String) extends Pseudo1 with Product with Serializable

    Selects every <p> element with a lang attribute value starting with "it".

  5. final case class Not(selector: String) extends Pseudo1 with Product with Serializable

    Selects every element that is not a <p> element.

  6. final case class NthChild(n: Int) extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the second child of its parent.

  7. final case class NthLastChild(n: Int) extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the second child of its parent, counting from the last child.

  8. final case class NthLastOfType(n: Int) extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the second <p> element of its parent, counting from the last child.

  9. final case class NthOfType(n: Int) extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the second <p> element of its parent.

  10. type PseudoF = (ChainOps[Pseudo]) ⇒ Pseudo

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. object Active extends Pseudo1 with Product with Serializable

    Selects the active link.

  5. object After extends Pseudo1 with Product with Serializable

    Insert content after every <p> element.

  6. object Before extends Pseudo1 with Product with Serializable

    Insert content before every <p> element.

  7. object ChainOps extends ChainOps[Pseudo]

  8. object Checked extends Pseudo1 with Product with Serializable

    Selects every checked <input> element.

  9. object Disabled extends Pseudo1 with Product with Serializable

    Selects every disabled <input> element.

  10. object Empty extends Pseudo1 with Product with Serializable

    Selects every <p> element that has no children.

  11. object Enabled extends Pseudo1 with Product with Serializable

    Selects every enabled <input> element.

  12. object FirstChild extends Pseudo1 with Product with Serializable

    Selects every <p> elements that is the first child of its parent.

  13. object FirstLetter extends Pseudo1 with Product with Serializable

    Selects the first letter of every <p> element.

  14. object FirstLine extends Pseudo1 with Product with Serializable

    Selects the first line of every <p> element.

  15. object FirstOfType extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the first <p> element of its parent.

  16. object Focus extends Pseudo1 with Product with Serializable

    Selects the <input> element that has focus.

  17. object Hover extends Pseudo1 with Product with Serializable

    Selects links on mouse over.

  18. object InRange extends Pseudo1 with Product with Serializable

    Selects <input> elements with a value within a specified range.

  19. object Invalid extends Pseudo1 with Product with Serializable

    Selects all <input> elements with an invalid value.

  20. object LastChild extends Pseudo1 with Product with Serializable

    Selects every <p> elements that is the last child of its parent.

  21. object LastOfType extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the last <p> element of its parent.

  22. object Link extends Pseudo1 with Product with Serializable

    Selects all unvisited link.

  23. object Not extends Serializable

  24. object OnlyChild extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the only child of its parent.

  25. object OnlyOfType extends Pseudo1 with Product with Serializable

    Selects every <p> element that is the only <p> element of its parent.

  26. object Optional extends Pseudo1 with Product with Serializable

    Selects <input> elements with no "required" attribute.

  27. object OutOfRange extends Pseudo1 with Product with Serializable

    Selects <input> elements with a value outside a specified range.

  28. object ReadOnly extends Pseudo1 with Product with Serializable

    Selects <input> elements with a "readonly" attribute specified.

  29. object ReadWrite extends Pseudo1 with Product with Serializable

    Selects <input> elements with no "readonly" attribute.

  30. object Required extends Pseudo1 with Product with Serializable

    Selects <input> elements with a "required" attribute specified.

  31. object Selection extends Pseudo1 with Product with Serializable

    Selects the portion of an element that is selected by a user .

  32. object Target extends Pseudo1 with Product with Serializable

    Selects the current active #news element (clicked on a URL containing that anchor name).

  33. object Valid extends Pseudo1 with Product with Serializable

    Selects all <input> elements with a valid value.

  34. object Visited extends Pseudo1 with Product with Serializable

    Selects all visited link.

  35. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  36. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    Any
  43. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  46. implicit val optionPseudoTC: Monoid[Option[Pseudo]]

  47. implicit val pseudoTC: Semigroup[Pseudo] with Equal[Pseudo]

  48. implicit val psuedo1Order: Order[Pseudo1]

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

    Definition Classes
    AnyRef
  50. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped