Constructors

Renderer()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

attachViewAfter(node, List viewRootNodes) → void

createElement(parentElement, String name, RenderDebugInfo debugInfo) → dynamic

destroyView(hostElement, List viewAllNodes) → void

detachView(List viewRootNodes) → void

listen(renderElement, String name, Function callback) → Function

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
selectRootElement(selectorOrNode, RenderDebugInfo debugInfo) → dynamic

setBindingDebugInfo(renderElement, String propertyName, String propertyValue) → void

Used only in debug mode to serialize property changes to dom nodes as attributes.

setElementAttribute(renderElement, String attributeName, String attributeValue) → void

setElementClass(renderElement, String className, bool isAdd) → void

setElementProperty(renderElement, String propertyName, propertyValue) → void

setElementStyle(renderElement, String styleName, String styleValue) → void

setText(renderNode, String text) → void

toString() → String

Returns a string representation of this object.

inherited