Packages

object DomApi

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DomApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def addEventListener[Ev <: Event](element: Base, listener: EventListener[Ev, _]): Unit

    Events

  5. def appendChild(parent: Base, child: Base): Boolean

    Tree functions

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def createCommentNode(text: String): Comment

    Comment Nodes

  9. def createHtmlElement[Ref <: Element](element: ReactiveHtmlElement[Ref]): Ref

    HTML Elements

  10. def createSvgElement[Ref <: Element](element: ReactiveSvgElement[Ref]): Ref
  11. def createTextNode(text: String): Text

    Text Nodes

  12. def debugNodeDescription(node: Node): String

    returns

    e.g. a, div#mainSection, span.sideNote.sizeSmall

  13. def debugPath(element: Node, initial: List[String] = Nil): List[String]

    returns

    hierarchical path describing the position and identity of this node, starting with the root.

    Annotations
    @tailrec()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def getChecked(element: Element): UndefOr[Boolean]

    Input related stuff

  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getHtmlAttribute[V, DomV](element: Base, attr: HtmlAttr[V]): Option[V]
  19. def getHtmlProperty[V, DomV](element: Base, prop: Prop[V, DomV]): V

    #Note not sure if this is completely safe.

    #Note not sure if this is completely safe. Could this return null?

  20. def getSvgAttribute[V](element: Base, attr: SvgAttr[V]): Option[V]
  21. def getValue(element: Element): UndefOr[String]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def insertBefore(parent: Base, newChild: Base, referenceChild: Base): Boolean
  24. def isCustomElement(element: Element): Boolean

    Custom Elements

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def removeChild(parent: Base, child: Base): Boolean
  30. def removeEventListener[Ev <: Event](element: Base, listener: EventListener[Ev, _]): Unit
  31. def removeHtmlAttribute(element: Base, attr: HtmlAttr[_]): Unit
  32. def removeSvgAttribute(element: Base, attr: SvgAttr[_]): Unit
  33. def replaceChild(parent: Base, newChild: Base, oldChild: Base): Boolean
  34. def setChecked(element: Element, checked: Boolean): Boolean

    returns

    whether the operation succeeded

  35. def setCommentNodeText(node: CommentNode, text: String): Unit
  36. def setHtmlAnyStyle[V](element: Base, style: Style[V], value: |[V, String]): Unit
  37. def setHtmlAttribute[V](element: Base, attr: HtmlAttr[V], value: V): Unit
  38. def setHtmlProperty[V, DomV](element: Base, prop: Prop[V, DomV], value: V): Unit
  39. def setHtmlStringStyle(element: Base, style: Style[_], value: String): Unit
  40. def setHtmlStyle[V](element: Base, style: Style[V], value: V): Unit
  41. def setSvgAttribute[V](element: Base, attr: SvgAttr[V], value: V): Unit
  42. def setTextNodeText(node: TextNode, text: String): Unit
  43. def setValue(element: Element, value: String): Boolean

    returns

    whether the operation succeeded

  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped