DomComponent<L, V> class abstract

Dynamic component with overrides.

Implemented types

Constructors

DomComponent()

Properties

attributes Map<String, String>?
no setter
children Iterable<DomNode>?
no setter
classes Iterable<String>?
no setter
events Map<String, DomEventFn>?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
key String?
no setter
onCreate DomLifecycleEventFn?
no setter
onRemove DomLifecycleEventFn?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles Map<String, String>?
no setter
tag String
no setter

Methods

build(DomBuilder<L, V> b) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBeforeBuild() → void
toString() String
A string representation of this object.
inherited

Operators

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