Node

oxygen.ui.web.internal.RenderedEntity.Node
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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

final lazy val renderedDynamic: Dynamic

Attributes

Inherited from:
WithTagAndChildren