RenderedEntity

oxygen.ui.web.internal.RenderedEntity
See theRenderedEntity companion trait

Attributes

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

Members list

Type members

Classlikes

final case class Canvas(preRendered: Canvas, rendered: HTMLCanvasElement, ctx: CanvasRenderingContext2D, children: ArraySeq[RenderedEntity], cssStr: Option[String], htmlAttrMap: Map[String, String], objectAttrMap: Map[String, Any], classes: Set[String]) extends WithTagAndChildren

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Node(preRendered: Node, rendered: Element, children: ArraySeq[RenderedEntity], cssStr: Option[String], htmlAttrMap: Map[String, String], objectAttrMap: Map[String, Any], classes: Set[String]) extends WithTagAndChildren

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Text(rendered: Text, preRendered: Text) extends RenderedEntity

Attributes

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

Attributes

Supertypes
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