Class

fm.common.rich

RichNode

Related Doc: package rich

Permalink

final class RichNode[T <: Node] extends AnyVal

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

Instance Constructors

  1. new RichNode(self: T)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def closest[A <: Node](implicit arg0: ClassTag[A]): A

    Permalink

    Find the closest ancestor of the current element (or the current element itself) that matches a class.

  6. def detatch(): T

    Permalink

    Detatch this node from the DOM

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

    Permalink
    Definition Classes
    AnyVal → Any
  8. def hasNextSibling: Boolean

    Permalink
  9. def hasParent: Boolean

    Permalink
  10. def insertAfter(node: Node): Node

    Permalink

    Insert the passed in node after the current node

  11. def insertAfter(node: Node, refChild: Node): Node

    Permalink

    Like insertBefore but insert after the passed in node

  12. def insertBefore(node: Node): Node

    Permalink

    Insert the passed in node before the current node

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def prependChild(node: Node): Node

    Permalink

    Like appendChild but add to the beginning

  15. def remove(): Unit

    Permalink

    Remove this node from the DOM

  16. val self: T

    Permalink
  17. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped