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, eventPropSetter: EventPropBinder[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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def insertBefore(parent: Base, newChild: Base, referenceChild: Base): Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def removeChild(parent: Base, child: Base): Boolean
  22. def removeEventListener[Ev <: Event](element: Base, eventPropSetter: EventPropBinder[Ev]): Unit
  23. def removeHtmlAttribute(element: Base, attr: HtmlAttr[_]): Unit
  24. def removeSvgAttribute(element: Base, attr: SvgAttr[_]): Unit
  25. def replaceChild(parent: Base, newChild: Base, oldChild: Base): Boolean
  26. def setCommentNodeText(node: CommentNode, text: String): Unit
  27. def setHtmlAnyStyle[V](element: Base, style: Style[V], value: |[V, String]): Unit
  28. def setHtmlAttribute[V](element: Base, attr: HtmlAttr[V], value: V): Unit
  29. def setHtmlProperty[V, DomV](element: Base, prop: Prop[V, DomV], value: V): Unit
  30. def setHtmlStringStyle(element: Base, style: Style[_], value: String): Unit
  31. def setHtmlStyle[V](element: Base, style: Style[V], value: V): Unit
  32. def setSvgAttribute[V](element: Base, attr: SvgAttr[V], value: V): Unit
  33. def setTextNodeText(node: TextNode, text: String): Unit
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped