DOMElement

oxygen.ui.web.internal.DOMElement
See theDOMElement companion trait
object DOMElement

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DOMElement.type

Members list

Type members

Classlikes

sealed trait Attr extends DOMElement

Attributes

Supertypes
trait DOMElement
class Object
trait Matchable
class Any
Known subtypes
class CSSAttr
class ClassAttr
class HtmlAttr
class ObjectAttr
final case class CSSAttr(key: String, value: String) extends Attr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attr
trait DOMElement
class Object
trait Matchable
class Any
Show all
final case class Canvas(draw: CanvasRenderingContext2D => Unit, children: ArraySeq[DOMElement]) extends WithTagAndChildren

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
trait DOMElement
class Object
trait Matchable
class Any
Show all
final case class ClassAttr(classes: Set[String]) extends Attr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attr
trait DOMElement
class Object
trait Matchable
class Any
Show all
sealed trait Entity extends DOMElement

Attributes

Supertypes
trait DOMElement
class Object
trait Matchable
class Any
Known subtypes
class Text
class Canvas
class Node
final case class HtmlAttr(key: String, value: String) extends Attr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attr
trait DOMElement
class Object
trait Matchable
class Any
Show all
final case class Node(xmlns: Option[String], tag: String, children: ArraySeq[DOMElement]) extends WithTagAndChildren

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
trait DOMElement
class Object
trait Matchable
class Any
Show all
final case class ObjectAttr(key: String, value: Any) extends Attr

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Attr
trait DOMElement
class Object
trait Matchable
class Any
Show all
final case class Text(text: String) extends Entity

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
trait DOMElement
class Object
trait Matchable
class Any
Show all
sealed trait WithTagAndChildren extends Entity

Attributes

Supertypes
trait Entity
trait DOMElement
class Object
trait Matchable
class Any
Known subtypes
class Canvas
class Node

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val removeInlineValue: String