Trait

org.denigma.binding.extensions

ExtendedElement

Related Doc: package extensions

Permalink

trait ExtendedElement extends Any

Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtendedElement
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def children: HTMLCollection

    Permalink
  2. abstract def display: String

    Permalink
  3. abstract def display_=(value: String): Unit

    Permalink
  4. abstract def fromParent[TOut](node: Node)(matcher: PartialFunction[Node, TOut]): Option[TOut]

    Permalink
  5. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  6. abstract def hide(): Unit

    Permalink
  7. abstract def nextAll(current: Element, previous: List[Element] = Nil): List[Element]

    Permalink
  8. abstract def nextUntil(current: Element, previous: List[Element] = Nil, until: (Element) ⇒ Boolean): List[Element]

    Permalink
  9. abstract def nextWhile(current: Element, previous: List[Element] = Nil, whileCondition: (Element) ⇒ Boolean): List[Element]

    Permalink
  10. abstract def parentElement: Element

    Permalink
  11. abstract def previousAll(current: Element, previous: List[Element] = Nil): List[Element]

    Permalink
  12. abstract def previousUntil(current: Element, previous: List[Element] = Nil, until: (Element) ⇒ Boolean): List[Element]

    Permalink
  13. abstract def previousWhile(current: Element, previous: List[Element] = Nil, whileCondition: (Element) ⇒ Boolean): List[Element]

    Permalink
  14. abstract def selectAllByAttribute(attribute: String, value: String): NodeList

    Permalink
  15. abstract def selectAllByClass(classname: String): NodeList

    Permalink
  16. abstract def selectAllTagsByAttribute(tag: String, attribute: String, value: String): NodeList

    Permalink
  17. abstract def selectByAttribute(attribute: String, value: String): Element

    Permalink
  18. abstract def selectByClass(classname: String): Element

    Permalink
  19. abstract def selectTagByAttribute(tag: String, attribute: String, value: String): Element

    Permalink
  20. abstract def style: CSSStyleDeclaration

    Permalink
  21. abstract def updateIfExist(key: String, value: Any): Unit

    Permalink

Concrete 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 equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. implicit def extNode(el: Node): ExtendedNode

    Permalink
  7. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Any

Ungrouped