BUIElementGenerator class

Inheritance
Available Extensions

Constructors

BUIElementGenerator()

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
final
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) DivElement
override
isGeneratedElement(UINode element) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revert(DOMGenerator domGenerator, DOMTreeMap? treeMap, DOMElement? domParent, UINode? parent, UINode? node) DOMElement?
override
setElementAttributes(UIElement element, Map<String, DOMAttribute> attributes) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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