ElementGeneratorBase class abstract

Inheritance
Implementers
Available Extensions

Constructors

ElementGeneratorBase()

Properties

hasChildrenElements bool
If true indicated that this generated element has children nodes.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
no setterinherited
usesContentHolder bool
If true will use a div as a content holder, with already generated content to be passed to generate call.
no setterinherited

Methods

generate(DOMGenerator<UINode> domGenerator, DOMTreeMap<UINode> treeMap, String? tag, DOMElement? domParent, UINode? parent, DOMNode domNode, Map<String, DOMAttribute> attributes, UINode? contentHolder, List<DOMNode>? contentNodes, DOMContext<UINode>? context) → UINode
inherited
isGeneratedElement(UINode element) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(DOMGenerator<UINode> domGenerator, DOMTreeMap<UINode>? treeMap, DOMElement? domParent, UINode? parent, UINode? node) DOMElement?
inherited
setElementAttributes(UIElement element, Map<String, DOMAttribute> attributes) → void
toString() String
A string representation of this object.
inherited

Operators

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