FlintRenderObject class abstract

Responsible for generating the actual HTML output.

Implementers

Constructors

FlintRenderObject(FlintWidget widget)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget FlintWidget
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toHtml() String
Returns the rendered HTML string.
toString() String
A string representation of this object.
inherited
updateFromWidget(FlintWidget newWidget) → void
Called when the widget changes — should refresh computed output.

Operators

operator ==(Object other) bool
The equality operator.
inherited