Class

fm.common.rich

RichElement

Related Doc: package rich

Permalink

final class RichElement extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichElement
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichElement(elem: Element)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. def addClass(className: String): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def computedStyle(pseudoElem: Option[String]): CSSStyleDeclaration

    Permalink

    Shortcut for window.getComputedStyle(elem, pseudoElem)

  7. def computedStyle(pseudoElem: String): CSSStyleDeclaration

    Permalink

    Shortcut for window.getComputedStyle(elem, pseudoElem)

  8. def computedStyle: CSSStyleDeclaration

    Permalink

    Shortcut for window.getComputedStyle(elem)

  9. def data: UserDataAttributes

    Permalink

    Helpers for accessing the "user-" attributes

    Helpers for accessing the "user-" attributes

    https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes

  10. val elem: Element

    Permalink
  11. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  12. def hasClass(className: String): Boolean

    Permalink
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def removeClass(className: String): Unit

    Permalink
  15. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped