oxygen.ui.web.internal.RenderedEntity
See theRenderedEntity companion trait
object RenderedEntity
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RenderedEntity.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 Serializabletrait Producttrait Equalstrait WithTagAndChildrentrait RenderedEntityclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait WithTagAndChildrentrait RenderedEntityclass Objecttrait Matchableclass AnyShow all
final case class Text(rendered: Text, preRendered: Text) extends RenderedEntity
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RenderedEntityclass Objecttrait Matchableclass AnyShow all
sealed trait WithTagAndChildren extends RenderedEntity
Attributes
- Supertypes
- Known subtypes
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article